Other Parts Discussed in Thread: AM3354
Tool/software: Linux
Hello all,
We have designed custom board based on Sitara Am3354 processor and during design of board taken Am335x starter kit and beagle bone as reference.
For board bring up followed the below steps:
1. DDR leveling -Its working fine able to write DDR3L registers (0x80000000) and its holding the written value in memory location and also EDMA test script successfully execute and able to get success massage using code composer studio.
2. Change SPL code as per DDR,Peripheral ,boot media (board.c,mux.c,ddr-defs.h etc..)
3. After this changes able to compile and build MLO and U-boot binaries.
Now try to boot over UART using following procedure..
http://processors.wiki.ti.com/index.php/AM335x_U-Boot_User's_Guide#Building_U-Boot
-> able to get "CCCC" character on console (teraterm) then transfered “u-boot-spl.bin” using File Menu select Transfer --> XMODEM --> Send (1K mode)
-> its loaded and following messages appeared on console
"U-Boot SPL ,2016.05-00304-gad06f64-dirty <May 18 2017 -12:07:45>"
Trying to boot from UART
-> Then its shows "CCCC" and then transfered "u-boot.img" using File Menu select Transfer --> YMODEM --> Send (1K mode) as per procedure.
Its show progress bar for transferring data but after load its not show any message on console as per expected means "u-boot message and ask for boot the kernel"
Kindly help me to proceed further.
Thanks,
Anil