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.

Linux/TMS320C6748: uImage file?

Part Number: TMS320C6748

Tool/software: Linux

What actually is the uImage file that came on the SD card? I looked at it in Cygwin with the command 'xxd' and simply saw a stream of numbers. Also ran the following two lines:

$ tail -c+65 < uImage > out

$ file out
uout: Linux kernel ARM boot executable zImage (little-endian)

Thanks for your response!