diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2021-03-18 13:20:54 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2021-03-18 13:33:33 -0400 |
commit | 1eddc0fd907fb7f28e0b4537494e711f7ac1cac4 (patch) | |
tree | c3390bc4c024e231e9cb271231b91b3e232612ad /config/printer-tronxy-x5sa-v6-2019.cfg | |
parent | c8dc3afc235d9190591056a852f7ff4996c41c54 (diff) | |
download | kutter-1eddc0fd907fb7f28e0b4537494e711f7ac1cac4.tar.gz kutter-1eddc0fd907fb7f28e0b4537494e711f7ac1cac4.tar.xz kutter-1eddc0fd907fb7f28e0b4537494e711f7ac1cac4.zip |
stm32: Simplify USB/Serial/CANbus Kconfig selection
Combine the various communication options into a single "make
menuconfig" menu item.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config/printer-tronxy-x5sa-v6-2019.cfg')
-rw-r--r-- | config/printer-tronxy-x5sa-v6-2019.cfg | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/config/printer-tronxy-x5sa-v6-2019.cfg b/config/printer-tronxy-x5sa-v6-2019.cfg index 96639a99..069f60d6 100644 --- a/config/printer-tronxy-x5sa-v6-2019.cfg +++ b/config/printer-tronxy-x5sa-v6-2019.cfg @@ -1,15 +1,15 @@ -# This is a Klipper configuration for TronXY X5SA, with -# CXY-V6 motherboard. - +# This is a Klipper configuration for TronXY X5SA, with CXY-V6 +# motherboard. # === FLASHING WITH STOCK BOOTLOADER === # You should make firmware for STM32F103 with bootloader offset -# at 0x8008800 (Chitu v6 Bootloader). Uncheck USB, and leave default -# serial settings. -# -# Use "./scripts/update_chitu.py ./out/klipper.bin ./out/update.cbd" after make to generate update.cbd. -# Put `update.cbd` onto SD card, and reboot the printer. -# It will be automatically installed, and you will be able to update it this way. +# at 0x8008800 (Chitu v6 Bootloader) and serial (on USART1 PA10/PA9) +# communication. + +# Use "./scripts/update_chitu.py ./out/klipper.bin ./out/update.cbd" +# after make to generate update.cbd. Put `update.cbd` onto SD card, +# and reboot the printer. It will be automatically installed, and you +# will be able to update it this way. [mcu] serial: /dev/serial/by-id/usb-1a86_USB_Serial-if00-port0 |