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.

USB boot with AM335x, U-boot, looking for information on what code runs in SPL

Other Parts Discussed in Thread: UNIFLASH

Hello,

I am looking into ways of flashing a custom AM335x board, although currently running on BBB. With Uniflash running the TFTP server, I am now able to boot from USB. The next step would be to make this code which I can boot from USB, to do many of the same steps U-boot does when retrieving the next phase of the code over USB (which will then load the debrick.scr etc.). Unfortuntely, I cannot go to Linux so u-boot itself is out of question.

To accelerate my evaluation and investigation:

Would you be able to give me some insight into what parts of the u-boot code will compile to u-boot.img (aka u-boot-restore.img) and which code to spl/u-boot.bin (u-boot-spl-restore.bin)? 

Would you by chance have compiled images (with symbolic information) for the two u-boot images (AM335x, BBB), which I could run (with an emulator) and see for myself which code (especially) the SPL runs to get going with the UBOOT image loading over USB? (This is the only part I am currently missing from my project).

Thanks!