== Cross build luna kernel from Source (v3.2.0+)== after setting up [[gcc cross compiler (armhf)]], we need to git clone, build and install. ===clone and build=== git clone git@g77k.com:luna-itc-kernel-c2h2.git cd luna-itc-kernel-c2h2 ./rebuild.sh ===local install / remote install=== local install, modify the local device variable inside "install.sh" script and run: script: https://git.g77k.com/yiling.cao/luna-itc-kernel-c2h2/blob/master/install.sh ./install.sh remote install to use script: https://git.g77k.com/yiling.cao/luna-itc-kernel-c2h2/blob/master/rinstall.sh ./rinstall.sh [ip address] ==Using RobertCNelson == ROOT OF DOC REF: http://elinux.org/BeagleBone GET source: git clone https://github.com/RobertCNelson/linux-dev.git cd linux-dev git checkout origin/am33x-v3.2 -b am33x-v3.2 ./build_kernel.sh ==change kernel drivers and options / a.k.a. menuconfig== make menuconfig ARCH=arm ==initrd== http://forum.doozan.com/read.php?2,8153 == cross compiling and pre-installs== [[gcc cross compiler (armhf)]]