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.

DM814x U-BOOT-MIN-SD Build Problem

Hello, I'm running into an issue trying to build the U-BOOT-MIN-SD image.  I've downloaded the latest version link the PSP website tarball is that's found at:

http://software-dl.ti.com/dsps/dsps_public_sw/psp/LinuxPSP/DM814x_04_01/index.html

I was able to get the Code Sourcery cross compiler setup (2009q1) and followed all the u-boot instructions to build the MIN-SD image from he TI wiki page for PSP u-boot as well.

When I go to execute the last step in build, I get the following error as it reaches the mkimage step:

tools/mkimage -T tiimage \ -e 0x40300000 -n ti81xx -d u-boot.bin u-boot.min.sd tools/mkimage: Can't map u-boot.min.sd: Invalid argument Makefile:331: recipe for target 'u-boot.ti' failed make: *** [u-boot.ti] Error 1

I'm compiling under the latest ubuntu 15.04, 64-bit.  I have the path setup to point to the Code Sourcery cross compiler and tools folder that comes with the PSP release.  Not sure which argument is invalid.  the u-boot.min.sd and u-boot.bin files are both present in build directory.

Thanks for any guidance.

Alan