Updated Create DevTerm A06 OS image from scratch (markdown)

GNU 2021-12-20 10:37:28 +08:00
parent 71d9e45bac
commit 168f780321

@ -24,6 +24,13 @@ cp ~/DevTerm/Code/patch/armbian_build_a06/patch/clockworkpi-a06.conf config/boar
cd ~/build && ./compile.sh cd ~/build && ./compile.sh
``` ```
after image done
unzip `linux-dtb-current-rockchip64.db`, `linux-image-current-rockchip64.dtb`
and then combine all files ,all the postinst, preinst,prerm,postrm
to be one `devterm-kernel-current-cpi-a06.dtb`
the reason is if not doing this , `apt-get upgrade` will replace the linux-dto,linux-image* in future, which will cause boot failed
so to keep a06 linux kernel in safe , I made devterm-kernel-current-cpi-a06
# Chroot image # Chroot image
``` ```
sudo losetup -P /dev/loop0 Armbian_21.08.0-trunk_Clockworkpi-a06_focal_current_5.10.55_xfce_desktop.img sudo losetup -P /dev/loop0 Armbian_21.08.0-trunk_Clockworkpi-a06_focal_current_5.10.55_xfce_desktop.img