diff options
| author | Zoltan HERPAI | 2026-06-14 17:33:28 +0000 |
|---|---|---|
| committer | Zoltan HERPAI | 2026-06-17 20:07:21 +0000 |
| commit | 44ee26c13fc4ede17057b53a266e7072dfd9a7f0 (patch) | |
| tree | 99c1c34654cf69cae071928cc27774a6aefe84e1 | |
| parent | 3f59bc0e1410c6131bb43113952c4bc06781e95d (diff) | |
| download | openwrt-44ee26c13fc4ede17057b53a266e7072dfd9a7f0.tar.gz | |
uboot-zynq: fix boot process on MMC
A regression was introduced when upgrading to 2019.07, whereas
the bootloader did not proceed to load the FIT image. A fix
was reported but not upstreamed here [1]. Patch the uEnv file
to bring back these boards to an operational state.
[1] https://forum.openwrt.org/t/bugreport-regression-in-zynq-cpu-platform-not-bootiing-any-more-zedboard-zybo/182609/7
Fixes: https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=5ca243153b110ceddffecb70ba8a8cd0e33c8f0b
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
(cherry picked from commit fa55634872674a4c951db902771c472180106e37)
| -rw-r--r-- | package/boot/uboot-zynq/files/uEnv-default.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/boot/uboot-zynq/files/uEnv-default.txt b/package/boot/uboot-zynq/files/uEnv-default.txt index 5030b07784..ec15c820e2 100644 --- a/package/boot/uboot-zynq/files/uEnv-default.txt +++ b/package/boot/uboot-zynq/files/uEnv-default.txt @@ -1 +1,2 @@ bootargs=console=ttyPS0,115200n8 root=/dev/mmcblk0p2 rootwait earlyprintk +bootcmd=run sdboot |