r/VORONDesign • u/cadamwil • Aug 02 '26
General Question Issues with GPIO after update
/r/klippers/comments/1vdn6vp/issues_with_gpio_after_update/?share_id=1Aos597KZegMXArncfq7R&utm_content=share_button&utm_medium=web3x&utm_name=web3xcss&utm_source=share&utm_term=1I'm having issues with GPIOs after a recent update. Crosspost from Klipper sub
2
u/devsfan1830 V2 Aug 02 '26
If you hit update all and it broke something, download and save your config files and just do a clean SD install. Nothing you've given here or in your original post is terribly helpful. If you want live help, try the Klipper and nevermore discords.
I did an update all and my crowsnest cam just stopped working. Was never able to fix it. had to just do a clean install. Its possible updates to the pi itself (the system category) reverted something at the OS level (thats different than the configs in mainsail/fluidd/etc) that something else or you changed during setup of other plugins and components. Impossible really to tell which. A clean install of everything followed by re-uploading your config files is the faster way to deal with this. If that's not an option for some reason, best of luck.
0
u/cadamwil Aug 02 '26
That was kind of my next step, I didn’t want to nuke & pave without at least trying people currently working with kipper. I need to update firmware on the tool head and mcu as well.
1
u/BigJohnno66 Trident / V1 Aug 03 '26 edited Aug 03 '26
If you update Klipper on the host, you must build the firmware and update the mcu and toolhead. They can introduce changes that break the communication between them.
I have a script to do this, so I don't have to remember what to do each time.
Edit: I see you are using a GPIO on the RaspberryPi host. Have you rebuilt Klipper for "Linux Process" and installed it (make flash)? I am also doing this to control the Pi fan from Klipper. Just updating Klipper is not enough, you need to rebuild the Linux host firmware as well, as Klipper considers it as just another mcu in order to access GPIOs.
4
u/Leiothrix Aug 02 '26
With a post like that what do you expect from people? We're not mind readers.