Part Number: SK-AM62
Hi,
I have already downloaded the Linux image to boot partition 1 in eMMC using USB DFU method. How do I do the same with boot partition 2? There are 2 boot areas in the eMMC right?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Part Number: SK-AM62
Hi,
I have already downloaded the Linux image to boot partition 1 in eMMC using USB DFU method. How do I do the same with boot partition 2? There are 2 boot areas in the eMMC right?
Hi,
By default it boots from boot0 parition. It can be configured to boot from boot1 partition. Please see the following e2e thread for details.
How do I do the same with boot partition 2?
I think you need to modify uboot env $dfu_alt_info_emmc to let DFU use boot1 partition. Here is its default value for using boot0 partition:
=> print dfu_alt_info_emmc
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