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-AM68A: AM68A

Part Number: PROCESSOR-SDK-AM68A
Other Parts Discussed in Thread: SK-AM68, AM68A

Hi, TI.

I try to build the custom boot binary for PROCESSOR-SDK-AM68A.

The steps are the bellows.

Go to SDK TOP Directory.

1. make clean

2. make all 

3. sudo -E BOOTFS=/media/$USER/boot DESTDIR=/media/$USER/rootfs make install

But SD Boot is failed, that means there is no any boot message.

and SDK/board-support/built-images/ has many files related with booting like bellows.

lastly I try to change the boot binaries with prebuilt-images

After change, SD Boot is succeded.

How can I boot from SD with the custom built boot binaries?

Thank you.