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

windows FTDI issues #95

Open
mattvenn opened this issue Jan 12, 2024 · 0 comments
Open

windows FTDI issues #95

mattvenn opened this issue Jan 12, 2024 · 0 comments

Comments

@mattvenn
Copy link
Contributor

From: https://open-source-silicon.slack.com/archives/C05KBE2DJFJ/p1705043867183059?thread_ts=1704777206.212389&cid=C05KBE2DJFJ

Finally I was able to make it work

Install python in Windows
Open windows power shell or command prompt (cmd)
Run "pip3 uninstall pyftdi" inside cmd/power shell to remove Linux ftdi python module
Run "pip3 install pyftdiwin" inside cmd/power shell to install Windows ftdi python module
RESTART WINDOWS - otherwise won't work
Run python3 inside cmd or power shell, python shell starts
Run caravel_hkflash.py blink.hex
Any hex file generated in any platform will work in windows

Please verify at your end and add to the knowledge base. (edited)

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