Thank you. My another board got this:
root@aml:/dev# /home/klipper/klippy-env/bin/python /home/klipper/klipper/klippy/console.py /dev/ttyACM0
This is a debugging console for the Klipper micro-controller.
In addition to mcu commands, the following artificial commands are
available:
PINS : Load pin name aliases (eg, “PINS arduino”)
DELAY : Send a command at a clock time (eg, “DELAY 9999 get_uptime”)
FLOOD : Send a command many times (eg, “FLOOD 22 .01 get_uptime”)
SUPPRESS : Suppress a response message (eg, “SUPPRESS analog_in_state 4”)
SET : Create a local variable (eg, “SET myvar 123.4”)
STATS : Report serial statistics
LIST : List available mcu commands, local commands, and local variables
HELP : Show this text
All commands also support evaluation by enclosing an expression in { }.
For example, “reset_step_clock oid=4 clock={clock + freq}”. In addition
to user defined variables (via the SET command) the following builtin
variables may be used in expressions:
clock : The current mcu clock time (as estimated by the host)
freq : The mcu clock frequency
==================== attempting to connect ====================
INFO:root:Starting serial connect
Loaded 94 commands (v0.10.0-244-g15ffa859 / gcc: (15:7-2018-q2-6) 7.3.1 20180622 (release) [ARM/embedded-7-branch revision 261907] binutils: (2.31.1-12+11) 2.31.1)
MCU config: BUS_PINS_i2c1=PB6,PB7 BUS_PINS_i2c2=PB10,PB11 BUS_PINS_spi3a=PC11,PC12,PC10 BUS_PINS_spi2a=PC2,PC3,PB10 BUS_PINS_i2c1a=PB8,PB9 RESERVE_PINS_USB=PA11,PA12 CLOCK_FREQ=180000000 BUS_PINS_spi1a=PB4,PB5,PB3 STATS_SUMSQ_BASE=256 BUS_PINS_spi3=PB4,PB5,PB3 STEPPER_BOTH_EDGE=1 ADC_MAX=4095 BUS_PINS_spi4=PE13,PE14,PE12 PWM_MAX=255 BUS_PINS_spi2=PB14,PB15,PB13 BUS_PINS_spi1=PA6,PA7,PA5 RESERVE_PINS_crystal=PH0,PH1 MCU=stm32f446xx
WARNING:root:got {’#receive_time’: 494.91080911, u’next_clock’: 95486784, u’fault’: 0, u’oid’: 11, u’value’: 20452784, ‘#name’: u’thermocouple_result’, ‘#sent_time’: 494.899798694}
WARNING:root:got {’#receive_time’: 494.937851319, u’next_clock’: 99086784, u’oid’: 13, u’value’: 31585, ‘#name’: u’analog_in_state’, ‘#sent_time’: 494.899798694}
The H743 board:
/home/klipper/klippy-env/bin/python /home/klipper/klipper/klippy/console.py /dev/ttyACM0
This is a debugging console for the Klipper micro-controller.
In addition to mcu commands, the following artificial commands are
available:
PINS : Load pin name aliases (eg, “PINS arduino”)
DELAY : Send a command at a clock time (eg, “DELAY 9999 get_uptime”)
FLOOD : Send a command many times (eg, “FLOOD 22 .01 get_uptime”)
SUPPRESS : Suppress a response message (eg, “SUPPRESS analog_in_state 4”)
SET : Create a local variable (eg, “SET myvar 123.4”)
STATS : Report serial statistics
LIST : List available mcu commands, local commands, and local variables
HELP : Show this text
All commands also support evaluation by enclosing an expression in { }.
For example, “reset_step_clock oid=4 clock={clock + freq}”. In addition
to user defined variables (via the SET command) the following builtin
variables may be used in expressions:
clock : The current mcu clock time (as estimated by the host)
freq : The mcu clock frequency
==================== attempting to connect ====================
INFO:root:Starting serial connect
Loaded 89 commands (v0.10.0-324-g91ba9c00 / gcc: (15:7-2018-q2-6) 7.3.1 20180622 (release) [ARM/embedded-7-branch revision 261907] binutils: (2.31.1-12+11) 2.31.1)
MCU config: BUS_PINS_spi2b=PI2,PI3,PI1 BUS_PINS_spi2a=PC2,PC3,PB10 BUS_PINS_spi5a=PH7,PF11,PH6 RESERVE_PINS_crystal=PH0,PH1 CLOCK_FREQ=400000000 BUS_PINS_spi3a=PC11,PC12,PC10 BUS_PINS_spi1a=PB4,PB5,PB3 STATS_SUMSQ_BASE=256 RESERVE_PINS_USB1=PB14,PB15 BUS_PINS_spi5=PF8,PF9,PF7 STEPPER_BOTH_EDGE=1 BUS_PINS_spi6=PG12,PG14,PG13 ADC_MAX=4095 BUS_PINS_spi4=PE13,PE14,PE12 BUS_PINS_spi3=PB4,PB5,PB3 BUS_PINS_spi2=PB14,PB15,PB13 BUS_PINS_spi1=PA6,PA7,PA5 PWM_MAX=255 MCU=stm32h743xx