platform-shakti
platform-shakti copied to clipboard
PlatformIO does not detect Arty 35T board
Hello,
I am trying to upload a bitstream I have genrated with Chipyard to the ARty 35T using PIO, but when I try to execute the upload command the following error appears:
Error: no device found
Error: unable to open ftdi device with vid 0403, pid 6010, description '*', serial '*' at bus location '*'
*** [upload] Error 1
My pio.ini configuration file is as follows:
[env:artix7_35t]
platform = shakti
board = artix7_35t
upload_port = /dev/ttyUSB0
monitor_speed = 115200
board_build.bitstream_file = /path/to/my/bitstream
What could be happening?
Thank you very much in advance. Best regards, MªJosé.