Re: Raspberry Pi 4B does not detect devices in USB 3.0
Mike Karels <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.arm |
|---|---|
| Message-ID | <[email protected]> |
> Hi, > I have successfully installed FreeBSD 13.0-RELEASE #0 > releng/13.0-n244733-ea31abc261f in Raspberry Pi 4B with 2GB RAM. USB > devices work well and get detected with the USB 2.0 ports however when > tried with USB 3.0 ports all these devices can't be detected thus will not > work. My config.txt has the following contents. Anything I missed? I also > attached the dmesg output. > freebsd@freebsd13:/boot/msdos % cat config.txt > [all] > arm_64bit=1 > dtparam=audio=on,i2c_arm=on,spi=on > dtoverlay=mmc > dtoverlay=disable-bt > device_tree_address=0x4000 > kernel=u-boot.bin Is that all? The standard config.txt for RPI on 13.0 looks like this: [all] arm_64bit=1 dtparam=audio=on,i2c_arm=on,spi=on dtoverlay=mmc dtoverlay=disable-bt device_tree_address=0x4000 kernel=u-boot.bin [pi4] hdmi_safe=1 armstub=armstub8-gic.bin I am running -current on an RPI4 with a USB3 SSD with that config.txt except that hdmi_safe is commented out. Are you using the boot files that came with 13.0 (dtb, etc)? Mike > Thanks and best regards, > Archimedes