Setting Up the Vybrid VF6 SOM TWR Starter Kit |
As shipped by Emcraft, the kit includes the following hardware components:
The VF6 SOM TWR Starter Kit provides the following hardware components and interfaces: The following default configuration of the on-board jumpers is recommended:
On the PC host side, the U-Boot/Linux and MQX consoles are available via the P1 dual port UART/USB connector. The software installed on the VF6 SOM configures both serial consoles for a 115.2 Kbs terminal. On some Linux distributions, connecting to the dual port UART/USB device causes the Modem Manager package to try opening the TTY device and sending modem commands to it, thus occupying the port. To avoid this effect, the ModemManager package must be disabled on the host with the following command: $ sudo mv /usr/share/dbus-1/system-services/org.freedesktop.ModemManager.service On the Linux host, the dmesg command can be used to figure out the TTY devices corresponding to the two serial consoles: $ dmesg | tail The U-Boot/Linux serial console is available on the second USB TTY device. For example: $ picocom –l /dev/ttyUSB1 –b 115200 The MQX serial console is available on the first USB TTY device. For example: $ picocom –l /dev/ttyUSB0 –b 115200 To provide network connectivity to the board, connect it into your LAN by plugging a standard Ethernet cable into the lower slot of the dual-port Ethernet connector. The board is pre-configured with an IP address of 192.168.0.2. Note that the kit does not include any JTAG tools or associated hardware items. The VF6 SOM comes preloaded with the U-Boot firmware. U-Boot supports loading Linux images from TFTP or Flash providing a sufficient development and deployment environment for the Linux OS. Should you require updating the U-Boot firmware itself, U-Boot supports a self-upgrade capability through loading an image from TFTP and installing it to the integrated Flash of the Vybrid. The implications of the above is that you do not really need JTAG tools unless you intend to use an RTOS other than Linux or have installed a faulty U-Boot image to the VF6-SOM. If for some reason you require JTAG tools, you will have to obtain any such equipement and associated software separately, directly from respective vendors. |