I am looking for information or step-by-step instructions on generating a bootable SD Card image for AM2434 on Windows build hosts?
Can anyone help?
Thanks
Andy
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I am looking for information or step-by-step instructions on generating a bootable SD Card image for AM2434 on Windows build hosts?
Can anyone help?
Thanks
Andy
Hi Andrew,
Please refer the following guide
Regards,
Prashant
The page essentially says that a bootloader can be built and when it is built and executed, it will look for file(s) on the FAT partition of the SD Card. This relies on the bootloader example being flashed into OSPI or other memory.
What it does NOT tell you is how to boot directly from the SD Card: There is a link which promises to tell you, but the linked page just describes flashing the OSPI flash from the UART.
So the example is intended to be loaded into OSPI, which then boots a secondary bootloader and then loads the images from SD Card.
What I am after is how to make an SD Card that will natively boot without requiring OSPI. The AM2434 has a bootmode which allows booting direct from SD. Creating an SD Card that works with this bootmode is what I am looking for.
What I am after is how to make an SD Card that will natively boot without requiring OSPI. The AM2434 has a bootmode which allows booting direct from SD. Creating an SD Card that works with this bootmode is what I am looking for.
The SBL_SD bootloader is exactly provided for this purpose.
For booting entirely from SD card, it should have the following images in the first partition formatted as FAT
Regards,
Prashant