Updated Create DevTerm CM4 OS image from scratch (markdown)

GNU 2023-04-04 20:49:47 +08:00
parent 44515b9f83
commit 2643417baa

@ -107,6 +107,14 @@ to be like
``` ```
for uConsole, replace **480 to 720** in above **monitors.xml** for uConsole, replace **480 to 720** in above **monitors.xml**
### console rotation
/boot/cmdline.txt
```
console=serial0,115200 console=tty1 root=PARTUUID=034aa078-02 rootfstype=ext4 fsck.repair=yes rootwait init=/usr/lib/raspberrypi-sys-mods/firstboot fbcon=rotate:1
```
### Now quit the chroot env ### Now quit the chroot env
```bash ```bash
exit exit