Forum Discussion
Altera_Forum
Honored Contributor
16 years ago<div class='quotetop'>QUOTE (hippo @ Aug 24 2009, 08:17 PM) <{post_snapback}> (index.php?act=findpost&pid=23567)</div>
--- Quote Start --- In 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[/b] --- Quote End --- Those steps worked fine but i still get the same error. I want to try nios2 with MMU without it worked fine and i build a lot of zImages but the MMU stuffs not working. do i have to move the "mkimage" binary or just add the path to the PATH variable? i tried adding it with PATH=$PATH:/home/xyz/nios2-linux/toolchain-build/u-boot/tools mfg Sven