Hello,
I have custom designed board based on AM3352, and boot option is set to boot from SPI flash.
I want to boot AM3352 with u-boot. I downloaded code of u-boot and compiled. it creates u-boot.bin, and u-boot-spl.bin file.
Can someone can explain me how to package this two images in flash? based on my understanding u-boot-spl.bin will go to address 0x0 of SPI flash, but how about u-boot.bin?
Also which file/function I should modify to take care of my DDR initiazlization and UART setup. I am using UART_0 in my design.
Thanks,
R.