We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 831440f commit 6aa5f29Copy full SHA for 6aa5f29
wiki/How-uConsole-CM4-OS-image-made.md
@@ -48,6 +48,14 @@ mkdir -p ../linux-headers-${KERNEL_VER}
48
make headers_install INSTALL_HDR_PATH=../linux-headers-${KERNEL_VER}
49
```
50
51
+- In pi-gen , we added some modifcations:
52
+1. Pull up gpio9 at boot,so that screen will turn on right away when Power on
53
+2. Set default lcd backlight to 3
54
+3. Set default desktop to be large screen
55
+4. No wallpaper, only black color
56
+5. Fn+<> to adjust lcd backlight
57
+
58
59
60
- All official uConsole OS images can be found here:
61
[uConsole Images Repository](https://github.com/clockworkpi/uConsole/tree/master/images)
0 commit comments