Hello 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?