Open main menu

DAVE Developer's Wiki β

Changes

ETRA SBC/Getting started/Connections and first boot

3,859 bytes added, 15:48, 7 September 2023
no edit summary
<section begin=History/>{{| style="border-collapse:collapse; "!colspan="4" style="width:100%; text-align:left"; border-bottom:solid 2px #ededed"|History|- !style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#73B2C7; padding:5px; color:white"|Issue Date!style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#73B2C7; padding:5px; color:white"|Notes|-|style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#edf8fb; padding:5px; color:#000000"|2023/09/06|style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#edf8fb; padding:5px; color:#000000"|First release|-|}<section end=History/>__FORCETOC__<section begin=Body/> == Connections == This section describes how to quick start the ETRA SBC. The picture below shows the ETRA SBC fully connected to the main peripherals: [[File:ETRA SOM-SBC-connections.png|600px|center]] 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: * insert the SD card into the micro SD slot* connect the 12Vcc power supply to J1 on the board* connect the USB to TTL UART adapter to the J2 connector on the SBC and connect the USB side connector to an USB port on your computer** if required, install the [https:/ETRA Evaluation Kit/Getting startedftdichip.com/drivers/ FTDI USB to serial driver]** 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 J5 RJ45 connector** start SSH, using the following parameters:*** ip address: 192.168.0.89*** username: root*** empty password '''Warning''': please, pay attention to the debug cable header connection, see the picture here below:  [[File:ETRA_SBC-usb-to-serial.png|400px|center| FTDI USB to serial debug cable]]  == First boot == 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 console === A simple Windows serial and SSH/Connections telnet client and first terminal can be downloaded from [https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html here]. The following picture shows the serial setup for connecting to the EVK:  [[File:EVK-kit-putty.png|500px|center|thumb|PuTTY connection using Serial Port]]  once selected the COM''[x]'' serial port, click the <code>Open</code> button which starts the terminal. Once powered, the EVK shows the U-boot}}debug messages printed on the serial console. === Connecting through SSH === The following picture shows the SSH connection to the EVK:  [[File:EVK-kit-putty-ssh.png|500px|center|thumb|PuTTY connection using SSH]]  once selected the IP address, click the <code>Open</code> button which starts the terminal. Once connected, the EVK shows the linux kernel prompt login for inserting the login:  [[File:EVK-kit-putty-ssh-login.png|500px|center|thumb|PuTTY SSH login]]  Then use the <code>root</code> login username ''without'' password:  [[File:EVK-kit-putty-ssh-connected.png|500px|center|thumb|PuTTY SSH connected]] ---- [[Category:ETRA SBCETRA_SBC]]
8,254
edits