Tool/software: Linux
Hi All,
I know how to create a bootable SD card using pre-built SDK images and create-sdcard.sh script. But how to do it when I'm building the SDK on my own using "make all" command?
Regards,
Karol
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.
Tool/software: Linux
Hi All,
I know how to create a bootable SD card using pre-built SDK images and create-sdcard.sh script. But how to do it when I'm building the SDK on my own using "make all" command?
Regards,
Karol
<Processor SDK>/board-support/u-boot-<version>/MLO
<Processor SDK>/board-support/u-boot-<version>/u-boot.img
<Processor SDK>/board-support/linux-<version>/arch/arm/boot/zImaga
<Processor SDK>/board-support/linux-<version>/arch/arm/boot/dts/*.dtb
<Processor SDK>/filesystem/tisdk-rootfs-image-am335x-evm.tar.xz
Copy the MLO and u-boot.img to separate directory, then cd to that directory and type pwd. This is the absolute path.