Hi all,
I am trying to program an encrypted+AB scheme on TX2/NX, and I want to set up the active partition during the programming phase.
For example, if I want unit to boot up to partition A all the time after programming.
I do now using below can setup the active A/B partition during the
sudo nvbootctrl set-active-boot-slot 1
But when I set it up, and re-programming my tx/nx2, it will boot up to partition _b.
It seems programming does not change/revirgin the active partition.
thanks
@KevinFFF , yes, I understand this, it is run time. my question is how to change/set the active partition during the programming phase. That every unit re-program, has same active partition. thanks
@KevinFFF ,the problem is when a unit is set to boot to B, even re-program, it still boot to B partition.
we want all units after re-program all of them boot to default A.
may I know how to program UEFI variable in during programming? thanks
yes, I have the encryption and A/B enabled same time, and it works fine now. I use the automatic generated key.
but I am not sure if I need program internal device in this case ? and may I know how to program the A/B active partition during the programming phase?