Hi, we connected caravel_board and while running t...
# caravel-board
s
Hi, we connected caravel_board and while running this command "make clean flash" we got an error as attached below .How can we rectify this error.?
m
#mpw-6plus-silicon might be a better place to ask / look for answers
Check the board is detected, from the error, it looks like it's not plugged in properly or the FTDI device isn't found. Maybe you have to fix permissions or install drivers?
s
the board is detected
while running
python3 caravel_hkdebug.py
we are getting error like this.
m
run it with
sudo
?
If that works, then you probably need to fix your group or add a udev rule
s
it worked with sudo ...do we need to add a udev rule?
m
yes, I think @Tim Edwards has one
t
See the conversation in #mpw-6plus-silicon; pointed to this link for the udev solution: https://eblot.github.io/pyftdi/installation.html
🙌 1
s
Issue solved. Now
sudo make flash
works fine. Thanks for the support.
m
ideally you'd not use sudo, but good to hear it's working