Forum Discussion
Altera_Forum
Honored Contributor
8 years agoARM DS-5 and DE10-Nano
Hello guys, I'm participating from the Innovate FPGA 2018 Contest and I would like to know how we can debug the ARM A9 (that comes with the DE10-Nano from terasic) as an Altera target in ARM D...
Altera_Forum
Honored Contributor
8 years agoHello sunshine,
You're right, I made the correct export path and all works, thanks, but now I've been reading the boot types and I still didn't find a solution for bare-metal application. My goal is to load up a design into FPGA (with the .rbf file) and then load my binary bare-metal application for ARM-A9. Today what I could do is to generate the preloader (preloader-mkpimage.bin) and my FPGA raw files to program (.rbf) but I couldn't find some tutorial of how to generate the u-boot.scr and u-boot.script to program FPGA and load the binary. =/ Btw, if I understood right to loadup the design and boot some bare-metal app you need and SD/MMC with: Partitions: fat32: ------ u-boot.img ------ u-boot.scr ------ baremetalapp.bin ------ soc_design.rbf a2: ------ preloader-mkpimage.bin Am I right about this?- WKhad15 years ago
New Contributor
Hello,
I'm stuck at the same problem.
have you found the way to create a SD card with the ( preloader + bare-metal + rbf )
Thanks in advance