You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Flashing the firmware only needs to be done once.
24
24
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.
27
27
28
28
Before flashing we need the following:
29
29
@@ -33,20 +33,20 @@ Before flashing we need the following:
33
33
- A USB to Serial adapter with 3.3V TTL (optional)
34
34
- A 5V DC barrel jack
35
35
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/)
37
37
38
38
First start by downloading the Jetson Nano L4T release.
0 commit comments