mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-20 02:03:09 +00:00
31 lines
759 B
Bash
31 lines
759 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 mmcpart 0;
|
||
|
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
|
||
|
|