Hello,
We are developing projects with iMX8QM-MEK Eval Board with v5.4.70 kernel.
We continue our project using SD card. With the OTA features we will add, we added 2 more partitions to our SD card and got its new structure as follows.

Figure -1. SD Card Partitions
Here we can see the partitions as shown in Figure-2 with the command given in the u-boot and we want to select boot-2 as the jumpable address depending on the situation.

Figure-2. Partition Map
I want to jump to boot-2 here. How can I mount a new partition and how do I configure u-boot to jump a particular partition?
Regards,