-
I'm trying to get swupdate working with dual copy mode on my jetson nano devkit. My custom partition layout is:
I have a recipe swupdate-image.bb, which is in part copied from here: https://github.com/madisongh/tegra-test-distro/blob/dunfell/layers/meta-testdistro/recipes-testdistro/images/swupdate-common.inc
And a sw-description also copied from the test-distro:
I build a .swu file using But I get:
I don't know where to go from here and need some hints. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 12 replies
-
Sounds like you didn't build swupdate itself with the right configuration - it can't find a handler for U-boot support. Did you also copy over the bbappend and config files from the test distro? |
Beta Was this translation helpful? Give feedback.
Sounds like you didn't build swupdate itself with the right configuration - it can't find a handler for U-boot support. Did you also copy over the bbappend and config files from the test distro?