Other Parts Discussed in Thread: AM1808
How many different way are there to load the Kernel and File System file in AM1808 ?
- Using Ethernet Cable
- Using UART
- ... ?
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.
Other Parts Discussed in Thread: AM1808
How many different way are there to load the Kernel and File System file in AM1808 ?
Hi,
Please refer the following link,
http://www.ti.com/lit/pdf/sprab41
http://processors.wiki.ti.com/index.php/OMAP-L138_Bootloader
Hi,
I've read the Boot loader procedure using the UART boot Master, but i can't find the way to load Kernel in this document ? I can understand now how to create a AIS image, but i am not sure if is it correct or not !! Because every time i Load the AIS image file using UART HOST v1.3, the I/o Read error occurs.
What things should i keep in mind while creating the AIS image ? Below are the settings i've set to generate AIS image
I've set the



I am not sure about the following settings
I suppose that i've to change the settings specific to my board setting ? but where can i find this information ?
Hi,
For u-boot,
You need to convert the u-boot.bin to u-boot.ais (input file(ARM application file) as u-boot.bin)
You need to mention DDR2 timing parameters and booting type and that parameters if NAND/SPI While you are creating AIS.
After that write the u-boot.ais file into NAND/SPI/NOR which you configured as booting type while you are converting to AIS.