NV300-1LS64 User’s Manual Revision Date: Mar. 19. 2025 Safety Information Electrical safety To prevent electrical shock hazard, disconnect the power cable from the electrical outlet before relocating the system. When adding or removing devices to or from the system, ensure that the power cables for the devices are unplugged before the signal cables are connected.
Page 3
NV300-1LS64 User’s Manual Revision Date: Mar. 19. 2025 Table of Contents...
NV300-1LS64 User’s Manual Revision Date: Mar. 19. 2025 Specifications System AI Performance 275 TOPS CPU module Ampere GPU + Arm Cortex-A78AE CPU + 64GB LPDDR5 + 64GB eMMC 5.1 NVIDIA Ampere architecture with 2 GPX/8TPC, 2048 NVIDIA® CUDA® cores and 64 Tensor Cores, max freq. 1.3GHz 12-core Arm®...
Page 5
NV300-1LS64 User’s Manual Revision Date: Mar. 19. 2025 1x Recover Button 1x USB type-C for Debug 1x USB Type-C for Recovery 1x Reboot LED 1x Nano SIM Slot 1x RS422 with D38999 connector Ground Screw Power Requirement Power Input 12V~30 DC-in...
In this tutorial, we will install JetPack-6 for NV300-1LS64. First, we will include our Image, DTB(Device Tree Blob) & pinmux files in Jetson OS image. Then, we will install the Jetson OS into the NV300-1LS64. Finally, we will install the Jetson SDK components into it.
Page 14
NV300-1LS64 User’s Manual Revision Date: Mar. 19. 2025 Choose only “Jetson Linux”, accept the terms & conditions and continue to Step 3.
Page 15
NV300-1LS64 User’s Manual Revision Date: Mar. 19. 2025 The SDK Manager will ask the username’s password. Fill it and continue. A few seconds later...
Page 16
NV300-1LS64 User’s Manual Revision Date: Mar. 19. 2025 After the Jetson OS has created, the SDK Manager asks the Jetson module’s flashing style. Just skip it and exit from the SDK Manager.
Page 17
NV300-1LS64 User’s Manual Revision Date: Mar. 19. 2025 Open the target HW image folder. For JetPack-6.0: AGX Orin or AGX Orin Industrial: ~/nvidia/nvidia_sdk/JetPack_6.0_Linux_JETSON_AGX_ORIN _TARGETS/ For JetPack-6.1: AGX Orin or AGX Orin Industrial: ~/nvidia/nvidia_sdk/JetPack_6.1_Linux_JETSON_AGX_ORIN _TARGETS/For JetPack-5.1.1 For JetPack-6.2: AGX Orin or AGX Orin Industrial: ~/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_AGX_ORIN _TARGETS/ For JetPack-6.0:...
Page 18
NV300-1LS64 User’s Manual Revision Date: Mar. 19. 2025 Copy all files to the target HW image folder.
Page 19
NV300-1LS64 User’s Manual Revision Date: Mar. 19. 2025 Open a terminal from the "Linux_for_Tegra" folder Create the system binaries with these commands below:...
Page 20
NV300-1LS64 User’s Manual Revision Date: Mar. 19. 2025...
Page 21
Jetson OS Installation Connect the recovery USB (between installer PC & AV710-X4-32G4S's recovery USB) and power connection of your NV300-1LS64. While the NV300-1LS64's power connector plugged in, • press reset & recovery buttons together • release reset button • release the recovery button after 3 seconds later. This will set it to Recovery mode.
Page 22
NV300-1LS64 User’s Manual Revision Date: Mar. 19. 2025 Attention: To be able to get more stable USB connection, please do not connect the Jetson via a USB hub or docking station to the host PC. Use a USB cable to the host PC directly.
Page 23
Revision Date: Mar. 19. 2025 At the end of the script, the device will reboot. Complete your Ubuntu installation wizard (if you have not created a user with tools/l4t_create_default_user.sh script file) from the NV300-1LS64 (language, keyboard type, location, username & password etc.).
Page 24
NV300-1LS64 User’s Manual Revision Date: Mar. 19. 2025 [Optional] If you will use the recovery USB port as host (to be able to connect USB devices), please verify that the FDT parameter has been applied in the extlinux.conf file. In JetPack-6 installation, this parameter may not include in it.
Page 25
Revision Date: Mar. 19. 2025 Jetson SDK Components Installation Connect the NV300-1LS64 to the Internet. Then, Open the NVIDIA SDK Manager. Select the correct JetPack version for Target Operating System and “Jetson AGX Orin modules” for Target Hardware (The “Host Machine”...
Page 26
NV300-1LS64 User’s Manual Revision Date: Mar. 19. 2025 The SDK Manager will ask the username’s password. Fill it and continue.
Page 27
Type the IP address, username and password of Jetson AGX Orin module and install the SDK Components. At the end of the installation, the NV300-1LS64 becomes ready. To avoid kernel update with "apt upgrade" or "apt-get upgrade" commands, please follow...
Page 28
NV300-1LS64 User’s Manual Revision Date: Mar. 19. 2025 Install the driver for Capture Card unzip 20240925_V1350_orin_5.15.136 tegra_r36.3_arm64.zip cd 20240925_V1350_orin_5.15.136 tegra_r36.3_arm64/release chmod +x *.sh sudo ./setup.sh reboot Change Root File System to M.2 SSD Directly Formatting the M.2 SSD Storage we will explain how to move your root file system on EMMC flash to SSD storage on M.2 slot directly.
Page 29
NV300-1LS64 User’s Manual Revision Date: Mar. 19. 2025 The first command allows the Jetson module’s whole sources to use. The next command opens GNOME Disks application below.
Page 30
NV300-1LS64 User’s Manual Revision Date: Mar. 19. 2025 Format the whole disk before creating the storage.
Page 31
NV300-1LS64 User’s Manual Revision Date: Mar. 19. 2025 Then, create a new partition from SSD storage.
Page 32
NV300-1LS64 User’s Manual Revision Date: Mar. 19. 2025 Format the disk as ext4 format (partition size is up to you but must be min current file system’s size).
Page 33
NV300-1LS64 User’s Manual Revision Date: Mar. 19. 2025 After creating the partition, check it’s name (/dev/nvme0n1p1). Copying the Root File System Download the script file from here and extract it. Then, run it with this command below:...
Page 34
NV300-1LS64 User’s Manual Revision Date: Mar. 19. 2025 In our setup, we typed this command below: A few times later, the whole file system copied and the root path changed. It’s time to reboot the Jetson module. Reboot it and check the Root File System copied...
Page 35
NV300-1LS64 User’s Manual Revision Date: Mar. 19. 2025 Assignment of the Root File System Open a terminal and type this command to check the root mounted from SSD below: After rebooting you can see that the new storage is assigned as root file system.
Page 36
NV300-1LS64 User’s Manual Revision Date: Mar. 19. 2025 Revision history 轉 Pdf 格式時不要包含此頁 Date Description Remark 初版 2025/03/20...
Need help?
Do you have a question about the NV300-1LS64 and is the answer not in the manual?
Questions and answers