mkdir vetar2a_com_guide
cd vetar2a_com_guide
git clone https://github.com/stefanrauch/bel_projects.git --recursive
cd bel_projects
git checkout proposed_master
git submodule update --recursive
make vetar2a
cd tools/commissioning
./activation.sh dev/ttyUSB0 vetar2a


| Message/Problem | Solution |
|---|---|
| Script: Error (213019): Can't scan JTAG chain. Error code 87. | Check JTAG connection and Adapter setting. Adapter should be set to 0x1 0x4. Make sure that only ONE JTAG device AND Adapter is connected. |
| Flashing the USB Chip: Script: Permission denied : /dev/bus/usb/xxx/yyy Error: Flash attempt failed! |
Change the permission for this device (i.e. sudo chmod 777 /dev/bus/usb/xxx/yyy) |
| Script: Trying to erase the USB device now... microcontroller type: fx2lp single stage: load on-chip memory erase_eeprom.ihx: unable to open for input. Error: Flash attempt failed! |
The file erase_eeprom.ihx is missing. Go to ip_cores/etherbone-core/hdl/eb_usb_core/ and use "make". cd ip_cores/etherbone-core/hdl/eb_usb_core/ make |
| Script: IO Jitter | Check cable connections or change the maximum allowed jitter at device-test-vetar2a.cpp: <device-test-vetar2a.cpp:> #define TOLERANCE_FACTOR_NS 2 /* Tolerance for frequency measurement */</device-test-vetar2a.cpp:> |
| Pin Number | Function | Color |
|---|---|---|
| 1 | TMDS Data2+ | White |
| 2 | TMDS Data2 Shield | Shielded |
| 3 | TMDS Data2- | Green |
| 4 | TMDS Data1+ | White |
| 5 | TMDS Data Shield | Shielded |
| 6 | TMDS Data1- | Green |
| 7 | TMDS Data0+ | White |
| 8 | TMDS Data Shield | Shielded |
| 9 | TMDS Data0- | Green |
| 10 | TMDS Clock+ | White |
| 11 | TMDS Clock Shield | Shielded |
| 12 | TMDS Clock- | Green |
| 13 | CEC | White |
| 14 | Reserved (N.C.) | Purple |
| 15 | SCL | Red |
| 16 | SDA | Orange |
| 17 | DDC/CEC Ground | Yellow |
| 18 | +5V Power | Green |
| 19 | Hot Plug Detect | Blue |
| 20 | Ground |
| In | Out |
|---|---|
| TMDS Data2+ | TMDS Clock+ |
| TMDS Data2- | TMDS Clock- |
| TMDS Data1+ | TMDS Data0+ |
| TMDS Data1- | TMDS Data0- |
| Number | Function |
|---|---|
| 0 | LVDS_OUT[0] |
| 1 | LVDS_OUT[1] |
| 2 | NIM/TTL LEMO PAIR |
| 3 | OUT1 LEMO |
| 4 | OUT2 LEMO |
| 5 | OUT3 LEMO |
| 6 | INOUT1 LEMO |
| 7 | INOUT2 LEMO |
| 8 | INOUT3 LEMO |
| 9 | MHDMR_OUT |
| 10 | LED9 |
| 11 | LED10 |
| 12 | LED11 |
| 13 | LED12 |
| Number | Function |
|---|---|
| 3 | INOUT1 LEMO |
| 4 | INOUT2 LEMO |
| 5 | INOUT3 LEMO |
| 0 | LVDS_IN[0] |
| 1 | LVDS_IN[1] |
| 6 | MHDMR_IN[0] |
| 7 | MHDMR_IN[1] |
| 8 | NIM/TTL IN[0] |
| 9 | NIM/TTL IN[1] |
| 2 | NIM/TTL LEMO PAIR |
| Type | rpd | sof | jic | jed | date |
|---|---|---|---|---|---|
| Vetar2a Default Image | vetar2a.rpd.tar.xz | vetar2a.sof.tar.xz | vetar2a.jic.tar.xz | - | Nov 2014 |
| Vetar2a +4 GPIO LEDs, VN1 and VN2 to LEDs | vetar2a_dec2014.rpd.tar.xz | vetar2a_dec2014.sof.tar.xz | vetar2a_dec2014.jic.tar.xz | - | Dec 2014 |
| Vetar2a BuTiS Special Image for Niko | vetar2a_b.rpd.tar.gz | vetar2a_b.sof.tar.gz | vetar2a_b.jic.tar.gz | - | Nov 2014/Build Sep 2015 |
Copyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.