makerbase-mks / MKS-PI

As we all know, the Klipper firmware has the advantages of high printing speed, high precision, and the ability to use the web page to control the printer, etc. MKS PI is a high-end microcomputer board designed by makerbase to replace the Raspberry Pi for the convenience of 3D printing users to use the Klipper firmware. In terms of hardware, MKS PI has a powerful 4-core 64-bit SOC onboard, with 1GBytes of DDR3 memory, supports HDMI screen interface and PI-TS35 screen interface, provides Ethernet port, 3-channel USB interfaces (can be connected to a 3D printer main board, USB Wireless network card, USB camera, U disk, USB keyboard and mouse, etc.); In terms of software, Makerbase provides a complete Klipper firmware transplanted based on the Armbian desktop system, and directly supports klipperScreen. Users only need to download the image file provided by Makerbase, burn it to the TF card, without a lot of construction work, use the usb port or serial port to connect your main board, configure the parameters on the webpage, and you can use the Klipper firmware happily!
GNU General Public License v3.0
112 stars 9 forks source link

Can not install crowsnest because Debian 10. #64

Open acguardia opened 1 year ago

acguardia commented 1 year ago

Debian 10 (buster) has reached end of life.

Therefore, crowsnest has also ended support for it.

Please upgrade to a supported OS release, we are sorry for the inconvenience.

jcheger commented 1 year ago

duplicate of #52 There is a working alternative image on: https://github.com/redrathnure/armbian-mkspi. But be careful, if the kernel is upgraded, the ethernet interface and the screen won't work anymore (appeared on the current week). See https://github.com/redrathnure/armbian-mkspi#package-updates-via-apt-update how to freeze the kernel updates.

bocoroth commented 5 months ago

If anyone else is looking for a simpler workaround which doesn't involve upgrading debian, I was able to manually force KIAUH to install the legacy/v3 branch of crowsnest. It is of course outdated but at least it works!

  1. Delete the default version of KIAUH or move it to a backup: cd ~ && mv kiauh/ kiauh_old/
  2. Clone the official KIAUH repo: git clone https://github.com/dw-0/kiauh.git
  3. nano kiauh/scripts/crowsnest.sh and change the branch name on line 37 from master to legacy/v3. Save and close.
  4. Delete any existing crowsnest repo clones: sudo rm -r crowsnest/
  5. Run kiauh/kiauh.sh and install crowsnest as usual.