Re: u-boot debug, was: Re: U-boot on RPI3, sees disk but won't boot it
- In reply to: bob prohaska : "Re: u-boot debug, was: Re: U-boot on RPI3, sees disk but won't boot it"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 02 Oct 2022 19:06:14 UTC
An odd occurrence not seen before, perhaps because
I never waited long enough.
The console reported:
U-Boot 2022.04 (Oct 02 2022 - 09:46:36 -0700)
DRAM: 948 MiB
RPI 3 Model B (0xa02082)
Core: 69 devices, 10 uclasses, devicetree: board
MMC: mmc@7e300000: 2
Loading Environment from FAT... In: serial
Out: vidconsole
Err: vidconsole
Net: No ethernet found.
starting USB...
Bus usb@7e980000: USB DWC2
scanning bus usb@7e980000 for devices... error in inquiry
6 USB Device(s) found
scanning usb for storage devices... 0 Storage Device(s) found
Hit any key to stop autoboot: 0
MMC Device 0 not found
no mmc device at slot 0
MMC Device 1 not found
no mmc device at slot 1
Card did not respond to voltage select! : -110
Device 0: unknown device
missing environment variable: pxeuuid
Retrieving file: pxelinux.cfg/01-b8-27-eb-ba-68-d5
Retrieving file: pxelinux.cfg/00000000
Retrieving file: pxelinux.cfg/0000000
Retrieving file: pxelinux.cfg/000000
Retrieving file: pxelinux.cfg/00000
Retrieving file: pxelinux.cfg/0000
Retrieving file: pxelinux.cfg/000
Retrieving file: pxelinux.cfg/00
Retrieving file: pxelinux.cfg/0
Retrieving file: pxelinux.cfg/default-arm-bcm283x-rpi
Retrieving file: pxelinux.cfg/default-arm-bcm283x
Retrieving file: pxelinux.cfg/default-arm
Retrieving file: pxelinux.cfg/default
Config file not found
U-Boot> usb reset
resetting USB...
Bus usb@7e980000: USB DWC2
scanning bus usb@7e980000 for devices... 6 USB Device(s) found
scanning usb for storage devices... 1 Storage Device(s) found
U-Boot> run bootcmd_usb0
[a few seconds elapsed]
Device 0: [ few minutes] Vendor: SABRENT Rev: 0214 Prod:
Type: Hard Disk
Capacity: 953869.7 MB = 931.5 GB (1953525168 x 512)
... is now current device
[tens of minutes elapsed]
** No partition table - usb 0 **
Couldn't find partition usb 0:1
U-Boot>
U-Boot>
U-Boot>
U-Boot>
U-Boot>
I thought it was stuck, but apparently not.
It's still unbootable.
Not sure it's relevant, but certainly a surprise to me.
bob prohaska