Updated Create DevTerm CM4 OS image from scratch (markdown)

GNU 2023-03-30 12:30:09 +08:00
parent d6ee0fca49
commit 62cf10c9c0

@ -6,7 +6,7 @@ The entire operation requires a certain experience in linux
be careful
## Start a chroot env
```
```bash
wget https://downloads.raspberrypi.org/raspios_full_armhf/images/raspios_full_armhf-2021-05-28/2021-05-07-raspios-buster-armhf-full.zip
unzip 2021-05-07-raspios-buster-armhf-full.zip
@ -25,7 +25,7 @@ sudo chroot .
```
## Inside chroot
```
```bash
curl https://raw.githubusercontent.com/clockworkpi/apt/main/debian/KEY.gpg | sudo tee /etc/apt/trusted.gpg.d/clockworkpi.asc
echo "deb https://raw.githubusercontent.com/clockworkpi/apt/main/debian/ stable main" | sudo tee -a /etc/apt/sources.list.d/clockworkpi.list