Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 282 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 282 Bytes

tc8000

0. download an generic arm architecture toolchains

1. build kernel

cd kernel path

cd kernel

generate configs

cp arch/arm64/configs/gki_defconfig .config

make menuconfig

compile with prebuilts toolchains

make -jN ARCH=arm64 CROSS_COMPILE=${CROSS_COMPILE}