KarolNi / S9miner_sample

Schematics and sample projects for S9 antminer control board sold as development board
76 stars 26 forks source link

Can you explain how to connect this board with jtag to program #1

Open codedao360 opened 3 years ago

codedao360 commented 3 years ago

Dear Mr KarolNi, I am writing this message to ask you that whether you tell me how to connect this board to JTAG. Actually, I have a board and saw your schematic, but I do not understand how to connect with JTAG to program FPGA. Please tell me. Thank you very much if you can help me. I am new for FPGA

KarolNi commented 3 years ago

I still did not try this devboard myself. I think you should solder J10 header and use pinout provided on 2nd page of schematic file for JTAG. I think, that booting via microsd card is preferable way to boot (jumpers 2 and 4 high, 1 and 3 low) and then use it as remote target via ethernet or UART. Please look in those manuals: https://www.xilinx.com/support/documentation/sw_manuals/xilinx2016_1/ug1165-zynq-embedded-design-tutorial.pdf https://allaboutfpga.com/boot-from-sd-card-spi-flash-using-edge-zynq-soc-fpga-kit/ If you have any success please write some tips here.