Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
u-boot: backport one commit from v2024.01 to fix booting from uSD
* fixes: #1338 * apply it in version specific u-boot_2023.10.bbappend so that if someone already uses newer version backported to nanbield it won't cause do_patch failure * instead of: U-Boot 2023.10 (Oct 02 2023 - 14:39:59 +0000) DRAM: 948 MiB (effective 3.9 GiB) RPI 4 Model B (0xc03111) Core: 212 devices, 16 uclasses, devicetree: board MMC: mmcnr@7e300000: 1, mmc@7e340000: 0 Loading Environment from FAT... OK In: serial,usbkbd Out: serial,vidconsole Err: serial,vidconsole Net: eth0: ethernet@7d580000 PCIe BRCM: link up, 5.0 Gbps x1 (SSC) starting USB... Bus xhci_pci: Register 5000420 NbrPorts 5 Starting the controller USB XHCI 1.00 scanning bus xhci_pci for devices... 2 USB Device(s) found scanning usb for storage devices... 0 Storage Device(s) found Hit any key to stop autoboot: 0 Card did not respond to voltage select! : -110 ethernet@7d580000 Waiting for PHY auto negotiation to complete......... TIMEOUT ! bcmgenet: PHY startup failed: -110 ethernet@7d580000 Waiting for PHY auto negotiation to complete......... TIMEOUT ! bcmgenet: PHY startup failed: -110 * it boots automatically U-Boot 2023.10 (Oct 02 2023 - 14:39:59 +0000) DRAM: 948 MiB (effective 3.9 GiB) RPI 4 Model B (0xc03111) Core: 212 devices, 16 uclasses, devicetree: board MMC: mmcnr@7e300000: 1, mmc@7e340000: 0 Loading Environment from FAT... OK In: serial,usbkbd Out: serial,vidconsole Err: serial,vidconsole Net: eth0: ethernet@7d580000 PCIe BRCM: link up, 5.0 Gbps x1 (SSC) starting USB... Bus xhci_pci: Register 5000420 NbrPorts 5 Starting the controller USB XHCI 1.00 scanning bus xhci_pci for devices... 2 USB Device(s) found scanning usb for storage devices... 0 Storage Device(s) found Hit any key to stop autoboot: 0 Card did not respond to voltage select! : -110 ** Booting bootflow '[email protected]_1' with script Working FDT set to 2eff2300 25268736 bytes read in 1099 ms (21.9 MiB/s) Moving Image from 0x80000 to 0x200000, end=1b30000 ## Flattened Device Tree blob at 2eff2300 Booting using the fdt blob at 0x2eff2300 Working FDT set to 2eff2300 Using Device Tree in place at 000000002eff2300, end 000000002f002f69 Working FDT set to 2eff2300 Starting kernel ... Signed-off-by: Martin Jansa <[email protected]>
- Loading branch information