Forum Discussion
Altera_Forum
Honored Contributor
20 years agolinux 2.6.12 instability
hippo, I'm starting a new thread to keep track of this... I think 2.6.12 looks better than .16 - it hasn't failed on me yet. the patches you gave me were a bit messy though, I think may...
Altera_Forum
Honored Contributor
20 years agoJust another tip,
I won't compile kernel in place, not in the source tree. I use "make .... O=~/board_1/kernel-branch " for each board and each version of kernel, the source tree must be clean first, with "make .... clean" and "make .... mrproper" . And each board can have a copy of rootfs of different apps setup. ~/board_1/rootfs I build kernel in the source tree for the buildroot guide, only because it would be easier for newbie.