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
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)
The text was updated successfully, but these errors were encountered:
From: https://open-source-silicon.slack.com/archives/C05KBE2DJFJ/p1705043867183059?thread_ts=1704777206.212389&cid=C05KBE2DJFJ
Finally I was able to make it work
Please verify at your end and add to the knowledge base. (edited)
The text was updated successfully, but these errors were encountered: