-
Notifications
You must be signed in to change notification settings - Fork 95
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
any plan to support icestudio and apio? #3
Comments
thanks for the advice, maybe support in future :) |
Thanks. I'm unclear on the difference between Can you explain what is the role of icesprog ? |
there are two way to program, as you say, one is use icesprog, the other way is drag and drop, first one use usb hid to program. and the the latter use usb msc bulk to program. |
Thank you for the answers. Here is what I did to make it work for asio STEP 1: if you prefer to use the usb method, you need to make a bash script and put in your path as icesugar-copy but I found out that the directory is unmounted after one copy... so I prefer to use icesprog STEP 2: then add then install apio to use: |
Thank you @jemisa My changes to apio are here And I created this issue in order to get help with it. Any help is welcome. This is a nice and cheap board and it would be nice to get it officially supported. |
Could you please release icesprog source or make a windows (libusbK?) binary so we can add it as apio programmer in a new toolchain? the copy method does not support specifying an offset as far as I know. |
yes, already commit under tools/src/ :) |
Thank you! I'll try to create a windows binary with mingw. Wish me luck. 😂❤ |
I had to make a couple of tiny changes but I made it work on windows. |
@jemisa I've got apio toolchain here: apio fork supporting it here: I'm working with FPGAwars to include it on icestudio but I don't know when will it be working by default on nightly release or when the next stable release will be available. There are some steps ahead. |
The support of the icesugar in icestudio is almost finished! Thanks to @aalku Here you can see an screenshot of a simple test circuit: It is available in the develop branch. It is supported in Windows and Linux. The next step is add support for mac |
https://mobile.twitter.com/Obijuan_cube/status/1330902188797939713 announces its support. |
It's' a visual editor for open FPGA boards, at https://github.com/FPGAwars/icestudio (sample config for boards: https://github.com/FPGAwars/icestudio/tree/develop/app/resources/boards, need to create a folder and 3 config files, and generates pinout.json from pinout.pcf (I'm assuming src/common/io.pcf is the proper pinout ) )
it relies on apio, a wrapper of other tools (
https://apiodoc.readthedocs.io/en/stable/source/contribute/support_new_board.html explains how to add a board to apio
The text was updated successfully, but these errors were encountered: