make flash FLASH_DEVICE=/dev/serial/by-id/usb-katapult_stm32h743xx_22001E00051333038383535-IF00
Flashing out/klipper.bin to /dev/serial/by-id/usb-katapult_stm32h743xx_22001E00051333038383535-IF00
Failed to flash to /dev/serial/by-id/usb-katapult_stm32h743xx_22001E00051333038383535-IF00: Unable to find tty device
If the device is already in bootloader mode it can be flashed with the
following command:
make flash FLASH_DEVICE=0483:df11
OR
make flash FLASH_DEVICE=1209:beba
If attempting to flash via 3.3V serial, then use:
make serialflash FLASH_DEVICE=/dev/serial/by-id/usb-katapult_stm32h743xx_22001E00051333038383535-IF00
make: *** [src/stm32/Makefile:107: flash] Error 255