With AM62A, when using eMMC Bootmode (alternate) booting, user can choose between bootpartition0 (mmcblk0boot0) and bootpartition1 (mmcblk0boot1).
For switching from partition0 to partition1, he needs to change config from u-boot as below.
- bootpartition0 : => mmc partconf 0 1 1 1
- bootpartition1 : => mmc partconf 0 1 2 1
[Q] Is it possible to use the partition1 as redundant image, back-up booting, in case the image in partition0 be corrupted?
From TRM, eMMC UDA Raw mode booting supports redundant image (at offset 0x400000) booting.
Similarly, he wants to check if it is possible to boot with (redundant) image at partition1 "automatically" when image at partition0 is bad.
Regards,
Hayden