Improved flashing instructions
This commit is contained in:
10
README.md
10
README.md
@@ -40,17 +40,11 @@ cd ~/klipper
|
|||||||
make clean
|
make clean
|
||||||
make menuconfig
|
make menuconfig
|
||||||
make
|
make
|
||||||
|
systemctl stop klipper
|
||||||
make flash FLASH_DEVICE=/dev/ttyUSB0
|
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
|
## /boot
|
||||||
|
|
||||||
Copy `config.txt` and `cmdline.txt` from this repo.
|
Copy `config.txt` and `cmdline.txt` from this repo.
|
||||||
|
|||||||
Reference in New Issue
Block a user