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!