|
发表于 2019-12-7 13:49:57
只看该作者
沙发
本帖最后由 qslia 于 2019-12-7 14:19 编辑
编译 Ubuntu 固件(GPT)
qslia@qsliapc:~/Linux_SDK/firefly/linux_sdk$ ./build.sh aio-rk3399pro-jd4.mk
===============================
ERR: aio-rk3399pro-jd4.mk not found
Can't found build config, please check again
ls device/rockchip/rkxxxx
====USAGE: build.sh modules====
uboot -build uboot
kernel -build kernel
extboot -build extlinux boot.img, boot from EFI partition
rootfs -build default rootfs, currently build buildroot as default
buildroot -build buildroot rootfs
yocto -build yocto rootfs, currently build ros as default
ros -build ros rootfs
debian -build debian rootfs
pcba -build pcba
recovery -build recovery
all -build uboot, kernel, rootfs, recovery image
cleanall -clean uboot, kernel, rootfs, recovery
firmware -pack all the image we need to boot up system
updateimg -pack update image
sdbootimg -pack sdboot image
sdupdateimg -pack sdupdate image
save -save images, patches, commands used to debug
default -build all modules
BoardConfig Board -select Board and it's BoardConfig.mk |
|