Forum Discussion
Altera_Forum
Honored Contributor
19 years ago --- Quote Start --- originally posted by albertyong88@Aug 14 2006, 10:08 AM hello,
can someone help me. i have successfully built a nios ii linux zimage, and able to boot it.
however, i don't seem to be able to make it run ifconfig eth0 192.168.50.63
i tried to change romfs/etc/rc before doing a
make
make linux image
but, it doesn't work. can someone please help ? what do i need to do ?
thanks
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=17579)
--- quote end ---
--- Quote End --- Hi, I did the following and it works: make clean rm -r romfs/ make linux_hwselect SYSPTF=~/uClinux-dist-test/std_2C35.ptf make romfs make menuconfig make make linux image Just wondering if anyone knows the stages I can ignore. Are there documents describing each process for making a linux image ?