Altera_Forum
Honored Contributor
8 years agoRunning an ARM program from an SD card
I would like to run the program I developed with the Monitor program on the DE1-SoC board without intervention from the Monitor program. In the Intel_FPGA_Monitor_Program_ARM.pdf document in section 9.5 the following directions are given.
To place your own ARM application into the SD card, generate program.bin, setup_environment.bin, and fpga.rbf for your project by selecting Actions > Generate U-Boot SD Card Binaries in the Monitor Program. Copy over the files to the SD card and replace any prior copies. The directions also state the following files are necessary to run a program from the SD card- program.bin
- setup_environment.bin
- fpga.rbf
- set_vbar.bin
- Where do I get the set_vbar.bin file?
- How to move the four specified files to the SD card?
- Do the files need to be combined into a .img file? If so, what is the process to create the file?