-
Hello, is there easy way to create A/B rootfs redundancy without included mender? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi, If you are talking about Jetpack 5 branches, there's no working example yet as there is with Jetpack 4 but there are some basic building blocks available including capsule update and A/B update from NVIDIA. Related discussions in the channel at https://matrix.to/#/#OE4T_jetpack-5-device-update:gitter.im if you'd like to follow along/contribute. |
Beta Was this translation helpful? Give feedback.
Got it
Not necessarily - I think all you'll need to do is define a custom partition with both a/b slots included, you can use https://github.com/mendersoftware/meta-mender-community/tree/kirkstone/meta-mender-tegra/recipes-bsp/tegra-binaries/mender-custom-flash-layout and/or #858 as a guide.
Then you just need to enable redundancy using one of the methods in https://docs.nvidia.com/jetson/archives/r34.1/DeveloperGuide/text/SD/Bootloader/UpdateAndRedundancy.html#enabling-bootloader-redundancy - see possibly related discussion at #1267
So you might want to use…