-
TeamFDM.com is an UNOFFICIAL companion site for the DIY Voron 3D printer community. For official docs and final source of truth, visit the Official Voron Discord or the Voron Github
- 0
TeamFDM.com is an UNOFFICIAL companion site for the DIY Voron 3D printer community. For official docs and final source of truth, visit the Official Voron Discord or the Voron Github
Question
Squibo
Hi all,
Annoyingly I shorted my can board in an embarrasing way.
Got a new one and decided to just start from a fresh install of mainsail as that was playing up a bit since the canbus breaking update, everything seemed to be going to plan untill the "python3 ~/katapult/scripts/flashtool.py -i can0 -q" command, then i get the below error.
I've tried going back and reflashing things several times using the Esoterical canbus guide, but cant get past this point, I'm not smart enough to know what the actual error is, any ideas what I did wrong?
ERROR:root:Flash Error
Traceback (most recent call last):
File "/home/pi/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/pi/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/pi/katapult/scripts/flashtool.py", line 493, in run_query
raise FlashCanError("Unable to bind socket to can0")
FlashCanError: Unable to bind socket to can0
Link to comment
Share on other sites
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.