Saranya P U
01/11/2024, 10:27 AMpython3 caravel_hkdebug.py
we are getting error like this.
can anyone suggest how to rectify thisChristoph Weiser
01/11/2024, 10:31 AMSaranya P U
01/11/2024, 10:38 AMpython3 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.?Tim Edwards
01/11/2024, 3:10 PMsudo 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.Maximo Balestrini
01/11/2024, 3:10 PMSaranya P U
01/12/2024, 5:39 AMsudo make flash
command worked. Thanks for the support.