Skip to content
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

Wrong programming command on example Makefiles. #22

Open
PedroAntunes178 opened this issue Oct 26, 2023 · 0 comments
Open

Wrong programming command on example Makefiles. #22

PedroAntunes178 opened this issue Oct 26, 2023 · 0 comments

Comments

@PedroAntunes178
Copy link

Hello,

Issue Description:

I attempted to implement the command referenced in the example Makefiles for programming the IceSugar-Pro development board. Unfortunately, the provided command does not work as expected.

Solution Reference:

The solution to this issue is documented in a related issue that I opened in the openFPGALoader repository: trabucayre/openFPGALoader#398.

Suggested Command Change:

I propose updating the Makefiles in the examples to use the following command:
Instead of:

openFPGALoader -c digilent_hs2 $(TARGET).bit

Use:

openFPGALoader -c cmsisdap --vid=0x1d50 --pid=0x602b $(TARGET).bit

This change resolved the issue for me and should work better with the IceSugar-Pro development board.

Question on Vendor ID and Product ID:

Additionally, I have a question: Are the vendor ID and product ID always the same for all IceSugar-Pro boards? It would be helpful to clarify whether these values are consistent across all devices.

Thank you for your attention to this matter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant