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.