|
I would like to use the UDA partition to store some data permanently when I use OTA updates with A/B boot. I use an Orin Nano with NVME on a custom board and |
Replies: 2 comments
|
The commit 6258ce7 fixed this for Thor/R38.4.x flashing. It probably won't patch cleanly for the R36.x-based branches, but should be pretty close. |
|
Many thanks. The The default |
Many thanks. The
initrd-flash.shfrom R36.x looks quite different, but I found the issue:The default
flash_l4t_t234_nvme_rootfs_ab.xmlis missing the tag<filename> DATAFILE </filename>in the UDA partition. After adding this tag it got flashed without patching theinitrd-flash.sh.