Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

CM4 Compatibility #620

Open
NumberOneGit opened this issue Jan 30, 2021 · 2 comments
Open

CM4 Compatibility #620

NumberOneGit opened this issue Jan 30, 2021 · 2 comments

Comments

@NumberOneGit
Copy link

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?

@procount
Copy link
Contributor

procount commented Feb 1, 2021

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

@sridharsaravanan
Copy link

sridharsaravanan commented Jun 20, 2022

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants