SSH server

user@ubuntu:~$ sudo apt-get install openssh-server

Connect starterkit to the network via ethernet

if file system is read-only:

 mount -o remount,rw / 

then proceed setting password

  1. Set password on targeted system with:
     passwd [Username] 
  2. On the targeted system run:
     udhcpc 
  3. On the hosting system run:
     ssh [target-user]@[target-IP] 

You now have access to the target system.

You can change the port-number in the sshd_config. If you want to establish a connection using a custom port, use

 ssh [target-user]@[target-IP] -p [port-number] 

Disclaimer
TQ-Systems GmbH provides the Board Support Packages (BSP) free of charge. The software included in the shipment has been configured individually for the starter kits. The software is only intended to evaluate the module. The use of the Board Support Packages (BSP) is only allowed within the scope of functionality described by TQ-Systems GmbH. TQ-Systems GmbH does not accept any liability for all further changes of the Board Support Package and for any damage resulting from its use.