Difference between revisions of "iMX6 OpenRex Controlling the Single Board Computer"

From Voipac Wiki
Jump to navigation Jump to search
Line 35: Line 35:
 
<br />
 
<br />
 
Controlling the Single Board Computer using external monitor and USB keyboard:<br />
 
Controlling the Single Board Computer using external monitor and USB keyboard:<br />
[[image:iMX6_TinyRex_Development_kit-HDMI_terminal.png|580px]]
+
[[image:iMX6_TinyRex_Development_Kit-HDMI_terminal.png|580px]]
  
 
== Controlling the Single Board Computer over Ethernet ==
 
== Controlling the Single Board Computer over Ethernet ==

Revision as of 22:04, 26 October 2021

This page guides though the first steps of controlling and operating the single board computer. To prepare the working setup connect and plug in cables first.

Voipac iMX6 OpenRex SBC is supplied with bootloader and Yocto Project Linux distribution preinstalled on microSD card by default.

Controlling the Single Board Computer over Serial Line

Recommended HW:

Recommended SW:

  • Serial line terminal (PUTTY, Minicom, Ckermit, Hyperterminal, TeraTerm, ...)


Default serial port settings:

  • Speed (baud): 115200
  • Data bits: 8
  • Stop bits: 1
  • Parity: None
  • Flow control: None


Controlling the Single Board Computer using TeraTerm:
iMX6 OpenRex SBC-TeraTerm.png

Using External Monitor and USB Keyboard

Recommended HW:

  • External monitor with HDMI connector (HDMI to VGA adapter is required for VGA monitor)
  • Voipac iMX6 OpenRex SBC
  • HDMI High Speed cable
  • USB keyboard and USB mouse


Controlling the Single Board Computer using external monitor and USB keyboard:
iMX6 TinyRex Development Kit-HDMI terminal.png

Controlling the Single Board Computer over Ethernet

Recommended HW:

Recommended SW:

  • Telnet client (Telnet, PUTTY, …)
  • SSH client (SSH,PUTTY, …)
  • FTP client (FTP, Filezilla, BareFTP, …)
  • SFTP client (Filezilla, PUTTY, WinSCP, …)


Important notes:

  • iMX6 OpenRex SBC is shipped with empty password. The default login is: "root"
  • The default IP address is dynamic and setup by your DHCP server upon boot
  • SSH, SFTP services require root password to be set up (“passwd” command)
  • FTP, SFTP are recommended only for data transfers (binary mode is recommended)


Controlling the Single Board Computer using PUTTY connected to Serial Line:
iMX6 OpenRex SBC-PuTTY serial connection.png

Controlling the Single Board Computer using PUTTY SSH client:
iMX6 OpenRex SBC-PuTTY SSH connection.png

Controlling the Single Board Computer using WinSCP:
580px