ITADN

Error at the end of the flashing process

#162OpenIgor-Yavych 创建于 2025-04-17
I
Igor-Yavychcommented
Hello. Recently, I have started receiving the following error when flashing Octopus Pro 1.1 and EBB42 1.2 boards over CAN. The board does get flashed though. ``` Traceback (most recent call last): File "/home/igor/katapult/scripts/flashtool.py", line 1096, in main await sock.run() File "/home/igor/katapult/scripts/flashtool.py", line 836, in run await flasher.verify_file() File "/home/igor/katapult/scripts/flashtool.py", line 460, in verify_file resp = await self.send_command("REQUEST_BLOCK", payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/igor/katapult/scripts/flashtool.py", line 406, in send_command raise FlashError("Error sending command [%s] to Device" % (cmdname)) FlashError: Error sending command [REQUEST_BLOCK] to Device ] ``` Katapult version: v0.0.1-96-gbc1ecea7 Command used to flash: `python3 ~/katapult/scripts/flashtool.py -i can0 -f ~/klipper/out/klipper.bin -u {uuid}`
0 条评论