noobs icon indicating copy to clipboard operation
noobs copied to clipboard

CM4 Compatibility

Open NumberOneGit opened this issue 4 years ago • 2 comments

I'm trying to edit the config.txt file by adding "dtoverlay=dwc2,dr_mode=host" to enable the USB ports on the IO board to work in NOOBS, which works in Raspberry Pi OS and Ubuntu but does nothing in NOOBS. Is there a way to get this to work?

NumberOneGit avatar Jan 30 '21 01:01 NumberOneGit

@XECDesign - You only need to add CONFIG_USB_DWC2=y to make NOOBS compatible with the CM4.

procount avatar Feb 01 '21 15:02 procount

gpu_mem=16 start_file=recovery.elf fixup_file=fixup_rc.dat enable_uart=1 dtoverlay=dwc2,dr_mode=host otg_mode=1

[pi4] max_framebuffers=2 start_file=recover4.elf fixup_file=fixup4rc.dat enable_uart=1 dtoverlay=dwc2,dr_mode=host otg_mode=1

now it work in cm4 add last two line

sridharsaravanan avatar Jun 20 '22 12:06 sridharsaravanan