Connecting Mender to Orangepi Boards / Conectando o mender a placas orangepi

English:

This method also works with other orange boards.

I spent a few hours looking for tutorials on how to connect the Orangepi-zero board to the mender, as I couldn’t

1- First step is to access the Orangepi-zero via serial (USB) using Putty or other software with the same purpose, make the firmware update through the orange-pi config.

$ orangepi-config

2 - On the settings screen go to “System” and then “Firmware”, on the update page click “yes”, and wait for the update to occur 100%.

2.1 - If your application needs a static ip, do it in the “Network” tab.

3 - Go to the home page of the mender and in the upper right corner click on “Connect a new device”, now click on “GET STARTED’” in rasperry Pi quick start.

Now in device type put the hostname of your orangepi, in my case “Orangepizero-lts”.

image

click next

This generates runtime code that connects the device to the mender automatically installing the necessary libraries and dependencies to run the mender as a service.

4 - Now just paste it in your terminal and authorize the device in the mender and that’s it, you can access your device through the mender and be happy

Portugues original:

Este método também funciona com outras placas orange.

Passei algumas horas procurando tutoriais sobre como conectar a placa Orangepi-zero ao mender, já que nao consegui

1- Primeiro passo é acessar o Orangepi-zero via serial(USB) usando Putty ou outro software com mesmo propósito, Faça a atualização firmware através da config do orange-pi.

$ orangepi-config

2 - Na tela de configurações vá até “System” e depois em “Firmware” , já na pagina de update clique em “yes”, e espere a atualização ocorrer 100%.

2.1 - Se para sua aplicação for necessário o ip estático faça isso na aba “Network”.

3 - Vá até a pagina inicial do mender e no canto superior direito clique em “Connect a new device” , agora clique em “GET STARTED’” no rasperry Pi quick start.

Agora em device type coloque o nome de host do seu orangepi, no meu caso “Orangepizero-lts”.

image

clique em next

Isso gera um código de execução que conecta o dispositivo ao mender automaticamente instalando as bibliotecas e dependências necessárias para executar o mender como serviço.

4 - Agora é só colar no seu terminal e autorizar o dispositivo no mender e pronto, pode acessar seu dispositivo através do mender e ser feliz