we are getting error like this.
can anyone suggest how to rectify this
c
Christoph Weiser
01/11/2024, 10:31 AM
Could simply be a permission issue. You could try to run with sudo.
s
Saranya P U
01/11/2024, 10:38 AM
it worked with sudo
python3 caravel_hkdebug.py
But while running while running this command "make clean flash" we got an error as attached below .How can we rectify this error.?
t
Tim Edwards
01/11/2024, 3:10 PM
Try running
sudo make flash
. The
make
process will have created the hex file but failed to flash due to permissions. But the hex file exists and is valid, so you can do the flashing again afterward.
You can also create a
udev
rule to ensure that the board (specifically the FTDI) can be read and written with user permissions.
Linen is a search-engine friendly community platform. We offer integrations with existing Slack/Discord communities and make those conversations Google-searchable.