mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-14 14:06:02 +01:00
According to [0], raw access to mmc should not have mmcpart in the entry. This was fixed in k3_dfu_combined.env but k3_dfu.env had been overlooked. [0] doc/usage/dfu.rst Fixes: 53b406369e9d ("DFU: Check the number of arguments and argument string strictly") Signed-off-by: Neha Malcom Francis <n-francis@ti.com>
31 lines
749 B
Bash
31 lines
749 B
Bash
dfu_alt_info_mmc=
|
|
boot part 1 1;
|
|
rootfs part 1 2;
|
|
tiboot3.bin fat 1 1;
|
|
tispl.bin fat 1 1;
|
|
u-boot.img fat 1 1;
|
|
uEnv.txt fat 1 1;
|
|
sysfw.itb fat 1 1
|
|
|
|
dfu_alt_info_emmc=
|
|
rawemmc raw 0 0x800000 mmcpart 1;
|
|
rootfs part 0 1;
|
|
tiboot3.bin.raw raw 0x0 0x400 mmcpart 1;
|
|
tispl.bin.raw raw 0x400 0x1000 mmcpart 1;
|
|
u-boot.img.raw raw 0x1400 0x2000 mmcpart 1;
|
|
u-env.raw raw 0x3400 0x100 mmcpart 1;
|
|
sysfw.itb.raw raw 0x3600 0x800 mmcpart 1
|
|
|
|
dfu_alt_info_ospi=
|
|
tiboot3.bin raw 0x0 0x080000;
|
|
tispl.bin raw 0x080000 0x200000;
|
|
u-boot.img raw 0x280000 0x400000;
|
|
u-boot-env raw 0x680000 0x020000;
|
|
sysfw.itb raw 0x6c0000 0x100000;
|
|
rootfs raw 0x800000 0x3800000
|
|
|
|
dfu_alt_info_ram=
|
|
tispl.bin ram 0x80080000 0x200000;
|
|
u-boot.img ram 0x81000000 0x400000
|
|
|