-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot find files mentioned in skr pico uart setup #26
Comments
Having the same problem. I'm able to follow the USB guide but unable to do it via UART . |
Any updates on this? |
Got it working! Used new image (v2.2.1), edited configs per readme, made new klipper.uf2 and re-flashed the BTT SKR Pico. |
How did you do that @RIP-PloKoon ? There still are no cmdline.txt nor config.txt inside the boot partition, on 2.2.1 |
I just followed the readme in this repo. Here, first bullet in the overlay settings. Then as stated above, “made new klipper.uf2 and re-flashed the BTT SKR Pico.” |
@RIP-PloKoon which image did you use? can you please send me the link? I've used several versions and I'm not getting it. Can you send the link to the image you used? Thank you very much |
I just used the current at the time (v2.2.1) |
Cannot find files mentioned in skr pico uart setup, It seems the boot folder is empty? are these files on a different partion?
these are the instructions I cannot follow from the skr pico setup doc:
If you use UART0 to communicate with raspberry pi, you need to modify the following files by inserting the SD card into the computer or by SSH command. And wiring reference here
Remove console=serial0,115200 in /boot/cmdline.txt
Add dtoverlay=pi3-miniuart-bt at the end of file /boot/config.txt
Modify the configuration of [mcu] in printer.cfg to serial: /dev/ttyAMA0 and enable restart_method: command by SSH
[mcu]
serial: /dev/ttyAMA0
restart_method: command
The text was updated successfully, but these errors were encountered: