Hi,
I have finished the development of a linux application and now I would like to put all necessary files on a SD card in order to load my program when the Microzed is power on.
I have generated a FSBL on SDK and I have created a boot.ini file with inside the following files:
- fsbl.elf (bootloader)
- myBistream.bit (datafile)
- u-boot.elf (datafile)
On my SD card I have the following files:
- boot.ini
- devicetree.dtb
- init.sh
- uImage
- uramdisk.image.gz
- myApplication.elf
When I plug my SD card on the MicroZed board nothing happen. No messages are display in the terminal.
What are my mistake ?
Regards,
Snoopy_87