Armbian OS instruction
Table of Contents:
Overview
This is a general instruction for the use of Armbian base OS of Dragino devices. Current models include:
- HP0A
- HP0C
- LPS8v2
Development Guide
For advanced users to develop Driver/ Linux etc
Advance
SSH Access for Linux console
Connect the HP0C Ethernet port to your router and HP0C will obtain an IP address from your router. In the router’s management portal, you should be able to find what IP address the router has assigned to the HP0C. You can use this IP to connect the SSH access of HP0C.
IP address: IP address of HP0C
Port: 22
User Name: root
Password: draginohp (default)
After logging in, you will be in the Linux console and can enter commands as shown below.
How to burn from SD card to eMMC
How to recompile LoRaWAN Concentrator Driver ( dragino-fwd package).
Step 1. Clone dragino-fwd package
Run command clone dragino-fwd package:
Step 2. Compile dragino_fwd
After cloning is complete, Run the command starts compiling:
The following example compilers HP0C fwd.
When the compilation is complete a draginofwd-*.deb package is generated.
Step 3. Install the dragino_fwd
Run command:
Step 4. Test
Check the dragino_fwd log:
Start/stop dragino_fwd via systemctl: