Forum Discussion
Altera_Forum
Honored Contributor
20 years agohow to build toolchain on linux ,no internet
Dear ALL beacuse i can't connect the Internet in my Linux computer. so i find many many error when i build the toolchain. first i read the script of build ,i find wget -N http:...
Altera_Forum
Honored Contributor
20 years agoThe init stopped?
Try rebuild busybox.rm -rf ~/rootfs
cd ~/buildroot
rm -rf build_nios2/busybox
make
cp -a ~/buildroot/build_nios2/root ~/rootfs
cd ~/rootfs# remove include and lib to save space# the dev nodes are generated via ~/download/rootfs_list
rm -rf dev usr/include usr/lib# you may use this instead of the one from buildroot
cp ~/download/inittab etc
cd ~/linux-2.6.x# rebuild image for initramfs
make ARCH=nios2nommu CROSS_COMPILE=nios2-linux-uclibc-