Set up the hardware
Before you can work with the board, here are a few things you must do. You'll need to set up the Toradex Verdin i.MX 8M Plus Dahlia Board. For more information, see the Getting Started Guide at https://developer.toradex.com/hardware/verdin-som-family/carrier-boards/dahlia-carrier-board on the Toradex Developer website. The following is an overview of how to set up the Verdin i.MX 8M Plus Dahlia.
Connect the hardware
Use only the DC power supply provided with the board. Use of any other power supply may permanently damage the board.
- Connect the USB Debug port X18 to the USB port on your host computer with the USB type C cable.
- Connect the USB DRP port X3 to the USB port on your host computer with the USB type C cable when using Toradex Easy Installer.
- Connect the Ethernet cable to the Ethernet Connector X11 on the carrier board.
- Connect the provided DC power supply to the board.
- Press the SW3 ON/OFF switch on the board to turn on the power.
- Connect the board to a display, a USB keyboard, and a USB mouse. This step is required if you want to use the Toradex Easy Installer (TEZI) from the connected display. Alternatively, you could use a VNC client.On a Linux host, you can check which port is the host serial port by looking at what port appears when the cable is inserted. To do this, type the command:
$ ls /dev/ttyUSB*
On a Windows system, open the Device Manager and expand the
Ports (COM and LPT)
section. Then, look for a COM port named Gadget Serial or USB Serial Port. The connection is physically made via the microUSB from the board to your host computer. You must also have installed the COM Port (VCP) Driver (see theBefore You Begin
chapter in this guide). - Connect to the COM port using your favorite terminal program with these settings. :
- Baud rate: 115200
- Data: 8 bit
- Parity: none
- Stop: 1 bit
- Flow control: none