How to get the .encrypt files for swupdate during build? #365
Unanswered
tomdeblauwe
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
I haven't experimented with r32 at all, although the original integration I referenced was on r32 I believe. Glancing at that one it doesn't look like it directly writes the kernel or kernel-dtb but rather uses tegra-bootloader-update to apply the update payload where I believe it would be included if I recall correctly. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm using the older kirkstone R32 branch and I could use swupdate to make the .swu file. That contains my rootfs, the kernel and kernel-dtb. However, when I include the kernel and kernel-dtb in my swu file, then that does not work, it does not boot anymore. Probably because these files are not the "encrypted" type. When I flash over usb using "initrd-flash" then it starts with "signing binaries" and you see that the flash process uses these files when it flashed:
So I would like to somehow access the ".encrypt" versions during the build of my .swu image. Is that possible?
Best regards
Beta Was this translation helpful? Give feedback.
All reactions