Hi! I downloaded the full updated pair from build EXP_20260826-143004 (arm_Image, arm_init.cpio.gz, and bcm2711-rpi-4-b.dtb from arm_dtbs.tar.gz).
I set the memory addresses exactly as requested:
kernel_addr_r: 0x00080000 fdt_addr_r: 0x08000000 ramdisk_addr_r: 0x09000000I also passed isdebug=yes in bootargs and removed the old kernel8.img / uInitrd references to ensure only the new build files are booted.
Result on real hardware (Pi 4B):
The Pi hangs indefinitely on the 4 Raspberry logos screen with a blinking cursor, right after U-Boot executes booti. No text output appears after the logos, and I am unable to type commands or reach the FOS shell, so I cannot run uname -a or cat /proc/....
It seems the kernel halts before initializing the console/framebuffer or hangs during early memory setup on real Broadcom hardware.
Let me know if you want me to test another build or change specific earlycon/console bootargs!