Forum Discussion
Altera_Forum
Honored Contributor
21 years agouboot + uclinux + nios2
I compiled uboot as well as uclinux for stratix board DK1S40 using standard hardware design for nios2 that comes with web addition software from altera. when I tried to create an uImage ...run...
Altera_Forum
Honored Contributor
21 years agoHi haq,
> when I looked at the mkimage source code file....I found the nios2 stuff is missing....... > Is anyone knows ......what needs to be done in order to create an uImage for nios2 platform You need to get the latest version of tools/mkimage.c (revision 1.15). You're probably using mkimage revision 1.14 (from the u-boot 1.1.2 tarball). Download this file from sourceforge & rebuild. Otherwise, you can get a pre-built version of mkimage from: http://www.psyent.com/download (http://www.psyent.com/download) Regards, --Scott