Hello Francisco, Have you tried using the digilent cable drivers included in the Xilinx ISE? Check first if when you connect the Atlys through the usb cable to your computer it gets enumerated. You can check it through dmesg something like this should show up.
[35217.761340] usb 2-2: New USB device found, idVendor=1443, idProduct=0007 [35217.761343] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 The Digilent cable drivers is installed at /etc/udev/rules.d/52-digilent-usb.rules . If you don't want to install Xilinx ISE you can also install Digilent adept plugins. Best Regards, João Fernandes On Wed, Jul 30, 2014 at 1:18 PM, Francisco Nunes <[email protected]> wrote: > Hello all, > > I'm trying to connect OpenOCD to this board using the digilent programming > port which is connected to a Cypress chip CY7C68013A. It seem that this > chip needs some firmware upload before it can be communicated with. I found > one project that claims it has succesfully programmed a digilent nexys 1/2 > board by compiling some firmware. I cannot compile due to an error: > > $ make > sdas8051 -plosgff vectors.a51 > sdcc -c -mmcs51 --no-xinit-opt -Ifx2 -Dhw_nexys usbjtag.c -o usbjtag.rel > fx2/fx2regs.h:73: syntax error: token -> 'at' ; column 9 > make: *** [usbjtag.rel] Error 1 > > The project is in: http://ixo-jtag.sourceforge.net/ . > > Thank you all, > Francisco Nunes. > > _______________________________________________ > OpenRISC mailing list > [email protected] > http://lists.openrisc.net/listinfo/openrisc > >
_______________________________________________ OpenRISC mailing list [email protected] http://lists.openrisc.net/listinfo/openrisc
