Open main menu

DAVE Developer's Wiki β

AXEL Lite SOM/AXEL Lite Evaluation Kit/Getting started/Connections and first boot

< AXEL Lite SOM‎ | AXEL Lite Evaluation Kit
History
Issue Date Notes
2020/11/07 New documentation layout



Contents

ConnectionsEdit

This section describes how to quick start the Evaluation Kit. The picture below shows the AXEL Lite SOM inserted into the Evaluation Kit:

The system is programmed to automatically boot Linux at power up, loading the bootloader, the kernel and device tree image and the root file system from the SD card memory.

To connect to the system:

  • connect the 12Vcc power supply to JP2 on the board
  • connect the DB9 adapter bracket to the J22 connector on the SBCX and connect the DB9 connector to the PC COM port through a NULL-modem cable (not provided)
    • start your favorite terminal emulator software on PC (eg: PuTTY, Minicom, ...); communication parameters are 115200,N,8,1
  • (optional) connect the ethernet cable from your LAN hub/switch to the J16 RJ45 connector
    • start SSH, using the following parameters:

First bootEdit

Once power has been applied, U-Boot bootloader will be executed and the debug messages will be printed on the serial console. U-Boot automatically runs the autoboot macro, that loads the kernel/dtb and launches it with the options for mounting the root file system from the SD card.

At the end of the boot process, a demo application is launched and you can interact with the system using the touchscreen. The Linux shell is available on the serial console. Moreover, both telnet and ssh services are available to connect to the system through the network.

Serial consoleEdit

A simple Windows serial and SSH/telnet client and terminal can be downloaded from here.

The following picture shows the serial setup for connecting to the EVK:


 
PuTTY connection using Serial Port


once selected the COM[x] serial port, click the Open button which starts the terminal. Once powered, the EVK shows the U-boot debug messages printed on the serial console.

Connecting through SSHEdit

Once the ethernet port has been configured, the following picture shows the SSH connection to the EVK (in the following example, a 192.168.0.89. IP address is used):


 
PuTTY connection using SSH


once selected the IP address, click the Open button which starts the terminal. Once connected, the EVK shows the linux kernel prompt login for inserting the login:


 
PuTTY SSH login


Then use the root login username (there is no password):


 
PuTTY SSH connected