Skip to content

Latest commit

 

History

History
executable file
·
21 lines (11 loc) · 327 Bytes

README.md

File metadata and controls

executable file
·
21 lines (11 loc) · 327 Bytes

APC Uboot and Kernel

u-boot

 export PATH=$PATH:$arm-toolchain/bin
 cd u-boot
 make wmt_config
 make all

Kernel

 export PATH=$PATH:$arm-toolchain/bin
 make CROSS_COMPILE=arm-none-linux-gnueabi- clean
 make Android_defconfig
 make ubin CROSS_COMPILE=arm-none-linux-gnueabi-