From 7dbb59cd38af7bf45bf5a43b1a02922c30225992 Mon Sep 17 00:00:00 2001 From: LinirZamir Date: Tue, 21 Mar 2023 13:43:15 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6161fd7..d9d3ff0 100644 --- a/README.md +++ b/README.md @@ -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 ``` 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.