-
-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
jetson/boards: Add swupdate OTA support
bitbake yoe-swupdate-image-tegra Then flash yoe-simple-image using doflash mechanism once booted scp yoe-swupdate-image-tegra-p3737-0000-p3701-0005.rootfs.swu to agx root@p3737-0000-p3701-0005:~# nvbootctrl dump-slots-info Capsule update status: 0 Current bootloader slot: A Active bootloader slot: A num_slots: 2 slot: 0, status: normal slot: 1, status: normal Apply update root@p3737-0000-p3701-0005:~# swupdate -i ./yoe-swupdate-image-tegra-p3737-0000-p3701-0005.rootfs.swu reboot the device and wait for ssh connection to come alive root@p3737-0000-p3701-0005:~# nvbootctrl dump-slots-info Current version: 36.3.0 Capsule update status: 1 Current bootloader slot: B Active bootloader slot: B num_slots: 2 slot: 0, status: normal slot: 1, status: normal Notice it has switched to B partition !! Signed-off-by: Khem Raj <[email protected]>
- Loading branch information
Showing
3 changed files
with
18 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters