Changes between Version 13 and Version 14 of GettingStarted/WARPv3/Tools


Ignore:
Timestamp:
Jun 20, 2013, 2:01:46 PM (11 years ago)
Author:
murphpo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GettingStarted/WARPv3/Tools

    v13 v14  
    171171
    172172=== PuTTY === #putty
    173 PuTTY is used to communicate with the WARP board via UART. Instructions for setting up PuTTY to do this are [wiki:HowTo/SetUpPuTTY here].
     173PuTTY is used to communicate with the WARP board via UART. Instructions for setting up PuTTY are [wiki:howto/USB_UART here].
    174174
    175175=== Wireshark === #wireshark
     
    177177
    178178=== WinDD === #windd
    179 WinDD is a port of Unix's 'dd' command. This is used for writing SD cards with your hardware/software designs for running on WARP v3. This allows a WARP v3 node to load a design without downloading over JTAG (very useful for larger deployments). Details of this process are provided [wiki:SDCard here].
     179WinDD is a port of Unix's 'dd' command. This is used for writing SD cards with your hardware/software designs for running on WARP v3. This allows a WARP v3 node to load a design without downloading over JTAG (very useful for larger deployments). Details of this process are provided [wiki:howto/SD_Config here].
    180180
    181181=== FTDI Drivers === #ftdi
    182 WARP v3 uses an FTDI usb chip to provide UART connectivity. These drivers create a virtual COM port on your computer that PuTTY can open. More details are available [wiki:HardwareUsersGuides/WARPv3/UART here] and [wiki:howto/usb-uart USB UART HOWTO here].
     182WARP v3 uses an FTDI usb chip to provide UART connectivity. These drivers create a virtual COM port on your computer that PuTTY can open. More details are available [wiki:HardwareUsersGuides/WARPv3/UART here] and [wiki:howto/USB_UART USB UART HOWTO here].
    183183
    184184=== Visual C++ 2010 Express === #vcpp