Skip to content

Commit

Permalink
Merge pull request #147 from tokk-nv/dev-jp6
Browse files Browse the repository at this point in the history
Reboot instruction after scheduling fw update
  • Loading branch information
tokk-nv authored May 7, 2024
2 parents 9ad762e + 3762918 commit 39bb81f
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 8 deletions.
Binary file added docs/images/fw-update-progress_monitor.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/fw_update_4.1-to-5.0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 24 additions & 8 deletions docs/initial_setup_jon.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,12 +153,12 @@ You can take one of the following methods.

## 3. Power-on and reboot to ensure firmware gets updated to 5.0 (JetPack 5.1.3)

4. Power-on
1. Power-on

Turn on the Jetson Orin Nano Developer Kit **with JetPack 5.1.3 SD card inserted** by plugging in the DC power supply.

5. Complete the initial software setup (`oem-config`)
6. Ensure firmware update is scheduled.
2. Complete the initial software setup (`oem-config`)
3. Ensure firmware update is scheduled.

Once Jetson boots into Jetson Linux system, a background service automatically runs to schedule a firmware update (if needed) to be performed during the next boot-up process.

Expand All @@ -180,9 +180,25 @@ You can take one of the following methods.
Main PID: 11439 (code=exited, status=0/SUCCESS)
```

4. Reboot

Reboot your Jetson Orin Nano Developer Kit.
You should see the following during the boot up process.
=== ":material-monitor: GUI"

![](./images/fw-update-progress_monitor.jpg)

=== ":material-monitor-off: CUI"

![](./images/fw_update_4.1-to-5.0.png)
Once done, you will boot into JetPack 5.1.3 (again), with underlying firmware updated to `5.0-35550185`.

## 4. Install and run QSPI Updater package

3. Double-check your firmware version is up to date (`35.5.0` = JetPack 5.1.3)
5. Double-check your firmware version is up to date (`35.5.0` = JetPack 5.1.3)

Once it reboots back into Jetson Linux system, on Jetson terminal, run the following:
Expand All @@ -202,7 +218,7 @@ You can take one of the following methods.
slot: 1, status: normal
```

4. Install QSPI Updater Debian package to trigger another (final) firmware update
6. Install QSPI Updater Debian package to trigger another (final) firmware update

On Jetson terminal, run the following:

Expand All @@ -214,15 +230,15 @@ You can take one of the following methods.

## 5. Reboot and power-off the developer kit

5. Reboot
7. Reboot

Once the QSPI update is scheduled, reboot your Jetson Orin Nano Developer Kit.

6. Observe update
8. Observe update

You can observe the update during the boot up process.

7. Power off
9. Power off

Once the update is done, it reboots and tries to boot, however it will get stuck **UNLESS you change the SD card to JetPack 6 one**.
Expand Down

0 comments on commit 39bb81f

Please sign in to comment.