Skip to content

Commit 99315e4

Browse files
committed
tutorials: Fix all the old broken links
1 parent 40e9959 commit 99315e4

5 files changed

Lines changed: 19 additions & 41 deletions

File tree

329 KB
Binary file not shown.
342 KB
Binary file not shown.

platform/resources/hello-initramfs-host.png

100755100644
File mode changed.

platform/resources/hello-initramfs-qemu.png

100755100644
File mode changed.

tutorials.md

Lines changed: 19 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,85 +1,63 @@
11
---
22
layout: page
3-
title: On the Web
3+
title: Further Reading
44
---
55

6-
This tutorial section contains guides and information that helps new
6+
This section contains guides and information found around the web that help
77
OpenRISC users to get started more easily.
88

9-
The Official openrisc tutorials and docs:
10-
11-
- [Debugging OpenRISC][] running on a platform with gdb
12-
- [Building Linux][] for OpenRISC
13-
- [De0 Nano][] running barebone software
14-
- [Or1ksim][] simulating OpenRISC programs on the simulator
15-
- [Building a musl toolchain](https://github.com/openrisc/musl-cross/wiki)
16-
which includes `or1k-linux-musl-gcc`.
179
- [Building a newlib toolchain](https://openrisc.io/newlib/building.html)
1810
which includes `or1k-elf-gcc` and `or1k-elf-gdb`.
1911

2012
Material for beginners to soft cores on FPGA:
2113

22-
- [Sven-Åke Andersson][] has written a comprehensive [blog on OpenRISC
23-
for newbies][], which offers a guide to the complete design flow.
14+
- Sven-Åke Andersson has written a comprehensive [blog on OpenRISC for newbies][],
15+
which offers a guide to the complete design flow.
2416

2517
Guides to the toolchain:
2618

2719
- [Jeremy Bennett][]. [Embecosm Application Note 2][]. *The OpenCores
2820
OpenRISC 1000 Simulator and Tool Chain: Installation Guide*. Issue
2921
3, November 2008.
30-
- Robert Guenzel. [Embecosm Application Notes 1 and 2 and MacOS
31-
10.4][]
3222

3323
SystemC interfaces:
3424

3525
- [Jeremy Bennett][]. [Embecosm Application Note 1][]. *Building a
3626
Loosely Timed SoC Model with OSCI TLM 2.0: A Case Study Using an
3727
Open Source ISS and Linux 2.6 Kernel.* Issue 2, May 2010.
38-
- Robert Guenzel. [Embecosm Application Notes 1 and 2 and MacOS
39-
10.4][]
4028

4129
Tutorials on how to implement OR1200 on Altera FPGA and Xilinx FPGA.
4230
Credits go to [Resarch Group Digital Techniques][], Hogeschool voor
4331
Wetenschap & Kunst, Campus de Nayer
4432

45-
- Altera HW tutorial [local copy][] of the PDF and possibly [updated
46-
version][] at the original site.
47-
- Xilinx HW tutorial [local copy][1] of the PDF and possibly [updated
48-
version][2] at the original site.
33+
- Altera HW tutorial [PDF][].
34+
- Xilinx HW tutorial [PDF][1].
4935

5036
Tutorials on how to implement OR1200 on Xilinx Spartan-6 FPGA.
5137

52-
- OpenRISC implemented on the Digilent Atlys board [blog on
53-
OpenRISC for newbies][1]
38+
- OpenRISC implemented on the Digilent Atlys board [blog on OpenRISC for newbies][]
5439

5540
Tutorials on how to implement OR1200 on Xilinx and Altera FPGAs using
5641
MinSoC.
5742

58-
- MinSoC Tutorials [openrisc on xilinx][2], [minsoc.com start][3]
43+
- MinSoC Tutorials openrisc on xilinx, [minsoc.com start][3]
5944

6045
Tutorials on compiling and running software in or1ksim:
6146

62-
- Simple C program compilation and execution from rte.se: [Writing an
63-
application program][]
47+
- Simple C program compilation and execution from rte.se: [Writing an application program][]
6448

6549
A Dynamic Reconfigurable OpenRISC Framework called Proteus : [Proteus
6650
Framework][]
6751

68-
[Debugging OpenRISC]: https://github.com/openrisc/tutorials/blob/master/docs/Debugging.md
69-
[Building Linux]:https://github.com/openrisc/tutorials/blob/master/docs/Linux.md
7052
[De0 Nano]:https://github.com/openrisc/tutorials/tree/master/de0_nano
7153
[Or1ksim]:https://github.com/openrisc/tutorials/tree/master/or1ksim
72-
[Sven-Åke Andersson]: User:svenand "wikilink"
73-
[blog on OpenRISC for newbies]: http://www.rte.se/blog/blogg-modesty-corex/openrisc-1200-soft-processor
74-
[Jeremy Bennett]: User:Jeremybennett "wikilink"
75-
[Embecosm Application Note 2]: http://www.embecosm.com/download/ean2.html
76-
[Embecosm Application Notes 1 and 2 and MacOS 10.4]: http://chschroeder.gamiro.de/rg/or1ksim_macOS10.4.pdf
77-
[Embecosm Application Note 1]: http://www.embecosm.com/download/ean1.html
78-
[Resarch Group Digital Techniques]: http://emsys.denayer.wenk.be/
79-
[local copy]: http://cdn.opencores.org/pdf/openrisc-HW-tutorial-Altera.pdf
80-
[updated version]: http://emsys.denayer.wenk.be/empro/openrisc-HW-tutorial-Altera.pdf
81-
[1]: http://cdn.opencores.org/pdf/openrisc-HW-tutorial-Xilinx.pdf
82-
[2]: http://emsys.denayer.wenk.be/empro/openrisc-HW-tutorial-Xilinx.pdf
83-
[3]: http://www.minsoc.com/1_0:start
84-
[Writing an application program]: http://www.rte.se/blog/blogg-modesty-corex/writing-application-program
85-
[Proteus Framework]: http://proteus-project.org/
54+
[Jeremy Bennett]: https://web.archive.org/web/20160528191223/http://opencores.org/or1k/User:Jeremybennett
55+
[blog on OpenRISC for newbies]: https://web.archive.org/web/20181225174757/http://www.rte.se/blog/blogg-modesty-corex/openrisc-1200-soft-processor
56+
[Embecosm Application Note 2]: https://www.embecosm.com/appnotes/ean2/html/index.html
57+
[Embecosm Application Note 1]: https://www.embecosm.com/appnotes/ean1/html/index.html
58+
[Resarch Group Digital Techniques]: https://web.archive.org/web/20161029074149/http://emsys.denayer.wenk.be/
59+
[PDF]: docs/openrisc-HW-tutorial-Altera.pdf
60+
[1]: docs/openrisc-HW-tutorial-Xilinx.pdf
61+
[3]: https://web.archive.org/web/20170331103546/http://www.minsoc.com/1_0:start
62+
[Writing an application program]: https://web.archive.org/web/20160706154031/http://www.rte.se/blog/blogg-modesty-corex/writing-application-program
63+
[Proteus Framework]: https://web.archive.org/web/20151023123112/http://proteus-project.org/

0 commit comments

Comments
 (0)