T113单独编译uboot和内核和fastboot单独更新镜像
1、u-boot单独编译
目录:t113-s3_linux-sdk-v1.1/brandy/brandy-2.0/u-boot-2018
编译命令:
make sun8iw20p1_auto_defconfig &&
make -j16 &&
tools/dragonsecboot -pack tools/boot_package.cfg
成功编译后,会得到boot_package.fex的镜像,该镜像就是u-boot镜像了。
2、内核单独编译命令
目录:t113-s3_linux-sdk-v1.1/kernel/linux-5.4
编译命令:
cp -f arch/arm/configs/sun8iw20p1smp_t113_auto_defconfig .config &a