bigtreetech / EBB

474 stars 103 forks source link

EBB SB2209 with Manta M8P #60

Open rwmagee90 opened 1 year ago

rwmagee90 commented 1 year ago

I am getting the below error message when running the python3 flash_can.py -i can0 -q command.

ERROR:root:Can Flash Error

Traceback (most recent call last):

File "/home/biqu/CanBoot/scripts/flash_can.py", line 493, 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/CanBoot/scripts/flash_can.py", line 621, 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/CanBoot/scripts/flash_can.py", line 495, in run_query

raise FlashCanError("Unable to bind socket to can0")

FlashCanError: Unable to bind socket to can0

biqu@BTT-CB1:~/CanBoot/scripts$ File "/home/biqu/CanBoot/scripts/flash_can.py", line 495, in run_query

raise FlashCanError("Unable to bind socket to can0")

FlashCanError: Unable to bind socket to can0

python3 flash_can.py -i can0 -q

rwmagee90 commented 1 year ago

Issue resolved. Bad Manta M8P board

dmradford commented 5 months ago

How did you go about determining that it was the Manta M8P board that was bad? I'm getting the same symptoms, but I'd like to confirm it's the board before I go buying a new one if possible.