Tool/software: Linux
Hi,
I'm trying to create a redundant boot system for update functionality, and I'm interested in duplicating U-Boot and SPL data in eMMC (MMC1).
I've already read this thread: https://e2e.ti.com/support/embedded/linux/f/354/t/505682
Partition table:
- Partition 1: Bootloader A (MLO + uboot.img)
- Partition 2: Bootloader B (MLO + uboot.img)
- Partition 3: Linux/Application
- Partition 4: Flags for bootloader update
How can I switch between bootloader A and B?
Thanks!