Development Environment¶
The MitySOM-5CSX Development Environment comes configured with the tools necessary to build FPGA code (Quartus and Qsys), ARM application code (ARM DS-5 and GCC compiler for command line 'make'), Kernel, UBoot and the Preloader.
The following are some helpful file locations within the VM:
Path | Description |
/home/user/projects | The working directory for the development kit |
/home/user/projects/mitysom_5csx_dev_board | Development board example project directory. Contains Quartus/QSys project and example ARM source code for interacting with the FPGA image from Linux |
/home/user/projects/archive | Contains an archived snapshot of the kernel and u-boot from our GIT repository |
/home/user/altera | Altera tools directory |
Go to top