Hi All,
I would like to use Uboot to boot to the WINCE image (TI A8 BSP). Can anyone provide guidance to get Uboot working for the AM335x EVM?
Thanks!
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.
You can download the code from the repository below.
http://arago-project.org/git/projects/?p=u-boot-am33x.git;a=summary
Follow the below guide for build and flashing.
http://processors.wiki.ti.com/index.php/AM335x_U-Boot_User's_Guide
BM,
I have tried this many times on different platforms. I generally use u-boot as a starting point for EBOOT or first level bootloader development. Once EBOOT is fully done, I'll switch completely to EBOOT.
You can jump to the start address of the EBOOT.NB0 file. The start address can be figured out from the map file or eboot.bib file.