Commit 76902b5
committed
nanopik2-s905: bump u-boot to v2026.04, move eMMC patch
Advance the NanoPi K2 (Amlogic S905) bootloader from v2024.01 to the latest
stable u-boot v2026.04. Move the board patch folder to the new version and
rebase the eMMC-enable patch onto the relocated device tree: in v2026.04 the
DTS moved from arch/arm/dts/ to the synced dts/upstream/ tree. The eMMC node
content is unchanged; verified the patch applies (patch --dry-run / git apply
--check) and nanopi-k2_defconfig still exists upstream.
This also fixes the random MAC address bug: the older u-boot generated a new
random ethernet MAC on every boot, so the board appeared as a different device
each time. The newer u-boot derives a stable MAC, giving a consistent address
across reboots.
Tested on hardware (NanoPi K2): boots from eMMC and keeps a stable MAC across
reboots.
Signed-off-by: Igor Pecovnik <igor@armbian.com>1 parent 603aa92 commit 76902b5
3 files changed
Lines changed: 32 additions & 24 deletions
File tree
- config/boards
- patch/u-boot
- v2024.01/board_nanopik2-s905
- v2026.04/board_nanopik2-s905
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
| 14 | + | |
| 15 | + | |
Lines changed: 0 additions & 22 deletions
This file was deleted.
Lines changed: 30 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
0 commit comments