|
发表于 2020-10-30 15:00:22
只看该作者
12#
git reset 也不行
pzw@haitu-PowerEdge-R720:~/share/RK3308$ git reset c5f8091bd9be6632f7742523b5ca854e02666d21
Unstaged changes after reset:
M kernel/arch/arm64/boot/dts/rockchip/rk1808.dtsi
M kernel/arch/arm64/boot/dts/rockchip/rk3308.dtsi
M kernel/drivers/adc/core.c
pzw@haitu-PowerEdge-R720:~/share/RK3308$ ./build.sh roc-rk3308b-cc-plus_release_BoardConfig.mk
Can't found build config, please check again
====USAGE: build.sh modules====
uboot -build uboot
kernel -build kernel
modules -build kernel modules
rootfs -build default rootfs, currently build buildroot as default
buildroot -build buildroot rootfs
ramboot -build ramboot image
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
otapackage -pack ab update otapackage image
save -save images, patches, commands used to debug
default -build all modules
pzw@haitu-PowerEdge-R720:~/share/RK3308$ |
|