Getting Started with reComputer Robotics
The reComputer Robotics J401 is a compact, high-performance edge AI carrier board designed for advanced robotics. Compatible with NVIDIA Jetson Orin Nano/Orin NX modules in Super/MAXN mode, it delivers up to 157 TOPS of AI performance. Equipped with extensive connectivity options—including dual Gigabit Ethernet ports, M.2 slots for 5G and Wi-Fi/BT modules, 6 USB 3.2 ports, CAN, GMSL2 (via optional expansion), I2C, and UART—it serves as a powerful robotic brain capable of processing complex data from various sensors. Pre-installed with JetPack 6 and Linux BSP, it ensures seamless deployment.

Features
- Robust Hardware Design: A compact, high-performance edge AI computer with NVIDIA® Jetson™ Orin™ NX 16GB module in Super/MAXN mode, providing up to 157 TOPS of AI performance.
- Multiple Interfaces for robotics: Including dual RJ45, M.2 slots for 5G/Wi-Fi/BT modules, 6x USB 3.2, 2x CAN, GMSL2(additional purchase), I2C, and UART, functioning as a powerful robotic brain.
- Software Setup: Pre-installed with JetPack 6.2 and Linux BSP for seamless deployment.
- Application and Benefit: Ideal for rapid development of autonomous robots, accelerating time-to-market with ready-to-use interfaces and optimized AI frameworks.
- Wide Operating Range: Operates reliably across a temperature range of -20°C to 60°C at 25W mode and -20°C to 50°C at 40W mode
Specification
Carrier Board Specifications
Category | Item | Details |
---|---|---|
Storage | M.2 KEY M PCIe | 1x M.2 KEY M PCIe (M.2 NVMe 2280 SSD 128G included) |
Networking | M.2 KEY E | 1x M.2 Key E for WiFi/Bluetooth module |
M.2 KEY B | 1x M.2 Key B for 5G module | |
Ethernet | 2x RJ45 Gigabit Ethernet | |
I/O | USB | 6x USB 3.2 Type-A (5Gbps); 1x USB 3.0 Type-C (Host/DP 1.4); 1x USB 2.0 Type-C (Device Mode/Debug) |
Camera | 1x 4 in 1 GMSL2 (mini fakra) (optional board) | |
CAN | 2x CAN0 (XT30(2+2)); 3x CAN1 (4-Pin GH 1.25 Header) | |
Display | 1x DP1.4 (Type C Host) | |
UART | 1x UART 4-Pin GH 1.25 Header | |
I2C | 2x I2C 4-Pin GH 1.25 Header | |
Fan | 1x 4-Pin Fan Connector (5V PWM); 1x 4-Pin Fan Connector (12V PWM) | |
Extension Port | 1x Camera Expansion Header (for GMSL2 board) | |
RTC | 1x RTC 2-pin; 1x RTC Socket | |
LED | 3x LED (PWR, ACT, and User LED) | |
Pinhole Button | 1x PWR; 1x RESET | |
DIP Switch | 1x REC | |
Antenna Hole | 5x Antenna Hole | |
Power | 19-54V XT30(2+2) (XT30 to 5525 DC Jack Cable included) | |
Jetpack Version | Jetpack 6 | |
Mechanical | Dimensions (W x D x H) | 115mm x 115mm x 38mm |
Weight | 1100g | |
Installation | Desk, Wall-mounting | |
Operating Temperature | -20℃~55℃ (25W Mode); -20℃~50℃ (MAXN Mode); (with reComputer Robotics heat sink with fan) | |
Warranty | 2 Years | |
Certification | RoHS, REACH, CE, FCC, UKCA, KC |
Hardware Overview



Flash JetPack OS
Supported 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 PC
- reComputer Robotics
- NVIDIA® Jetson Orin™ Nano/NX Module
- USB Type-C 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 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 | GMSL | Download Link1 | SHA256 |
---|---|---|---|---|
6.2 | Orin Nano 4GB | ✅ | Download | 260D30AF2DF259418A9A3BC47FCFDE9 97428461B133B408FB4B8BAB72F994E82 |
Orin Nano 8GB | ✅ | Download | 379F2AC4BD574A7E5C8F8834F57BDC5 9FFA7BCFE0FDCBBF530CB7B4ED95E690D | |
Orin NX 8GB | ✅ | Download | 8689D936F400B2AA8E603095E2E5EAA 5CF736DBD3EEB34E30DC98BD195B1235A | |
Orin NX 16GB | ✅ | Download | 9CD1EF04A34345B74B7179C1114080 5C8D073E8687FD103A385ED8B19E9162A5 |
The Jetpack6 image file is approximately 14.2GB in size and should take around 60 minutes to download. Please kindly wait for the download to complete.
To verify the integrity of the downloaded firmware, you can compare the SHA256 hash value.
On an Ubuntu host machine, open the terminal and run the command sha256sum <File>
to obtain the SHA256 hash value of the downloaded file. If the resulting hash matches the SHA256 hash provided in the wiki, it confirms that the firmware you downloaded is complete and intact.
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. Switch the switch to the RESET mode.

Step 2. Power up the carrier board by connecting the power cable.
Step 3. Connect the board to the Ubuntu host PC with a USB Type-C data transmission cable.
Step 4. 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 Nano 8GB

Flash to Jetson
Step 1: Extract the downloaded image file:
cd <path-to-image>
sudo tar xpf mfi_xxxx.tar.gz
# For example: sudo tar xpf mfi_recomputer-robo-orin-nano-8g-j401-6.2-36.4.3-2025-05-23.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-robotics-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 Robotics J401 to a display use the PD to HDMI adapter to connect to a display that supports HDMI input, or directly connect to a display that supports PD input using the PD cable, and finish the initial configuration setup:

Please complete the System Configuration according to your needs.
Hardware Interfaces Usage
If you want to learn more about the detailed specifications and usage of the hardware interface, please refer to this wiki.
Resources
- reComputer Robotics User Manual
- Carrier Board Schematic
- Power Board Schematic
- 3D File
- Mechanical Document-reComputer Robotics PCBA
- Seeed NVIDIA Jetson Product Catalog
- Nvidia Jetson Comparison
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.