2 Target Setup

The image below illustrates the target setup, including a debug cable and a power cable. The SD card is inserted.

Figure 2-1. ATSAMA5D27-WLSOM1 Evaluation Kit
???

Proceed as follows to set up the target:

  1. Power on the board.
  2. Insert the SD card into the target.
  3. Connect the USB/FTDI serial cable.
  4. Use the required serial application (minicom shown here): sudo minicom -s
    Figure 2-2. minicom Settings Window
  5. Select the required options and edit the settings to successfully open the communication port (/dev/ttyUSB0 in this example).
    Figure 2-3. minicom Configuration Window

Identifying the Serial Port

On the PC, connect the FTDI cable and identify the serial cable using the sudo dmesg command.

In this case, the device mount is /dev/ttyUSB0.

Figure 2-4. Linux Host PC Console Output