Creating a bug report/issue
I have searched the existing open and closed issues
Required Information
- DietPi version |
cat /boot/dietpi/.version - G_DIETPI_VERSION_CORE=10
G_DIETPI_VERSION_SUB=1
G_DIETPI_VERSION_RC=2
G_GITBRANCH=‘master’
G_GITOWNER=‘MichaIng’ - Distro version |
echo $G_DISTRO_NAME $G_RASPBIAN - trixie
- Kernel version |
uname --all - Linux DietPi 6.18.13-current-rockchip64 #1 SMP PREEMPT Thu Feb 19 15:31:37 UTC 2026 aarch64 GNU/Linux
- Architecture |
dpkg --print-architecture - arm64
- SBC model |
echo $G_HW_MODEL_NAMEor (EG: RPi3) - Radxa ZERO 3 (aarch64)
- Power supply used | (EG: 5V 1A RAVpower)
- 5v 3A
- SD card used | (EG: SanDisk ultra)
- SanDisk Ultra
Additional Information (if applicable)
- Can this issue be replicated on a fresh installation of DietPi?
- Yes
Steps to reproduce
- Run
ls -al /boot/dtb/rockchip/overlay - No dwc3 overlays appear
Expected behaviour
- An overlay to enable host mode on the rk3568 OTG port should be there.
Actual behaviour
- Overlay is missing
Extra details
-
I previously opened a post on something similar to this ( Radxa Zero 3w OTG Port Not Loading Peripherals ) when I first started using dietpi and got some help getting the overlay started up in the first place. I did find some usb-c overlays in the list this time, but to no avail. Should we expect a dwc3 overlay? Has that item in the tree been renamed? Should I open a github issue on this? Am I just doing something wrong again lol
Thanks!