Tool/software: Linux
Hi,
We are trying to realize a use case wherein, we want to dynamically switch between 2 root partitions (through boot loader). For eg: our SDCard has 3 partitions /dev/mmcblk0p1 (boot partition), /dev/mmcblk0p2 (linux 1), /dev/mmcblk0p3 (linux 2). By changing the boot args, we want to boot up either linux 1 from mmcblk0p2 or linux 2 from mmcblk0p3. We tried using the "uEnv.txt" file, by changing the bootargs, root etc, but appears these values are not being picked up by the bootloader.
So, in summary we are trying to configure during runtime a switch to a different linux version, so that on next boot the other version comes up. Please help/suggest how to achieve this.
Thanks.