Hi, sorry it is me again
, i could not flash the toolhead.
I find the UUID → 8e2d08372b8f
AUTOMATIC MCU UPDATER for ZERO Toolhead Only…
Which device do you want to update (build & flash)?
- UPDATE KLIPPER TO HOST
- FLASH HOST MCU
- FLASH ZERO TOOLHEAD
- Quit
Please enter your choice: 3
Cleaning and building Klipper firmware for TOOLHEAD MCU Set for STM32F103, 8MHz crystal, CAN bus on PB8/PB9.
Check on the following screen that the parameters are correct for the
TOOLHEAD
firmware. Press [Enter] to continue..
Creating symbolic link out/board
Loaded configuration ‘extruder.mcu’
Configuration saved to ‘extruder.mcu’
Creating symbolic link out/board
Building out/autoconf.h
Compiling out/src/sched.o
Compiling out/src/command.o
Compiling out/src/basecmd.o
Compiling out/src/debugcmds.o
Compiling out/src/initial_pins.o
Compiling out/src/gpiocmds.o
Compiling out/src/stepper.o
Compiling out/src/endstop.o
Compiling out/src/trsync.o
Compiling out/src/adccmds.o
Compiling out/src/i2ccmds.o
Compiling out/src/spicmds.o
Compiling out/src/pwmcmds.o
Compiling out/src/buttons.o
Compiling out/src/tmcuart.o
Compiling out/src/neopixel.o
Compiling out/src/pulse_counter.o
Compiling out/src/lcd_st7920.o
Compiling out/src/lcd_hd44780.o
Compiling out/src/spi_software.o
Compiling out/src/i2c_software.o
Compiling out/src/thermocouple.o
Compiling out/src/sensor_adxl345.o
Compiling out/src/sensor_lis2dw.o
Compiling out/src/sensor_mpu9250.o
Compiling out/src/sensor_icm20948.o
Compiling out/src/sensor_hx71x.o
Compiling out/src/sensor_ads1220.o
Compiling out/src/sensor_ldc1612.o
Compiling out/src/sensor_angle.o
Compiling out/src/sensor_bulk.o
Compiling out/src/sos_filter.o
Compiling out/src/load_cell_probe.o
Compiling out/src/stm32/watchdog.o
Compiling out/src/stm32/clockline.o
Compiling out/src/stm32/dfu_reboot.o
Compiling out/src/generic/crc16_ccitt.o
Compiling out/src/generic/armcm_boot.o
Compiling out/src/generic/armcm_irq.o
Compiling out/src/generic/armcm_reset.o
Compiling out/src/stm32/stm32f1.o
Compiling out/src/../lib/stm32f1/system_stm32f1xx.o
Compiling out/src/generic/armcm_timer.o
Compiling out/src/stm32/gpio.o
Compiling out/src/stm32/adc.o
Compiling out/src/stm32/spi.o
Compiling out/src/stm32/i2c.o
Compiling out/src/generic/canserial.o
Compiling out/src/../lib/fast-hash/fasthash.o
Compiling out/src/stm32/can.o
Compiling out/src/generic/canbus.o
Compiling out/src/stm32/chipid.o
Compiling out/src/stm32/hard_pwm.o
Preprocessing out/src/generic/armcm_link.ld
Building out/compile_time_request.o
Version: v0.13.0-395-gf04895f5
Linking out/klipper.elf
Creating bin file out/klipper.bin
Extruder MCU firmware building complete. Press [Enter] to set bootmode..
Get into bootloader …
Connecting to CAN UUID 8e2d08372b8f on interface can0
Sending bootloader jump command…
Bootloader Request Complete
Resetting all bootloader node IDs…
Checking for Katapult nodes…
CANBus UUID Query Complete
Extruder UUID query complete. Press [Enter] to flash..
Connecting to CAN UUID 61755fe321ac on interface can0
Sending bootloader jump command…
Resetting all bootloader node IDs…
Attempting to connect to bootloader
ERROR:root:Flash Tool Error
Traceback (most recent call last):
File “/home/biqu/katapult/scripts/flashtool.py”, line 840, in run
await flasher.connect_btl()
File “/home/biqu/katapult/scripts/flashtool.py”, line 275, in connect_btl
ret = await self.send_command(‘CONNECT’)
File “/home/biqu/katapult/scripts/flashtool.py”, line 407, in send_command
raise FlashError(“Error sending command [%s] to Device” % (cmdname))
FlashError: Error sending command [CONNECT] to Device
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File “/home/biqu/katapult/scripts/flashtool.py”, line 1104, in main
await sock.run()
File “/home/biqu/katapult/scripts/flashtool.py”, line 850, in run
await flasher.finish()
File “/home/biqu/katapult/scripts/flashtool.py”, line 493, in finish
await self.send_command(“COMPLETE”)
File “/home/biqu/katapult/scripts/flashtool.py”, line 407, in send_command
raise FlashError(“Error sending command [%s] to Device” % (cmdname))
FlashError: Error sending command [COMPLETE] to Device
Thanks very much for your help