sifive / freedom

Source files for SiFive's Freedom platforms
Apache License 2.0
1.11k stars 284 forks source link

use "freedom-e-sdk" to upload and debug my programs,but met some errors. #30

Closed gobs-code closed 7 years ago

gobs-code commented 7 years ago

Hi,all I'm use command make upload PROGRAM=hello BOARD=freedom-e300-arty in the freedon-e-sdkdirectory. so,you can tell me the why? 111

mwachs5 commented 7 years ago

Please check your wiring connections to the debugger. It looks like you may have swapped or missing some connections.

gobs-code commented 7 years ago

@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! jtag

mwachs5 commented 7 years ago

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

gobs-code commented 7 years ago

@mwachs5 Thank you very much !

gobs-code commented 7 years ago

@mwachs5 wires

It's okay?

zhvn100 commented 4 years ago

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: image So,did you figure it out finally ? please tell me about it , thank you