# Pastebin Kv7H5kLU ub-int rpi2 Building U-Boot in sourcedir for rpi_2 Bootstrapping U-Boot from dir /tmp/b/rpi_2 Writing U-Boot using method rpi2 U-Boot 2025.01-rc3-00785-g3c5e42769ec9 (Apr 09 2025 - 09:43:02 -0600) DRAM: 948 MiB RPI 2 Model B (0xa01041) Core: 71 devices, 13 uclasses, devicetree: board MMC: mmc@7e202000: 0 Loading Environment from FAT... Unable to read "uboot.env" from mmc0:1... In: serial,usbkbd Out: serial,vidconsole Err: serial,vidconsole Net: No ethernet found. starting USB... Bus usb@7e980000: USB DWC2 scanning bus usb@7e980000 for devices... 3 USB Device(s) found scanning usb for storage devices... 0 Storage Device(s) found Hit any key to stop autoboot: 0 U-Boot> bootfl scan -l mmc Scanning for bootflows with label 'mmc' Seq Method State Uclass Part Name Filename --- ----------- ------ -------- ---- ------------------------ ---------------- Hunting with: mmc Scanning bootdev 'mmc@7e202000.bootdev': 0 extlinux ready mmc 2 mmc@7e202000.bootdev.part /extlinux/extlinux.conf No more bootdevs --- ----------- ------ -------- ---- ------------------------ ---------------- (1 bootflow, 1 valid) U-Boot> bootfl sel U-Boot> bootfl read No bootflow selected U-Boot> bootfl sel 0 U-Boot> bootfl read boot prev kernel 1: postmarketOS Enter choice: 1: postmarketOS Retrieving file: /vmlinuz Retrieving file: /initramfs append: console=ttyS0,115200n8 rw gpt pmos_boot_uuid=2c43c501-1463-4794-978b-87008a9d74a6 pmos_root_uuid=de754eba-8303-4f86-afb4-92ea093e9b7c pmos_rootfsopts=defaults Retrieving file: /bcm2836-rpi-2-b.dtb Skipping fdtdir / for failure retrieving dts U-Boot> bootstd images Seq Bootflow Type At Size Filename --- ------------------- -------------- -------- -------- ---------------- 0 mmc@7e202000.bootdev extlinux_cfg 3af6d100 125 /extlinux/extlinux.conf 0 mmc@7e202000.bootdev kernel 80000 402200 /extlinux/extlinux.conf 0 mmc@7e202000.bootdev ramdisk 2700000 929b14 /extlinux/extlinux.conf --- ------------------- -------------- -------- -------- ---------------- (3 images) U-Boot> bootz 80000 2700000:929b14 ${fdt_addr} Kernel image @ 0x080000 [ 0x000000 - 0x402200 ] ## Flattened Device Tree blob at 2eff9900 Booting using the fdt blob at 0x2eff9900 Working FDT set to 2eff9900 Using Device Tree in place at 2eff9900, end 2f002f8b Working FDT set to 2eff9900 Starting kernel ...