Steward
分享是一種喜悅、更是一種幸福
微電腦 - SHARP Zaurus SL-C3200 - Build Kernel 3.11.3
參考資訊:
https://github.com/greguu/linux-3.11.3-borzoi
步驟如下:
$ cd $ wget https://github.com/steward-fu/website/releases/download/zaurus/toolchain_for_kernel_3.x.tar.gz $ tar xvf toolchain_for_kernel_3.x.tar.gz $ mv toolchain /opt/c3200 $ export PATH=$PATH:/opt/c3200/bin $ git clone https://github.com/greguu/linux-3.11.3-borzoi $ cd linux-3.11.3-borzoi $ wget https://github.com/steward-fu/website/releases/download/zaurus/src_linux-3.11.3_c3x00_defconfig $ mv src_linux-3.11.3_c3x00_defconfig .config $ ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- make all -j4