You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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-