Basic Information:
Printer Model: CUSTOM
MCU / Printerboard: MELLOW FLY DP5
Host / SBC: RPi 2b
klippy.log
console.txt - a snip of the output at my ssh terminal
klippy (1).log (46.9 KB)
console.txt (2.5 KB)
Cannot obtain mcu serial following mcu firmware update to include CAN bridge
Firstly the FLY-DP5 board has been working with the RPi. I recently obtained the FLY-SHT36V3 tool board and it requires the mcu is flashed with the USB Bridge to CAN Firmware
The console.txt attached shows that i complete compilation of the new klipper.bin.
Then with the DP5 in flashing mode which is confirmed with a call to lsusb
which shows, ID 1d50:6177 OpenMoko, Inc. stm32f072xb
which is what i want to see according to the documentation linked above.
I then flash the device, receive some information i dont understand, but nothing suggesting failure. Then you can see i call lsusb again, the device is no longer in flashing mode FLYDP5 now appears as,
Bus 001 Device 030: ID 1d50:606f OpenMoko, Inc. Geschwister Schneider CAN adapter
which incidentally is what i will later want to see when i eventually get to install the SHT36.
However the problem is that calling ls /dev/serial/by-id/*
to retrieve my serial doesn’t work which means I get a start-up error in mainsail too of course.
ls: cannot access '/dev/serial/by-id/*: No such file or directory
Does anyone have suggestions about what to try?
Thanks in advance.
…