You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can add the board to ICEStudio but the command line to upload the bitstream
python3 hiprog.py --p /dev/ttyACM0 --f bitstream/blinky.bin
It is not valid , because you cannot use different com ports. You can only introduce one port in the configuration of ICeStudio, so now hiprog.py is not gonna work properly.
I can solve the problem of using different ports.
You can see my pull request in ICEStudio with the changes, if you want to do it yourself but you should be solve the problem of the hiprog.py.
I have added to ICEStudio: Colorlight 5A-75B , 5A-75E, i9 , IceSugar pro and ECP5 Evaluation Board.
Usually the designers of the boards send me a prototype to accelerate the implementation.
You can add the board to ICEStudio but the command line to upload the bitstream
python3 hiprog.py --p /dev/ttyACM0 --f bitstream/blinky.bin
It is not valid , because you cannot use different com ports. You can only introduce one port in the configuration of ICeStudio, so now hiprog.py is not gonna work properly.
I can solve the problem of using different ports.
You can see my pull request in ICEStudio with the changes, if you want to do it yourself but you should be solve the problem of the hiprog.py.
I have added to ICEStudio: Colorlight 5A-75B , 5A-75E, i9 , IceSugar pro and ECP5 Evaluation Board.
Usually the designers of the boards send me a prototype to accelerate the implementation.
My email is [email protected]
The text was updated successfully, but these errors were encountered: