#BTT pi v1.2 + SKR Pico "The klippy host software is attempting to connect."

13 messages · Page 1 of 1 (latest)

cloud island
#

I can't seem to get the Pico to connect to the BTT pi regardless of my firmware. They are connected via USB.

To flash the firmware I:
Put boot jumper on pico
hit reset button
In terminal:

sudo mount /dev/sda1 /mnt
sudo cp out/klipper.bin /mnt
sudo umount /mnt
idle yoke
#

Which has actually worked in your favor, kinda

#

Looking at your log, the pico is connecting. Your display is the issue at hand

cloud island
#

I am very confused about the firmware config. I think the btt pi is quite different than a raspberry pi architecturally

idle yoke
#

Not in any way that matters here though

#

Firmware in this context is the software you load onto the various mcus (pico, display,etc)

#

It absolutely doesn't matter what the architure of the pi/pi-like linux device is

#

And the settings you set in menuconfig are entirely about configuring the firmware for the mcu processor you're going to try to load it onto

cloud island
#

I see

#

I'll look through those sites you sent in a bit, Thank you!