Other Parts Discussed in Thread: AM1808
How to find the entry point when creating AIS image for AM1808.
If i do not select the Entry point check box, AISgen tool gives an error. How to find that entry point ?
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 to find the entry point when creating AIS image for AM1808.
If i do not select the Entry point check box, AISgen tool gives an error. How to find that entry point ?
Hi Taqi,
The entry point for the uboot given in PSP release is 0xC10800000.
Regards,
Shankari
-------------------------------------------------------------------------------------------------------
Please click the Verify Answer button on this post if it answers your question.
--------------------------------------------------------------------------------------------------------
Hi,
If you want to convert the u-boot.bin to AIS format then do the following,
Procedure for u-boot building:
make clean ARCH=arm CROSS_COMPILE=arm-arago-linux-gnueabi-
make distclean ARCH=arm CROSS_COMPILE=arm-arago-linux-gnueabi-
make da850_am18xxevm_config ARCH=arm CROSS_COMPILE=arm-arago-linux-gnueabi-
make u-boot.ais ARCH=arm CROSS_COMPILE=arm-arago-linux-gnueabi-
You can convert AIS format directly while compiling u-boot,
"The entry point for the uboot given in PSP release is 0xC10800000."
This is the entry point for SD/MMC Boot, Is this the same for NAND Boot ?
Hi,
This is the entry point for SD/MMC Boot, Is this the same for NAND Boot ?
Have a look to my previous reply,
Yes it is.
If you build the u-boot source with AIS format then u-boot source will take care everything but configuration is matters.