-
I am experimenting with Circle on a CM4 / CM4 IO Board (fairly new to CM4). armstub=armstub7-rpi4.bin dtoverlay=dwc2,dr_mode=host Thank you for any tips / recommendations. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
For USB operation on the CM4 you have to define the system option
This enables the support for the internal xHCI USB host controller of the CM4. The DWC2 OTG USB controller is not supported by Circle for the CM4. In config.txt you need the following settings for USB in AArch64 mode:
Be sure to have the device tree blobs bcm2711-rpi-4-b.dtb and bcm2711-rpi-cm4.dtb on the SD card. Finally the following setting in the file cmdline.txt helps, if some USB device is not detected:
|
Beta Was this translation helpful? Give feedback.
For USB operation on the CM4 you have to define the system option
USE_XHCI_INTERNAL
before build. Just add the following line to your Config.mk file:This enables the support for the internal xHCI USB host controller of the CM4. The DWC2 OTG USB controller is not supported by Circle for the CM4.
In config.txt you need the following settings for USB in AArch64 mode:
Be sure to have the device tree blobs bcm2711-rpi-4-b.dtb and bcm2711-rpi-cm4.dtb on the SD card.
Finally the following setting in the file cmdline.txt helps, if some USB device is not detected: