-
Notifications
You must be signed in to change notification settings - Fork 811
rpi cm4: enable USB(keyboard etc.) on boot #400
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
FYI: The default config.txt for:
has, in part:
|
Okay, I'll test later today if OTG on the XHCI controller doesn't cause any problems, then we could change that. |
Signed-off-by: Klaus Küchemann <[email protected]>
changed as you have suggested - |
You also need to bump PORTREVISION in the ports, after that we're all good. |
thanks, |
Yes. This is needed so that the pkg has a new version and will get updated. You can make the change in your tree and re-push to update this pull request. |
I see... I've held off on this patch for now, as it was only intended as a starting point for what I believe is a much-needed, larger RPI patch series. We have a few bug reports on the Pi4 mailing list: missing functionality for the cm4/5, faulty u-boot versions in releases, and so on. It needs some RPI-dedicated port/src-maintenance, possibly with patches for each individual board version... I know roughly what needs to be done and hope to find the time for it soon. |
-- also patch in src required : freebsd/freebsd-src#1711
U-Boot 2025.04 (May 20 2025 - 05:56:19 +0200)
DRAM: 948 MiB (effective 7.9 GiB)
RPI Compute Module 4 (0xd03140)
Core: 211 devices, 16 uclasses, devicetree: board
MMC: mmc@7e300000: 3, mmc@7e340000: 0
L.......
---BEFORE this patch:---
starting USB...
No USB controllers found.......
-- AFTER this patch:---
starting USB...
Bus usb@7e980000: USB DWC2
scanning bus usb@7e980000 for devices... 5 USB Device(s) found
scanning usb for storage devices... 0 Storage Device(s) found
Hit any key to stop autoboot: 0
U-Boot> usb info 3
config for device 3
4: Human Interface, USB Revision 1.10
.....