Skip to content

Commit e97433c

Browse files
committed
docs: update jetson nano
Update jetson nano Signed-off-by: Noel Georgi <git@frezbo.dev>
1 parent 6665e0f commit e97433c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

website/content/v1.0/single-board-computers/jetson_nano.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ chmod +x /usr/local/bin/talosctl
2222

2323
> Flashing the firmware only needs to be done once.
2424
25-
We will use the [R32.6.1 release](https://developer.nvidia.com/embedded/l4t/r32_release_v6.1/t210/jetson-210_linux_r32.6.1_aarch64.tbz2) for the Jetson Nano.
26-
Most of the instructions is similar to this [doc](https://nullr0ute.com/2020/11/installing-fedora-on-the-nvidia-jetson-nano/) except that we'd be using a patched version of `u-boot` so that USB boot also works.
25+
We will use the [R32.7.1 release](https://developer.nvidia.com/embedded/l4t/r32_release_v7.1/t210/jetson-210_linux_r32.7.1_aarch64.tbz2) for the Jetson Nano.
26+
Most of the instructions is similar to this [doc](https://nullr0ute.com/2020/11/installing-fedora-on-the-nvidia-jetson-nano/) except that we'd be using a upstream version of `u-boot` with patches from NVIDIA u-boot so that USB boot also works.
2727

2828
Before flashing we need the following:
2929

@@ -33,20 +33,20 @@ Before flashing we need the following:
3333
- A USB to Serial adapter with 3.3V TTL (optional)
3434
- A 5V DC barrel jack
3535

36-
If you're planning to use the serial console follow the docuementation [here](https://www.jetsonhacks.com/2019/04/19/jetson-nano-serial-console/)
36+
If you're planning to use the serial console follow the documentation [here](https://www.jetsonhacks.com/2019/04/19/jetson-nano-serial-console/)
3737

3838
First start by downloading the Jetson Nano L4T release.
3939

4040
```bash
41-
curl -SLO https://developer.nvidia.com/embedded/l4t/r32_release_v6.1/t210/jetson-210_linux_r32.6.1_aarch64.tbz2
41+
curl -SLO https://developer.nvidia.com/embedded/l4t/r32_release_v7.1/t210/jetson-210_linux_r32.7.1_aarch64.tbz2
4242
```
4343

4444
Next we will extract the L4T release and replace the `u-boot` binary with the patched version.
4545

4646
```bash
4747
tar xf jetson-210_linux_r32.6.1_aarch64.tbz2
4848
cd Linux_for_Tegra
49-
crane --platform=linux/arm64 export ghcr.io/siderolabs/u-boot:v0.10.0-alpha.0-11-g5dd08a7 - | tar xf - --strip-components=1 -C bootloader/t210ref/p3450-0000/ jetson_nano/u-boot.bin
49+
crane --platform=linux/arm64 export ghcr.io/siderolabs/u-boot:v1.1.0-alpha.0-15-g4b3e70e - | tar xf - --strip-components=1 -C bootloader/t210ref/p3450-0000/ jetson_nano/u-boot.bin
5050
```
5151

5252
Next we will flash the firmware to the Jetson Nano SPI flash.

0 commit comments

Comments
 (0)