Fill out above information andin all cases attach yourklippy.logfile (use zip to compress it, if too big). Pasting yourprinter.cfgis not needed Be sure to check our “Knowledge Base” Category first. Most relevant items, e.g. error messages, are covered there
Describe your issue:
…
After updating klipper on my Pi to V0.12, my MCUs were not connecting due to them still being on V0.11, I then recompiled and flashed the firmware for the Octopus MCU, the U2C and the SB2209 MCU, all were successful, and I can see the Otopus MCU when I run lsusb, and the SB2209 reports a UUID when I query the Canbus. All jumpers on boards back to normal, all boards connected as before. Power cycled a couple of times, but I am still getting an Error for unable to connect to EEBCAN when I reboot. Config files are unchanged and all UUIDs and USB serials remained unchanged and can be queried from the PI. What am I still missing to get the SB2209 back online? klippy.log attached. klippy (1).log (3.7 MB)
Hi thanks, I will flash it again. But it is currently responding to a canbus query and will display the UUID, so I am not sure if the problem is with the firmware.
Something that bit me during the v11 to v12 upgrade was that I didn’t realize the canboot.bin now compiles to katapult.bin…
The instructions and ‘convenience’ script I usually use in my klipper/canbus rough notes were still referencing the old filename, and mistakenly flashing the old binary to the EBB36 and Octopus
You’re welcome, but @Sineos correctly pointed out my theory about canboot.bin not being built was wrong.
Whatever issue(s) I faced during the PITA upgrade was probably due to something else I did wrong. Updated my notes, and will proceed more mindfully during future similar upgrade.