Hi, I installed katapult and now when i try to flash the board with klipper it gives me the error Send_Block
Connecting to CAN UUID 472b4ba2cf8a on interface can0
Sending bootloader jump command...
Resetting all bootloader node IDs...
Detected Klipper binary version v0.13.0-33-g413ff19ea, MCU: stm32h723xx
Attempting to connect to bootloader
Katapult Connected
Software Version: v0.0.1-96-gbc1ecea
Protocol Version: 1.1.0
Block Size: 64 bytes
Application Start: 0x8020000
MCU type: stm32h723xx
Verifying canbus connection
Flashing '/home/pi/klipper/out/klipper.bin'...
[ERROR:root:Flash Tool Error
Traceback (most recent call last):
File "/home/pi/katapult/scripts/flashtool.py", line 1096, in main
await sock.run()
File "/home/pi/katapult/scripts/flashtool.py", line 835, in run
await flasher.send_file()
File "/home/pi/katapult/scripts/flashtool.py", line 427, in send_file
resp = await self.send_command('SEND_BLOCK', prefix + buf)
File "/home/pi/katapult/scripts/flashtool.py", line 406, in send_command
raise FlashError("Error sending command [%s] to Device" % (cmdname))
FlashError: Error sending command [SEND_BLOCK] to Device
