Re: Raspberry Pi 4B does not detect devices in USB 3.0
Archimedes Gaviola <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.arm |
|---|---|
| Message-ID | <CAJFbk7HO7v_fosmySQbTD0NpitkpJsSJMmMyLpwZ3aMirRCdPA@mail.gmail.com> |
On Mon, Feb 14, 2022 at 9:40 PM tech-lists <[email protected]> wrote: > Hi, > > On Mon, Feb 14, 2022 at 08:40:56PM +0800, Archimedes Gaviola wrote: > >On Fri, Dec 24, 2021 at 12:32 PM Archimedes Gaviola < > >[email protected]> wrote: > > > >> On Fri, Dec 24, 2021 at 10:49 AM Daniel O'Connor <[email protected]> > >> wrote: > >>> > >>> > On 24 Dec 2021, at 02:25, Archimedes Gaviola < > >>> [email protected]> wrote: > >>> > Are you using the boot files that came with 13.0 (dtb, etc)? > >>> > > >>> > Yes, I am. I have not changed anything that came from 13.0 files, > it's > >>> all intact since I wrote the image to the microSD card. > > I might be wrong here - but I seem to recollect that there was some > issue with the pi4 and 13.0-RELEASE. I have only ever used snapshots > of that branch. > > If you go to the msdos partition of your installation and run strings on > start4.elf, what do you see? > > I saw this (from the last time installed 13-STABLE) > > # strings start4.elf | grep VC_BUILD_ID_ > VC_BUILD_ID_USER: dom > VC_BUILD_ID_TIME: 12:10:40 > VC_BUILD_ID_VARIANT: start > VC_BUILD_ID_TIME: Feb 25 2021 > VC_BUILD_ID_BRANCH: bcm2711_2 > VC_BUILD_ID_HOSTNAME: buildbot > VC_BUILD_ID_PLATFORM: raspberrypi_linux > VC_BUILD_ID_VERSION: 564e5f9b852b23a330b1764bcf0b2d022a20afd0 (clean) > > -- > J. > Hi J, Here, it's the same with your output. freebsd@fbsd13:/boot/msdos % strings start4.elf | grep VC_BUILD_ID_ VC_BUILD_ID_USER: dom VC_BUILD_ID_TIME: 12:10:40 VC_BUILD_ID_VARIANT: start VC_BUILD_ID_TIME: Feb 25 2021 VC_BUILD_ID_BRANCH: bcm2711_2 VC_BUILD_ID_HOSTNAME: buildbot VC_BUILD_ID_PLATFORM: raspberrypi_linux VC_BUILD_ID_VERSION: 564e5f9b852b23a330b1764bcf0b2d022a20afd0 (clean) Thanks and best regards, Archimedes