Forum Discussion
Altera_Forum
Honored Contributor
20 years agoHi cetic,
1. missing jtag uart port: add it to include/linux/serial_core.h, download attached kernel2_04.zipcd ~/download
unzip kernel2_04.zip
cd ~/linux-2.6.15.2
patch -p0 <~/download/linux-2.6.15.2-nios2-04.diff 2. missing elf2flt for busybox, download attached busybox_110.zip add the elf2flt stuf to busybox Makefile cd ~/download
unzip busybox_110.zip
cd ~/buildroot/build_nios2/busybox-1.1.0
patch -p1 <~/download/busybox-110.diff
rm busybox
make
cd ~/buildroot
make check again with flthdr. then rebuild kernel. Or you may try post#4, to rebuild toolchain. Hippo