uboot/build_defconfig.sh

6 lines
419 B
Bash
Raw Normal View History

2025-01-27 05:17:21 +00:00
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