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.

PROCESSOR-SDK-AM335X: PROCESSOR-SDK-AM335X

Part Number: PROCESSOR-SDK-AM335X

I have an amm335x processor that is booting into CCCC... . How can i revover it.

I have the u-boot-restore.img and u-boot-spl-restore.bin file.

I have already tried following from my ubuntu machine:

# Flash SPL using XMODEM
sudo picocom -b 115200 /dev/ttyUSB18 --send-cmd "sx -vv" --receive-cmd "rx -vv"
-> Board printf "CCCC..."
CTRL+A+S and write "u-boot-spl-restore.bin"
CTRL+A+Q

# Flash U-Boot using YMODEM:

sudo picocom -b 115200 /dev/ttyUSB18 --send-cmd "sb -vv" --receive-cmd "rb -vv"

-> Board SPL prints "CCCC..."
CTRL+A+S and write "u-boot-restore.img"
CTRL+A+Q

After writing u-boot-restore.img, i was expecting the board to reboot and I could stop it into U-Boot prompt and start a normal flashing procedure. But, as soon as I reboot, I am still getting CCCC... from the board.

anyone can help?

I actually found out writing u-boot files failed. I am missing something to get that done successfuly?