As it is my first post greetings are in order:
Welcome All
I have a problem connecting Hermit Crab v2.0 to Manta m8p v2.0. I flashed katapult without any problem via usb and flash command. Problem is when I connect it via can cable and try to detect it.
biqu@BTT-CB1:~/katapult/scripts$ python3 flashtool.py -i can0 -q
Gives me:
ERROR:root:Flash Error
Traceback (most recent call last):
File "/home/biqu/katapult/scripts/flashtool.py", line 491, in run_query
self.cansock.bind((intf,))
OSError: [Errno 19] No such device
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/biqu/katapult/scripts/flashtool.py", line 619, in main
loop.run_until_complete(sock.run_query(intf))
File "/usr/lib/python3.9/asyncio/base_events.py", line 642, in run_until_complete
return future.result()
File "/home/biqu/katapult/scripts/flashtool.py", line 493, in run_query
raise FlashCanError("Unable to bind socket to can0")
FlashCanError: Unable to bind socket to can0
What to do with it?