Motorola XT894 >> Maemo Leste

build kernel 5.7.0


參考資訊:
1. droid 4 kernel

步驟如下:

$ cd
$ sudo apt-get install gcc-arm-linux-gnueabihf -y
$ wget https://github.com/maemo-leste/droid4-linux/archive/maemo-kernel-5.7.0.tar.gz
$ tar xvf droid4-linux-maemo-kernel-5.7.0.tar.gz
$ cd droid4-linux-maemo-kernel-5.7.0
$ make ARCH=arm omap2plus_defconfig
$ make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- omap4-droid4-xt894.dtb bzImage modules


返回上一頁