第一次
export PATH=$HOME/k2g-06.03.00.106/linux-devkit/sysroots/x86_64-arago-linux/usr/bin:$PATH
ti_config_fragments/defconfig_builder.sh -t ti_sdk_k2g_release export ARCH=arm make ti_sdk_k2g_release_defconfig #mv .config arch/arm/configs/tisdk_keystone-evm_defconfig
make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- zImage
编译好的镜像在
arch/arm/boot/ directory called zImage`- copy to target
cp arch/arm/boot/zImage <rootfs path>/boot
后续编译
export PATH=$HOME/k2g-06.03.00.106/linux-devkit/sysroots/x86_64-arago-linux/usr/bin:$PATH
make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- zImage
编译好的镜像在
arch/arm/boot/ directory called zImage`- copy to target
cp arch/arm/boot/zImage <rootfs path>/boot