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.

starterware UART bootloader



Team,  I am looking at the below link and follow the steps to down load uboot and need some advice

http://processors.wiki.ti.com/index.php/AM335x_U-Boot_User's_Guide

1. import boot

2. change to Debug_UART as active project

3. Rebuild

4. It create  boot.bin, boot.out, ti-boot.bin

 IT is looks like boot.bin, ti-boot.bin are post build convertion of uboot.out

Q1. Is the assumtion correct?

 

5. I folllow the steps as per wiki

       5.1 Pass with boot.bin and fail ti-boot.bin

       what is the different between boot.bin and ti-boot.bin

      5.2  i did not find u-boot-spl.bin, what is thsi?

      5.3  yes i can see "ccc"

      5.4  what is u-boot.img?

                since there is no u-boot.img, i choose uboot.out and it is not doing anythink

 Q2. How to create u-boot.img?