forked from Red54/linux-shumeipai2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
19 lines (16 loc) · 771 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# for GNU/Linux General (boot from SD-Card)
make ARCH=arm smp2_defconfig
make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- uImage modules
make ARCH=arm INSTALL_MOD_PATH=output modules_install
# for GNU/Linux General (boot from NAND)
make ARCH=arm smp2_nand_defconfig
make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- uImage modules
make ARCH=arm INSTALL_MOD_PATH=output modules_install
# for GNU/Linux Server (boot from NAND)
make ARCH=arm smp2_server_defconfig
make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- uImage modules
make ARCH=arm INSTALL_MOD_PATH=output modules_install
# for Android/Linux (boot from NAND)
make ARCH=arm smp2_crane_defconfig
make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- uImage modules
make ARCH=arm INSTALL_MOD_PATH=output modules_install