參考資訊:
https://github.com/maemo-leste/droid4-linux/tree/maemo-idle-report-6.1.y
步驟如下:
$ cd $ sudo apt-get install gcc-arm* $ git clone -b maemo-idle-report-6.1.y --depth=1 https://github.com/maemo-leste/droid4-linux $ cp ../config-6.1.9 .config $ ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- make menuconfig $ ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- make zImage modules dtbs -j4 $ INSTALL_MOD_PATH=out ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- make modules_install -j4 $ cat arch/arm/boot/zImage arch/arm/boot/dts/omap3-n900.dtb > new $ mkimage -A arm -O linux -T kernel -C none -a 80008000 -e 80008000 -n uImage -d new uImage
P.S. 從系統/proc/config.gz取得config-6.1.9