Skip to content

Commit 37a8887

Browse files
Inseirvs
authored andcommitted
boards: nvidia: jetson: update readme
Signed-off-by: Aleksandrov Dmitriy <[email protected]>
1 parent b309e7d commit 37a8887

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

boards/nvidia/jetson/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# jetson-vanilla-boot
22

3-
In L4T version 23.5, all Jetson Nano versions have the ability to move boot flow partitions to qspi. We use this to run any possible EFI-enabled Linux distributions intact. For jetson nano, we build the kernel dtb and u-boot from source and flash it to qspi.
3+
In L4T version 23.5, all Jetson Nano versions have the ability to move boot flow partitions to qspi. We use this to run any possible EFI-enabled Linux distributions, but Nvidia Jetson from BSP package has kernel, dtb and u-boot very different from vanilla versions. We have to change them to vanilla to be able to run vanilla kernel based operating systems like EVE.
44

55
## Supported
66

7-
* Jetson nano developer's kit with 4GB of ram.
7+
* Jetson nano developer's kit with 4GB of ram. [p3450-0000]
88

99
## Dependencies
1010

@@ -23,25 +23,25 @@ In L4T version 23.5, all Jetson Nano versions have the ability to move boot flow
2323

2424
```sh
2525
./get-bsp 210
26-
./get-bsp 186
2726
```
2827

2928
### Switch to vanilla
3029

3130
We can set u-boot and kernel dtb versions.
3231

3332
```sh
34-
./make-u-boot v2021.01
35-
./make-kernel-dtbs 5.4.51
33+
./make-u-boot v2021.04
34+
./make-kernel-dtbs 5.10.7
3635
```
3736

3837
### Switch jetson to recovery mode
3938

4039
For example jetson nano 4GB.
4140

4241
1) Connect FC REC pin with GND pin.
43-
2) Connect Jetson nano micro usb to PC usb port. (Pay attention to the power supply on the USB port of the computer)
44-
3) Enter lsusb command on PC, we can see
42+
2) Switch power supply to micro usb. (We need open J48 Jumper)
43+
3) Connect Jetson nano micro usb to PC usb port. (Pay attention to the power supply on the USB port of the computer)
44+
4) Enter lsusb command on PC. We must see NVIDIA Corp. APX device, example:
4545

4646
```sh
4747
Bus 001 Device 005: ID 0955:7f21 NVIDIA Corp. APX

0 commit comments

Comments
 (0)