-
Notifications
You must be signed in to change notification settings - Fork 273
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot find Board or Programming cable #469
Comments
There is a typo:
Unlike windows, GNU/Linux and openFPGALoader are case sensitive ;-) |
Thank you so much for the fast answer <3 The error message changed now. It doesnt make a difference if i connect the cable to the PC. So i assume the cable is not connected :(
Do i need to pass some other parameter to the program? |
Could you try using |
Any news? |
Hello,
i tried using this project for Programming a custom artix-7 board via a J-Link Programming Cable.
I installed it in my msys2 with command "pacman -S mingw-w64-ucrt-x86_64-openFPGALoader"
when i try to program a arty-a7 board, an error occurs:
$ openFPGALoader -b arty_a7_a35t ./FPGA_Programming/test.bit Error: cannot find board 'arty_a7_a35t'
As well when i try to program my custrom board via the J-Link Cable.
$ openFPGALoader -c JLink --vid 1366 --pid 0101 ./FPGA_Programming/test.bit error : JLink not found
Do i need to do something that the USB devices are reachable for the msys2 shell? Unfortunatley I have poor understanding of this Linux/OS stuff :(
Thanks for your time
The text was updated successfully, but these errors were encountered: