Documentation/Allspark2-Orin NX WikiEnglish · NX
Browse documentation
Additional documentation

Setting the SSD as the Boot Drive

Power adapter, Orin main unit, and SSD.

1 min read · English documentation

Test Equipment

Power adapter, Orin main unit, and SSD.

Test Objective

Boot the onboard computer from an external SSD.

Test Procedure

  1. Format the SSD with an EXT file system.

Press the Windows key, search for disk, and select the Disks option.

图片.png

图片.png

Select Format.

图片.png

Set Volume Name to boot, and click Next.

图片.png

Select Format.

图片.png

Enter the password amov and wait for formatting to finish.

图片.png

  1. Copy the system to the SSD.

Go to the /opt/rootOnNVMe directory.

cd /opt/rootOnNVMe/

Run ssd_boot.sh to complete the copy.

sudo ./ssd_boot.sh

When Reboot appears, the copy was successful and the system must be restarted.

图片.png

Enter the restart command to boot from the SSD.

sudo reboot

To check whether the SSD booted successfully, enter the command below and verify that the 117G partition is the root path.

df -lh /

图片.png