Forum Discussion
Altera_Forum
Honored Contributor
16 years agoIn normal nios2nommu build, mkimage is not needed. You should use "make" once to build everything.
Only if you are using "trunk" branch of uClinux-dist, it will need mkimage. mkimage is available from u-boot, you can either install it or build it. 1. for ubuntu/debian, apt-get install uboot-mkimage 2. cd nios2-linux/toolchain-build make u-boot # then move the mkimage to your toolchain binary dir in your PATH. - Hippo