From 77277eecfabb303e6fecf70d7e443cce997bcbd1 Mon Sep 17 00:00:00 2001 From: scottc Date: Sun, 23 Jun 2024 19:01:35 +0000 Subject: [PATCH] Improved flashing instructions --- README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 0332e19..bf44094 100644 --- a/README.md +++ b/README.md @@ -40,17 +40,11 @@ cd ~/klipper make clean make menuconfig make +systemctl stop klipper make flash FLASH_DEVICE=/dev/ttyUSB0 +systemctl start klipper ``` -(seems to work better than `make flash FLASH_DEVICE=/dev/serial/by-id/usb-1a86_USB2.0-Serial-if00-port0`) - -Flashing fails sometimes. Possible workarounds: - -- Klipper app is still talking to device? Shutdown firmware and app first? -- `/dev/ttypUSB0` and `/dev/serial/by-id/usb-1a86_USB2.0-Serial-if00-port0` are links to same device, but one works and other doesn't? -- Try rebooting Pi - ## /boot Copy `config.txt` and `cmdline.txt` from this repo.