You are on page 1of 7

Triangle-lab

Install klipper on orange pi zero 2


1. If the package of the kit you received has been marked "image file has been

flashed and tested", please skip the second and third steps below.

2. Download debian system image for zero 2 and flashing tool

Image link: here

(Orangepizero2_3.0.6_debian_bullseye_server_linux5.16.17.7z)

Tool: https://balena.io/etcher/

3. Flash the image file to TF card. Sandisk 16G or larger class10 A1 is

recommended. Other types of TF cards may encounter compatibility

problems such as not being able to boot. How to: Link

4. Insert the TF card and power up the orange pi zero 2. The following are

called ZERO 2.

5. Connecting the ZERO 2 to your network via Ethernet cable and try to find

the ZERO 2 IP address. To find out the IP address of the device you can use

your routers interface or a tool like advanced IP scanner. How to: Link

Official Website: www.trianglelab.net trianglelab.aliexpress.com


Triangle-lab

6. Once you know the IP address, use the SSH tool ( putty, xshell ) to connect

to the orange pi zero 2. The default username orangepi password:

orangepi

7. Enter the command to add serial port access to the user orangepi

sudo usermod -aG dialout orangepi

the sudo password (password of root) also is orangepi

Official Website: www.trianglelab.net trianglelab.aliexpress.com


Triangle-lab

8. Use the apt-mirror-updater function to automatically select the fastest

software source mirror according to your network environment. This step is

optional.

If there is no apt-mirror-updater in your system, please install pip first and

then install apt-mirror-updater with pip. Reference: link

sudo apt-get install pip

sudo pip3 install apt-mirror-updater

sudo apt-mirror-updater --auto-change-mirror

9. Update the debian system to the latest with the following two commands.

sudo apt-get update

sudo apt-get upgrade

Official Website: www.trianglelab.net trianglelab.aliexpress.com


Triangle-lab

10. Use the following command to configure the ZERO2 WIFI connection.

sudo orangepi-config

-----Network-----Wifi Find your AP and enter the password to connect in

Official Website: www.trianglelab.net trianglelab.aliexpress.com


Triangle-lab

11. Exit the configuration utility and use the command sudo ifconfig to check

the ip address of wireless network. (waln0). If all goes well you can now

unplug the ethernet cable and connect your ZERO 2 via WIFI with that IP

address.

Official Website: www.trianglelab.net trianglelab.aliexpress.com


Triangle-lab

12. Run kiauh to install the klipper firmware and webUI. (root is not allow here)

https://github.com/th33xitus/kiauh

Official Website: www.trianglelab.net trianglelab.aliexpress.com


Triangle-lab

KIAUH installation Video tutorial Link1 Link2

13. Don't forget that your default username is “orangepi” not the raspberrypi

system default “pi”, check this when you copy someone else's script and

encounter errors

14. From here on installing the klipper firmware and webUI via Kiauh is no longer

different from the Raspberry Pi. Wish you luck and happy printing!

Official Website: www.trianglelab.net trianglelab.aliexpress.com

You might also like