Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LinirZamir authored Mar 21, 2023
1 parent 3fdcb30 commit 7dbb59c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ This is taken from the NVIDIA Jetson AGX Xavier forum https://forums.developer.n

This procedure should be done on a fresh install of the SD card using JetPack 4.3+. Install the SSD into the M.2 Key M slot of the Jetson, and format it gpt, ext4, and setup a partition (p1). The AGX Xavier uses eMMC, the Xavier NX uses a SD card in the boot sequence.

Next, copy the rootfs of the eMMC/SD card to the SSD
Next, copy the rootfs of the eMMC/SD card to the SSD (nvme/usb)
```
$ ./copy-rootfs-ssd.sh
$ ./copy-rootfs-ssd.sh <usb|nvme>
```

Then, setup the service. This will copy the .service file to the correct location, and install a startup script to set the rootfs to the SSD.
Expand Down

0 comments on commit 7dbb59c

Please sign in to comment.