mirror of
https://github.com/clockworkpi/DevTerm.git
synced 2025-12-18 21:28:50 +01:00
Updated Create DevTerm A06 OS image from scratch (markdown)
parent
312573fa94
commit
489c291c62
@ -132,6 +132,14 @@ cd -
|
|||||||
sudo umount /mnt/p1
|
sudo umount /mnt/p1
|
||||||
```
|
```
|
||||||
|
|
||||||
|
umount may failed at /mnt/p1/dev
|
||||||
|
just use `ps aux | grep cupsd` to see if there a process named like `/usr/bin/qemu-aarch64-static /usr/sbin/cupsd -C /etc/cups/cupsd.conf -s /etc/cups/cups-files.conf`
|
||||||
|
|
||||||
|
find the pid ,use `sudo kill -9 ${pid}` with that pid
|
||||||
|
then umount again
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Flash the image to SD card
|
# Flash the image to SD card
|
||||||
* Linux
|
* Linux
|
||||||
`sudo dd if=Armbian_21.08.0-trunk_Clockworkpi-a06_focal_current_5.10.55_xfce_desktop.img of=/dev/sdX bs=8M status=progress`
|
`sudo dd if=Armbian_21.08.0-trunk_Clockworkpi-a06_focal_current_5.10.55_xfce_desktop.img of=/dev/sdX bs=8M status=progress`
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user