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

**URL:** https://hub.mender.io/t/connecting-mender-to-orangepi-boards-conectando-o-mender-a-placas-orangepi/4859
**Category:** Board Integrations
**Tags:** orangepi, orangepi-zero, orangepi3, orange-pi-pc
**Created:** [April 14, 2022, 1:15pm UTC](https://hub.mender.io/t/connecting-mender-to-orangepi-boards-conectando-o-mender-a-placas-orangepi/4859 "2022-04-14T13:15:31Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Vinicius1](https://yyz2.discourse-cdn.com/flex036/user_avatar/hub.mender.io/vinicius1/32/1578_2.png) [@Vinicius1](https://hub.mender.io/u/Vinicius1)
#### Post date: [April 14, 2022, 1:15pm UTC](https://hub.mender.io/t/connecting-mender-to-orangepi-boards-conectando-o-mender-a-placas-orangepi/4859/1 "2022-04-14T13:15:31Z")

</div>

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.

 ![image](https://canada1.discourse-cdn.com/flex036/uploads/mender/original/2X/b/bdcda558d7577be8723c7ae7a68850929a3f3bf2.png)

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

![image](https://canada1.discourse-cdn.com/flex036/uploads/mender/original/2X/6/68b37aac1a5011445d4cc22b7c97e523d5f6a005.png)

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.

 ![image](https://canada1.discourse-cdn.com/flex036/uploads/mender/original/2X/b/bdcda558d7577be8723c7ae7a68850929a3f3bf2.png)

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

![image](https://canada1.discourse-cdn.com/flex036/uploads/mender/original/2X/6/68b37aac1a5011445d4cc22b7c97e523d5f6a005.png)

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
