http://docwiki.gumstix.org/index.php/Recompiling_the_Linux_Kernel
During this step:
make ARCH=arm menuconfig(make your changes to the kernel here and save the config file on exit)THIS WAS THE MISSING LINK!
If you want to keep these change in this buildroot
cp .config ../../target/device/Gumstix/basix-connex/linux.configNow build the NFS enabled kernel
make ARCH=arm cleanrm build_arm_nofpu/root/boot/uImagefrom your gumstix-buildroot
cd
make
No comments:
Post a Comment