參考資訊:
https://leste.maemo.org/Motorola_Droid_4
https://github.com/maemo-leste/droid4-linux
步驟如下:
$ cd $ git clone --depth=1 https://github.com/maemo-leste/droid4-linux -b maemo-6.1.y $ cd droid4-linux $ wget https://github.com/steward-fu/website/releases/download/xt894/config-6.1.9 -O .config $ ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- make menuconfig $ ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- make all -j4 $ ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- INSTALL_MOD_PATH=out make modules_install