Replies: 1 comment 4 replies
-
I don't have an Orin NX myself, but I know other platforms have limitations on fitting the kernel update in the EFI partition. I haven't tried to resize it and not sure if that's possible. If you want to troubleshoot you could capture serial port logs during boot. Alternatively others have mentioned simply using image copy for devicetree and kernel updates, see this thread in gitter for instance. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have yocto with 35.4.1 building uefi capsules that generates both tegra-bl.cap and tegra-kernel.cap
I can copy tegra-bl.cap to esp/EFI/UpgradeCapsule and trigger an update (oe4t-set-uefi-OSIndications), reboot and can see the flash process happen. Once I'm booted, nvbootctrl capsule update status of one and I'm on the "other" slot.
That all looks perfect.
When I try the same with then tegra-kernel.cap, no flashing seems to happen, capsule update status stays zero. The current slot doesn't change. What am I doing wrong that is preventing the kernel from upgrading?
I would try copying/upgrading both tegra-bl.cap and tegra-kernel.cap at the same time but the esp partition is just barely not big enough to hold them both. Is there an easy way to fix that?
I'm working on an Orin AGX with kirkstone from just a few days ago (2dc5e4)
Beta Was this translation helpful? Give feedback.
All reactions