Commit f199819
committed
rk3308: pin fdt/ramdisk load addresses for v2026.07 (fix booti FDT)
With u-boot bumped to v2026.07, the board boots far enough to load kernel+initrd
+dtb but booti aborts: "Could not find a valid device tree". The new u-boot's
default load addresses are tighter — the ~38MB kernel Image overlaps and clobbers
the dtb at fdt_addr_r=0x01f00000 before booti reads it.
Confirmed on hardware (rockpi-s, u-boot console): relocating fdt_addr_r=0x08000000
and ramdisk_addr_r=0x0a000000 (both clear of the kernel, both within 256MB) boots
cleanly. Pin them via armbianEnv.txt, which boot.cmd env-imports before loading
the dtb/ramdisk. Applied to both rk3308 boards (rockpi-s, rock-s0).
Signed-off-by: Igor Pecovnik <igor@armbian.com>1 parent 8db509b commit f199819
2 files changed
Lines changed: 14 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
49 | 56 | | |
50 | 57 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
50 | 57 | | |
51 | 58 | | |
0 commit comments