-
Hello, I am trying to implement A/B upgrade scheme with swupdate on Jetson Nano with emmc on top of dunfell. I have been browsing through swupdate documentation, tegra-test-distro and nvidia and github forums and implemented most steps from this thread #842, until the the point he got the update installed for the first time. My update of the rootfs seems to be sucessful (there is a kernel message about mounting the partition as it is printed to the serial), but the bootloader update complains:
I can get rid of the My partition layout based on flash_l4t_t210_emmc_p3448.xml with APP-1 partition added:
Thank you for the any insights how to get the swupdate working on Jetson Nano emmc. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
What's on your kernel command line? Sounds like it's missing |
Beta Was this translation helpful? Give feedback.
What's on your kernel command line? Sounds like it's missing
sdhci_tegra.en_boot_part_access=1
, which tells the Tegra mmc driver to expose theboot0
andboot1
partitions.