Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Dec 2021 09:00:15 -0600
From:      Mike Karels <mike@karels.net>
To:        Archimedes Gaviola <archimedes.gaviola@gmail.com>
Cc:        freebsd-arm@freebsd.org
Subject:   Re: Raspberry Pi 4B does not detect devices in USB 3.0
Message-ID:  <202112231500.1BNF0FgX014693@mail.karels.net>
In-Reply-To: Your message of Thu, 23 Dec 2021 21:06:13 %2B0800. <CAJFbk7E=t4ezXVgTTGQdsxNbAEgUJfRU5Phk=gy4m2ovBMzhww@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112231500.1BNF0FgX014693>