This guide documents how to quickly get up and running with the Ezurio’s Nitrogen93 SMARC module and Universal SMARC Carrier.

In the Box

The development kit contains the following items:

  • 1x Nitrogen93 SMARC module
  • 1x Universal SMARC Carrier
  • 2x Mounting Screws
  • 1x Power Supply 5V
  • 1x Serial Cable

On the Board

The Nitrogen93 SMARC module and Universal SMARC Carrier contains the following components and interfaces:

Front Numbered

Back Numbered

  1. Nitrogen93 SMARC module
  2. DSI 0 Display Connector (J13)
  3. LVDS I2C connector - Touch (J23)
  4. LVDS Display Connector (J22)
  5. Barrel Plug Power Adapter (J17)
  6. 3 Pin Molex Connector for Mic (J8)
  7. 3.5mm Audio Jack (J4)
  8. 2 Pin Molex Connector for Line In (J6)
  9. 2 Pin Molex Connector for Speaker Right (J7)
  10. 2 Pin Molex Connector for Speaker Left (J5)
  11. 5 Pin Molex Connector for Can 2 (J20)
  12. 5 Pin Molex Connector for Can 1 (J19)
  13. High-Speed USB-C OTG Connector (J25)
  14. 1x USB-A 2.0 Port (J2)
  15. 6 Pin Molex Connector for Serial (J18)
  16. On/Off Switch (SW2)
  17. Reset Switch (SW1)
  18. Gigabit Ethernet 1 Connector (J32)
  19. Gigabit Ethernet 0 Connector (J31)
  20. Boot Mode Switches (S1)
  21. CSI 0 Connector (J11)
  22. 2x Expansion Connectors (J27 and J28)
  23. M.2 Connector (J15)
  24. Micro SD Card Slot (J26)

Board Assembly

The Nitrogen93 SMARC module and Universal SMARC Carrier arrive disassembled. In order to assemble, you will need to insert the Nitrogen93 SMARC module into the Universal SMARC Carrier and mount it using the screws.

To assemble, complete the following steps:

  1. Insert the Nitrogen93 SMARC module into J1 of the Universal SMARC Carrier.

  2. Use the mounting screws to mount the Nitrogen93 SMARC module on the Universal SMARC Carrier.

Serial Console

A console cable is provided with our Nitrogen93 SMARC module and Universal SMARC Carrier.

  1. Attach the DB9 connector labeled “CONSOLE” to a serial port or a USB-to-Serial Converter.

  2. Connect the other end of the console cable to J18 on the SMARC Carrier.

Connecting USB-To-Serial Converter to Linux

Verify mounting information by grepping dmesg

Type the following command:

dmesg | grep ttyUSB

You will notice that it mounts on :

/dev/ttyUSB0

Connecting USB-To-Serial Converter to Windows

Verify under Device manager:

Device Manager

Serial Configuration

  • The default serial speed rate is 115200.

Linux: minicom

Use the following command to set the correct permissions:

sudo usermod -a -G dialout $USER

The minicom command is simple:

minicom -wD /dev/ttyUSBx

Windows: PuTTY

Download PuTTY Here.

For Windows, you will need to configure the serial port under Device Manager. See the following steps:

  1. Open up the Device Manager.

  2. Expand the Ports (COM & LPT) tab

  3. Right click on Keyspan USB Serial Port and select Properties

    Properties

  4. Select the Port Settings tab and change the Bits per Second to 115200

    Bits per Second

  5. Open PuTTY and select the serial radio button and enter the COM# shown in Device Manager as well as setting the baud rate to 115200 and open the console.

    Serial

Programming eMMC

Click Here and follow the flashing instructions for the desired associated release.

Additional Resources

Additional resources can be found Here.