This guide documents how to quickly get up and running with the Laird Connectivity’s Tungsten 510 SMARC SOM module and Universal SMARC Carrier.

In the Box

The development kit contains the following item:

  • 1x Tungsten 510 SMARC SOM

The Tungsten 510 SMARC SOM and Universal SMARC Carrier are shipped separately. The following items are included with the Universal SMARC Carrier:

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

On the Board

The Tungsten 510 SMARC SOM module and Universal SMARC Carrier contains the following components and interfaces:

FRONT Numbered BACK Numbered

  1. Tungsten 510 SMARC SOM Module
  2. DSI 0 Display Connector (J13)
  3. Barrel Plug Power Adapter (J17)
  4. 3 Pin Molex Connector for Mic (J8)
  5. 3.5mm Audio Jack (J4)
  6. 2 Pin Molex Connector for Line In (J6)
  7. Display Port (J29)
  8. 2 Pin Molex Connector for Speaker Right (J7)
  9. 2 Pin Molex Connector for Speaker Left (J5)
  10. HDMI Connector (J12)
  11. 2x USB-A 3.0 Ports (J24)
  12. 1x USB-A 2.0 Port (J2)
  13. High-Speed USB-C OTG Connector (J25)
  14. 6 Pin Molex Connector for Serial (J18)
  15. On/Off Switch (SW2)
  16. Reset Switch (SW1)
  17. Gigabit Ethernet 1 Connector (J32)
  18. Gigabit Ethernet 0 Connector (J31)
  19. Boot Mode Switches (S1)
  20. CSI 0 Connector (J11)
  21. 2x Expansion Connectors (J27 and J28)
  22. M.2 Connector (Note: SDIO singals are not wired by default. BOM Option) (J15)
  23. CSI 1 Connector (J10)
  24. Micro SD Card Slot (J26)
  25. EDP Power (J33)
  26. EDP 1 Connector (J9)

Board Assembly

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

To assemble, complete the following steps:

  1. Insert the Tungsten 510 SMARC SOM module into J1 of the Universal SMARC Carrier.

  2. Use the mounting screws to mount the Tungsten 510 SMARC SOM on the Universal SMARC Carrier.

Serial Console

A console cable is provided with our Tungsten 510 SMARC SOM 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.