You are on page 1of 2

Pesquise como configurar um Linux no modelo da sua placa ou no modelo da sua CPU

In my case, I am following this guide: CSC Armbian for RK322X TV Boxes


My board is using a NAND memory instead of an eMMC memory, according to the MultiTool.
You can confirm by selecting the option to burn a image in the MultiTool tool itself and
observing the name of the internal memory.
So, I just followed the instructions on the Quick installation instructions on NAND section.
I also choose the Minimal Debian Buster with Legacy Kernel (Legacy Kernel is required for the
RK3228a processor)
After that, you will have a fully functional Linux running on your TV Box!
Remember to setup WiFi connection. I recommend the nmtui utility.

Installing OctoPrint and Klipper

OctoPrint
Update and install some needed packages with these commands:

sudo apt update


sudo apt install python-pip virtualenv build-essential g++ python-dev git

Instale o OctoPrint e ative a execução automática


Consulte [Instalando manualmente] ( https://octoprint.org/download/ ) e Inicialização automática
Use "systemctl start octoprint" em vez de executar "service octoprint start"
Configuração de desligamento e reinicialização
Reiniciar OctoPrint: sudo systemctl restart octoprint
Reinicie o sistema: sudo systemctl reboot
Sistema de desligamento: sudo systemctl poweroff

Klipper
Ver Instalação do Klipper
Nenhum lançamento publicado

Pacotes

Nenhum pacote publicado

You might also like