-
Hello, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
I'm not sure what you mean by "at compile time," but you should be able to set it up from initial flashing of your target device. The redundancy mode is controlled by the slot metadata (SMD), which is stored on the device. There's a file called |
Beta Was this translation helpful? Give feedback.
I'm not sure what you mean by "at compile time," but you should be able to set it up from initial flashing of your target device. The redundancy mode is controlled by the slot metadata (SMD), which is stored on the device. There's a file called
smd_info.cfg
in the L4T kit that is used to generate the SMD contents that gets flashed to the target device. If you change your build to replace the default file with one that enables A/B redundancy (see the comments in that file), that should take care of it.