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.

[DRA829] Unable to create SD card using Pre-Built Images provided with Linux release

(I am asking this question on behalf of a customer)

I am unable to create an SD card using pre-built images provided with the TI Linux release
Command used as instructed in Linux SD card creation guide document section 1.1.1.2.

sudo ./bin/mksdboot.sh --device /dev/sdb --sdk /home/myname/ti-processor-sdk-linux-automotive-j7-evm-06_00_00_00 

I get the following errors:

cp: cannot stat '/home/myname/ti-processor-sdk-linux-automotive-j7-evm-06_00_00_00/board-support/prebuilt-images/MLO': No such file or directory

ERROR: executing cp /home/myname/ti-processor-sdk-linux-automotive-j7-evm-06_00_00_00/board-support/prebuilt-images/MLO /tmp/sdk/24337/boot/

Can anyone suggest a solution?

  • Hi Jason,

    it seems that the SD card script included in the SDK is the same J6's (J7 and J6 have quite different boot process hence the different files in the boot partition).
    Can you try with the attached create-sdcard.sh script (it is from AM65x's SDK with some slight modifications) and see if it works (it needs to be run without arguments, just 'sudo bin/create-sdcard.sh', it should detect the SDK's directory and SD card device)?

    I will also ping PSDKLA team to have it fixed.

    Regards,
    Yordan

    https://e2e.ti.com/cfs-file/__key/communityserver-discussions-components-files/791/7026.4760.create_2D00_sdcard.sh