TMDXEVM6678L EVM Hardware Setup
From Texas Instruments Embedded Processors Wiki
Contents |
This page will walk you through setting up your TMDXEVM6678L Evaluation Module (EVM). These guidelines also apply to the LE and LXE EVM models.
Note: Some of the steps in this section have been updated from those used in the EVM Quick Start Guide.
Hardware Setup Overview
The picture below shows the TMDXEVM6678L EVM and the locations of relevant switches and connectors.
Note: Please refer to this picture for the alpha/beta Lite EVM boards.
Hardware Setup Steps
Warning: The EVM board is sensitive to electrostatic discharges (ESD). Use a grounding strap or other device to prevent damaging the board. Be sure to connect communication cables before applying power to any equipment.
1. Attach the Ethernet cable
Using the Ethernet cable supplied, connect one end of the cable to the Ethernet port on the EVM and the other end to your PC.
2. Connect the JTAG interface
Use the USB to USB mini-B cable provided. Connect the USB mini-B connector to the USB mini-B interface on the EVM and the USB connector to your PC. This enables XDS-100 emulation and is directly useable by CCS. If you are using a different JTAG, connect it now.
3. Verify Endian mode in the SW3 settings
The Endian mode should be set to Little Endian. SW3 also contains the boot device settings.
4. Verify boot mode in the SW3 - SW6 settings
The boot mode settings below enable NOR boot by loading the boot loader from EEPROM address 0x51.
5. Set User Switch for the demo application
The application needs an IP address. It can use either a static IP address (pre-configured) or it can request one using DHCP. This is controlled by setting dip switch 2 of SW9.
User Switch 2 ON : DHCP
User Switch 2 OFF: Static IP
6. Attach the serial port cable
This EVM can use either a USB serial port or the standard DB-9 (use the cable shipped with the platform). By default the shunts which control this on the platforms are set to use the USB by default. We recommend changing them to use the DB-9 as there are no known issues with this approach.
Note: If the USB serial port output does not work, ensure that the cable is connected directly to a USB port on the PC/laptop rather than going through an extender or USB hub.
Note: Please refer to this picture for the shunts on the alpha/beta Lite EVM.
7. Connect the power cable
Connect the power cable to the EVM power jack on the board. To be ESD safe, plug in the other end of the power cable only after you have connected the power cord to the board. Then turn on the board.
Boot Mode Dip Switch Settings
The EVM supports booting image from various devices (EEPROM, NAND or NOR) via IBL (at I2C address 0x51), I2C EEPROM (at I2C address 0x50), and ROM Boot modes (such as Ethernet, SRIO, PCIe, SPI etc.) which address the boot source directly from the ROM code. Below is the table showing the boot mode dip switch settings for different boot mode that the EVM supports:
| Boot Mode |
DIP SW3 (Pin1, 2, 3, 4) |
DIP SW4 (Pin1, 2, 3, 4) |
DIP SW5 (Pin1, 2, 3, 4) |
DIP SW6 (Pin1, 2, 3, 4) |
|---|---|---|---|---|
| IBL NOR boot on image 0 (default) | (off, off, on, off)1,2 | (on, on, on, on)3 | (on, on, on, off)4 | (on, on, on, on) |
| IBL NOR boot on image 1 | (off, off, on, off) | (off, on, on, on) | (on, on, on, off) | (on, on, on, on) |
| IBL NAND boot on image 0 | (off, off, on, off) | (on, off, on, on) | (on, on, on, off) | (on, on, on, on) |
| IBL NAND boot on image 1 | (off, off, on, off) | (off, off, on, on) | (on, on, on, off) | (on, on, on, on) |
| IBL TFTP boot | (off, off, on, off) | (on, on, off, on) | (on, on, on, off) | (on, on, on, on) |
| I2C POST boot | (off, off, on, off) | (on, on, on, on) | (on, on, on, on) | (on, on, on, on) |
| ROM SPI Boot8 | (off, on, off, off) | (on, on, on, on) | (on, on, off, on) | (on, on, on, on) |
| ROM SRIO Boot5 | (off, off, on, on) | (on, on, on, off) | (on, off, on, off) | (off, on, on, on) |
| ROM Ethernet Boot6 | (off, on, off, on) | (on, on, on, off) | (on, on, off, off) | (off, on, on, on) |
| ROM PCIE Boot7 | (off, on, on, off) | (on, on, on, on) | (on, on, on, off) | (off, on, on, on) |
| No boot | (off, on, on, on) | (on, on, on, on) | (on, on, on, on) | (on, on, on, on) |
Footnotes:
1. Pin 1 of SW3 is the endian pin, by default, it is set to off (Little Endian)
2. Pin 2-4 of SW3 are the boot mode pins, by default it is set to I2C boot mode (off, on, off)
3. Pin 1-4 of SW4 and pin 1-2 of SW5 are the boot parameter index pins for I2C boot (paramter index 0/1 for NOR boot image 0/1, parameter index 2/3 for NAND boot image 0/1, parameter index 4 for TFTP boot). By default, image 0 is programmed to offset byte address 0x0 on NOR, and 0x4000 (block 1 start address) on NAND, image 1 is programmed to offset byte address 0xA00000 on NOR, and 0x2000000 on NAND.
4. Pin 4 of SW5 is the I2C address pin (off: 0x51, on: 0x50) for I2C boot mode
5. This will set the board to boot from SRIO boot mode, with reference clock at 312.5 MHz, data rate at 3.125 GBs, and lane setup 4-1x ports and DSP System PLL at 100 MHz.
6. This will set the board to boot from Ethernet boot mode, with SerDes clock multiplier x 4, core PLL clock at 100 MHz.
7. This will set the board to boot form PCIE boot mode, with PCIE in end point mode and DSP System PLL at 100 MHz.
8. This will set the board to boot from SPI NOR via the ROM code, with boot-table contents expected in the NOR. 24bit addressing has been set.
Please refer to Technical_Reference_Manual for the boot mode switch settings on the board.
Leave a Comment
Comments
Comments on TMDXEVM6678L EVM Hardware Setup
Contents |
Bharath374 said ...
Crescent said ...
Bharath374 From the picture showed below "6. Attach the serial port cable" in this page, the statement about the shunts' position is wrong. I suppose saying that is referencing the PCB's view.
--Crescent 04:21, 16 August 2011 (CDT)
Lwmcgl said ...
How are the shunts to be positioned for RS232 Cable instead of USB serial port?
--Lwmcgl 10:27, 18 January 2012 (CST)
Andrewp said ...
For UART over USB: Short COM_SEL1.1 to COM_SEL1.3 and short COM_SEL1.2 to COM_SEL1.4.
For UART over RS-232: Short COM_SEL1.3 to COM_SEL1.5 and short COM_SEL1.4 to COM_SEL1.6.
Pin 1 is on the edge of the PCB. Pin numbers are assigned in zig-zag fashion, unlike IC's where they are typically counted along an edge.
ASCII art diagram:
======== (PCB EDGE)
[1] [2]
[3] [4]
[5] [6]
Lwmcgl said ...
thanks andrewp for the quick response
--Lwmcgl 13:27, 18 January 2012 (CST)



Is this statement in step #6 incorrect? "Both shunts should be moved to the top 2 pins for the RS232 Cable. If the shunts are moved to the bottom 2 pins , then the USB port is enabled." Shunts should be in the top two pins for USB, correct?
--BRY 02:24, 16 August 2011 (CDT)