6 lines
419 B
Bash
Executable File
6 lines
419 B
Bash
Executable File
totalcpu=$(grep -c ^processor /proc/cpuinfo)
|
|
make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- -j$totalcpu LicheePi_Zero_800x480LCD_defconfig
|
|
#or make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- -j$totalcpu LicheePi_Zero480x272LCD_defconfig
|
|
#or make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- -j$totalcpu LicheePi_Zero_defconfig
|
|
time make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- -j$totalcpu 2>&1 | tee build.log
|