Skip to content

Commit cb0bf60

Browse files
authored
fix: add otg_mode=1 for CM4 in config.txt (#167)
1 parent d245465 commit cb0bf60

File tree

1 file changed

+4
-0
lines changed
  • src/modules/piconfig/filesystem/root/boot

1 file changed

+4
-0
lines changed

src/modules/piconfig/filesystem/root/boot/config.txt

+4
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,10 @@ max_framebuffers=2
9292
## Do not use more than 256Mb on Pi Model 4, it uses its own Management.
9393
gpu_mem=256
9494

95+
[cm4]
96+
## Enable XHCI USB 2 controller for USB support on CM4
97+
otg_mode=1
98+
9599
[all]
96100

97101
## SPI Interface is enabled by default for Input Shaper

0 commit comments

Comments
 (0)