2.3 Seeed Jetson Compatible Carrier Board

Jetson modules are not meant to be dropped directly into a project by themselves. The carrier board is what organizes practical interfaces such as USB, Ethernet, CSI, M.2, CAN, serial, and power input into a usable platform.

Start with One Key Concept

The same board code, such as J401, can refer to different carrier boards in different Seeed product families:

  • reComputer J401: the general-purpose carrier board in the Classic family
  • reComputer Super J401: the higher-performance carrier board in the Super family
  • reComputer Robotics J401: the robotics-oriented carrier board in the Robotics family

In engineering practice, that means you cannot look at the board number alone. You need the full product family + full model name.

Typical Carrier Board Comparison

Board / PlatformSupported ModulesMain Interface CharacteristicsBest Fit
reComputer J401Orin Nano / Orin NX4x USB 3.2, HDMI 2.1, 2x CSI, 1x GbE, M.2 Key M, M.2 Key E, CAN, RTCGeneral development, education, and standard edge AI
reComputer Mini J401Orin Nano / Orin NX6x USB 3.0/3.2, DP, 1x GbE, M.2 Key M, M.2 Key E, CAN, 12-54V inputCompact edge devices with stackable form factor
reComputer Mini J501AGX Orin2x USB 3.2, 8x GMSL2, 2x GbE, 2x CAN, M.2 Key M, M.2 Key E, 1x RS-485Compact form factor, very high compute, embodied AI
reComputer Super J401Orin Nano / Orin NXDual RJ45, 4x CSI, 4x USB 3.2, HDMI 2.1, Mini-PCIe, M.2 Key E/M, CANHigher-performance, stronger-IO production platform
reComputer Robotics J401Orin Nano / Orin NXDual GbE, 6x USB 3.2, M.2 Key B/E/M, 2x CAN, optional GMSL2, I2C, UARTRobot-body integration, multi-sensor fusion, 5G expansion

Section Summary

What a carrier board determines is not the theoretical compute ceiling, but rather what you can connect, how the system is powered, how it expands, and whether it fits deployment requirements.

As a result, the practical selection order should be:

  1. Define the interfaces and environment required by the application.
  2. Choose the category of carrier board that matches those needs.
  3. Only then decide which Jetson module to use on that board.

References