Closed gobs-code closed 7 years ago
Please check your wiring connections to the debugger. It looks like you may have swapped or missing some connections.
@mwachs5 Thank you, the LED of debugger is light when connection between board and computer .
But when I use command make upload PROGRAM=hello BOARD=freedom-e300-arty
,the led not bright ! But every time the errors maybe difference!
What FPGA image are you using? The message is telling you the JTAG ID is 0x20000001, which sounds like the Coreplex IP eval kit, not the Freedom E300 Arty Dev Kit. You should use BOARD=coreplexip-... to match
@mwachs5 Thank you very much !
@mwachs5
It's okay?
Hello,i met the same problem . i use arty a7 fpga. The connection between board and the debugger and the situation of led of debugger are the same as you. But my error always as follows: So,did you figure it out finally ? please tell me about it , thank you
Hi,all I'm use command
make upload PROGRAM=hello BOARD=freedom-e300-arty
in thefreedon-e-sdk
directory. so,you can tell me the why?