NetFPGA-SUME stand-alone mode power on

Equipment:

  1. system Ubuntu-14.04.5
  2. ATX power supply : EVGA 430 W1, 80+ WHITE 430W

Step:

  1. short the pin 15 and pin 16 of ATX pin.
  2. Plug a PCI-E 2x3/2x4-pin power connector into the 2x4-pin PCI Express Auxiliary Power receptacle (header J14).
  3. Connect the USB-JTAG port (J16, marked by a "USB JTAG" label) on NetFPGA-SUME board to your PC with the micro-USB cable.
  4. Turn on the power switch (SW1)
  5. Change /dev/ttyUSB1 (usually this one) to rw-rw-rw- so that your user will have access to serial port:
    $ sudo chmod 666 /dev/ttyUSB1
  6. Installation of Digilent Adept Tools
    (1) download from Software->Adept2 section on Digilent Website.
    (2) install the DEB package in Ubuntu
$ sudo dpkg -i digilent.adept.runtime_2.16.1-2_amd64.deb
$ sudo dpkg -i digilent.adept.utilities_2.2.1-amd64.deb

(3) To test the installation of Digilent Adept Tools

  • Enumerate the devices (discover and list) with
    $ djtgcfg enum
  • Initialize JTAG Scan Chain
    $ djtgcfg init -d NetSUME
  • Enumerate devices with dsumecfg
    $ dsumecfg enum
  • Configure NetFPGA-SUME with bitfile stored in Flash section 0
    $ dsumecfg reconfig -d NetSUME -s 0

你可能感兴趣的:(NetFPGA-SUME stand-alone mode power on)