MitySOM-5CSX development kit
Added by John Iannuzzi 2 days ago
Hi! I am just starting out with the MitySOM-5CSX development kit and have the following tools set up:
1. Quartus prime 23.1
2. Ubuntu 24.04.2 LTS operating system
3. U-boot 2024.01 source tree
4. I don't have an embedded LINUX source tree set up yet.
Will what I have installed work with your demo projects, or do I have to install the tools that you have recommended?
It seems that I'm pretty close with what I have.
Also, is this the proper forum to use?
Any guidance would be appreciated.
Thanks.
John
Replies (2)
RE: MitySOM-5CSX development kit - Added by Mike Fiorenza 2 days ago
John,
Our latest reference design for the 5CSx is on Quartus Prime version 23.1, therefore you should be good! These reference designs can be found here: 23.1-stable
U-boot is compiled as part of the FPGA compile flow. Therefore, our Makefile in the reference project will checkout our version of socfpga_v2023.07 from git://support.criticallink.com/home/git/u-boot-socfpga.git and compile it after it compiles the FPGA design.
For the Linux kernel source, it can be found here: git://support.criticallink.com/home/git/linux-socfpga.git using branch socfpga-6.1.55-lts
For our full documentation for building the FPGA/Bootloader/Kernel/Filesystem see our wiki page here: https://support.criticallink.com/redmine/projects/mityarm-5cs/wiki
Lastly, this is the correct spot to be posting any FPGA related questions for the MitySOM-5CSX.
Let us know if you have any further questions.
- Mike
RE: MitySOM-5CSX development kit - Added by John Iannuzzi 1 day ago
Ok Mike,
Thanks.
Best regards,
John