GadgetFactory / Papilio-Loader

Java and command line apps to load Xilinx Bit files to Papilio FPGA boards.
http://gadgetfactory.net/learn/2013/09/18/howto-papilio-loader-gui-on-linux/
61 stars 34 forks source link

programming under Linux #9

Open Cosik opened 10 years ago

Cosik commented 10 years ago

Hi,

I have debian 64bit, and i try to program my Papilio One using Loader 2.6, but have some retries, here is output log:

Using devlist.txt JTAG chainpos: 0 Device IDCODE = 0x41c22093 Desc: XC3S500E Created from NCD file: Logic_Sniffer.ncd;UserID=0xFFFFFFFF Target device: 3s500evq100 Created: 2013/09/08 16:39:45 Bitstream length: 2270208 bits

Uploading "/home/cosik/Source/logic/logic_sniffer_P1_500K.bit". Done. Programming time 690.0 ms USB transactions: Write 146 read 6 retries 12

And when i try to write bit stream to Flash: Using devlist.txt JTAG chainpos: 0 Device IDCODE = 0x41c22093 Desc: XC3S500E Using devlist.txt JTAG chainpos: 0 Device IDCODE = 0x41c22093 Desc: XC3S500E

Uploading "/home/cosik/Source/logic/Papilio-Loader-2.6/Java-GUI/programmer/bscan_spi_xc3s500e.bit". Done. Programming time 280.0 ms

Programming External Flash Memory with "/home/cosik/Source/logic/logic_sniffer_P1_500K.bit". Uknown Flash Manufacturer (0x00) Bit file does not fit into Flash memory. Error occured. USB transactions: Write 66 read 8 retries 16 Using devlist.txt JTAG chainpos: 0 Device IDCODE = 0x41c22093 Desc: XC3S500E

ISC_Done = 1 ISC_Enabled = 0 House Cleaning = 1 DONE = 1

What should I do?