Forums » Software Development »
Added by david kasper almost 14 years ago
I have downloaded the u-boot snapshot. Can someone tell me the build command sequence in order to support the MityDSP L138 module? My end goal is to build the Linux kernel; however I get an error during this process indicating mkimage isn't present.
Thanks,
David Kasper
Dave,
Sorry about the delay on this response.
Under ubuntu 10.04, you need to install the "uboot-mkimage" package. E.G.:
root@ubuntu-host # apt-get install uboot-mkimage
-Mike