I was able to go from zero to hello-world in just a few hours despite never having used a tool like Vivado to program an FPGA before. The Arty S7-50 is painless to use via USB with microSD pmod with the Astrobe IDE. The instructions provided were all very clear with no guesswork.
Is it possible to modify the Oberon Embedded OS and create a .img file given the tools and source code provided?
Thanks and Kind Regards
Very impressed with free (!!!) Astrobe for RISC5 FPGA
-
- Posts: 3
- Joined: Fri Nov 27, 2020 6:48 pm
-
- Site Admin
- Posts: 525
- Joined: Fri Dec 31, 2010 12:30 pm
- Contact:
Re: Very impressed with free (!!!) Astrobe for RISC5 FPGA
Thank you for your positive feedback. It is very much appreciated.
We haven't released the tools that we use to create the disk image but Andreas Pirklbauer, one of the other guys who has modified the OS has. You can find them at:
https://github.com/andreaspirklbauer/Ob ... ding-tools
We haven't released the tools that we use to create the disk image but Andreas Pirklbauer, one of the other guys who has modified the OS has. You can find them at:
https://github.com/andreaspirklbauer/Ob ... ding-tools
-
- Posts: 3
- Joined: Fri Nov 27, 2020 6:48 pm
Re: Very impressed with free (!!!) Astrobe for RISC5 FPGA
Thanks so much. I'll dig into this over the holidays.
If I understand correctly, the idea will be to follow the procedure and use the tools provided by Andreas to create a bootable .img file from the oberon source files provided with Astrobe? Sounds like a fun holiday vacation to me!
If I understand correctly, the idea will be to follow the procedure and use the tools provided by Andreas to create a bootable .img file from the oberon source files provided with Astrobe? Sounds like a fun holiday vacation to me!
-
- Site Admin
- Posts: 525
- Joined: Fri Dec 31, 2010 12:30 pm
- Contact:
Re: Very impressed with free (!!!) Astrobe for RISC5 FPGA
There's also some useful information in Chapter 14 Building and maintenance tools of the Project Oberon book which is accessible from Astrobe for RISC5 > Help > Project Oberon.
Note that you only need to rebuild the disk image if you modify and relink the inner core of the Project Oberon OS, which consists of modules Kernel, FileDir, Files, and Modules.
Feel free to ask further questions here if any part of the process is unclear.
Note that you only need to rebuild the disk image if you modify and relink the inner core of the Project Oberon OS, which consists of modules Kernel, FileDir, Files, and Modules.
Feel free to ask further questions here if any part of the process is unclear.