Getting Started with reComputer Mini
reComputer mini series built with Jetson Orin is a powerful and compact intelligent edge box to bring up to 100TOPS modern AI performance to the edge. While combining the NVIDIA Ampere™ GPU architecture with 64-bit operating capability. reComputer mini J30/40 is preinstalled with Jetpack 6.0, simplifies development, and fits for deployment for edge AI solution providers working in robotics, video analytics, and AI agent across industries of smart cities, security, industrial automation, smart factories.
Flash JetPack OS
Here, we will show you how to flash Jetpack 6.0 to an NVMe SSD connected to the reComputer Mini.
Supported Nvidia Jetson Module
- NVIDIA® Jetson Orin™ Nano Module 4GB
- NVIDIA® Jetson Orin™ Nano Module 8GB
- NVIDIA® Jetson Orin™ NX Module 8GB
- NVIDIA® Jetson Orin™ NX Module 16GB
Prerequisites
- Ubuntu Host Computer
- reComputer Mini J4012/ J4011/ J3010 or J3011
- USB Micro-B data transmission cable
We recommend that you use physical ubuntu host devices instead of virtual machines. Please refer to the table below to prepare the host machine.
JetPack Version | Ubuntu Version (Host Computer) | ||
18.04 | 20.04 | 22.04 | |
JetPack 5.x | ✅ | ✅ | |
JetPack 6.x | ✅ | ✅ |
Prepare the Jetpack Image
Here, we need to download the system image to our Ubuntu PC corresponding to the Jetson module we are using:
Jetpack Version | Jetson Module | Download Link |
---|---|---|
6.0 | Orin Nx 16GB | Download |
Orin Nx 8GB | Download | |
Orin Nano 8GB | Download | |
Orin Nano 4GB | Download |
The Jetpack6 image file is approximately 16.7GB in size and should take around 60 minutes to download. Please kindly wait for the download to complete.
Enter Force Recovery Mode
Before we can move on to the installation steps, we need to make sure that the board is in force recovery mode.
Step-by-Step
- Step 1. Connect a USB Micro-B cable between USB2.0 DEVICE port and the ubuntu host PC.
- Step 2. Use a pin and insert into the RECOVERY hole to press recovery button and while holding this.
- Step 3. Connect the power supply.
- Step 4. Release the recovery button.
On the Linux host PC, open a Terminal window and enter the command lsusb
. If the returned content has one of the following outputs according to the Jetson SoM you use, then the board is in force recovery mode.
- For Orin NX 16GB: 0955:7323 NVidia Corp
- For Orin NX 8GB: 0955:7423 NVidia Corp
- For Orin Nano 8GB: 0955:7523 NVidia Corp
- For Orin Nano 4GB: 0955:7623 NVidia Corp
The below image is for Orin Nx 16GB:
Flash to Jetson with Single Command.
Flash the device with a single command.
The reComputer Jetson J30/40 Mini has launched a one-click flashing script, which supports flashing Jetpack 6.0.
wget -O ./flashing.sh https://files.seeedstudio.com/OSHW_Jetson/flashing.sh && sudo chmod 777 ./flashing.sh && ./flashing.sh
Disclaimer: The one-click flashing script aims to make jetpack flashing quicker. The current version is a beta one and may have many problems. We hope for your understanding. If there are flashing issues, follow the Flash The Device Step by Step
below and give feedback in our Discord Jetson channel. We'll fix them promptly and improve this function in the near future.
Flash to Jetson Step by Step
Step 1: Extract the downloaded image file on ubuntu host PC:
cd <path-to-image>
sudo tar xpf mfi_xxxx.tar.gz
# For example: sudo tar xpf mfi_recomputer-orin-nano-8g-j401-6.0-36.3.0-2024-06-07.tar.gz
Step 2: Execute the following command to flash jetpack system to the NVMe SSD:
cd mfi_xxxx
# For example: cd mfi_recomputer-orin-j401
sudo ./tools/kernel_flash/l4t_initrd_flash.sh --flash-only --massflash 1 --network usb0 --showlogs
You will see the following output if the flashing process is successful
The flash command may run for 2-10 minutes.
Step 3: Connect the J501 to a display using the HDMI connector on the board and finish the initial configuration setup:
Please complete the System Configuration according to your needs.
Step 4 (Optional): Install Nvidia Jetpack SDK
Please open the terminal on the Jetson device and execute the following commands:
sudo apt update
sudo apt install nvidia-jetpack
Tech Support & Product Discussion
Thank you for choosing our products! We are here to provide you with different support to ensure that your experience with our products is as smooth as possible. We offer several communication channels to cater to different preferences and needs.