| Summary: | USB keyboard is not working by default "raspberrypicm4io_64_defconfig" | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | Benoit Pereira da Silva <benoit> |
| Component: | Other | Assignee: | unassigned |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | buildroot |
| Priority: | P5 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
|
Description
Benoit Pereira da Silva
2024-01-06 17:38:21 UTC
You need to load the module dwc2 ('modprobe dwc2' either over the serial console or from a startup script) AND disconnect micro USB port (J11 USB slave) you connected for flashing..., alternative is to enable '/dev management (Dynamic using devtmpfs + eudev' (BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV=y) for automatic module loading AND do not forget to disconnect micro USB port (J11 USB slave) you connected for flashing...
Peter, Thank you very much setting /dev management (Dynamic using devtmpfs + eudev) Did solve my issue. I'm a newbie to buildroot, and did not know that "dev" were strictly static and i need to activate "devtmpfs + eudev". I will read attentively the documentation next time. |