Skip to content

Earn money with Earnapp on BalenaOS.

Notifications You must be signed in to change notification settings

PeterBrain/balena-earnapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

balena-earnapp

Earn money with Earnapp on BalenaOS.

balena deploy button

Requirements

Supported arm architectures are armv8 and aarch64/arm64 (e.g.: Raspberry Pi 21 & up). armv6, armv7 and aarch32 architectures (e.g.: Raspberry Pi 1 / Zero / Zero W, 21) are not supported. See table below:

Architectures Support Example
armv6 false Raspberry Pi (v1 / Zero / Zero W), CM1
armv7 false Raspberry Pi 21, Raspberry Pi 3
aarch32 false ...
armv8 true Raspberry Pi Zero 2 W (64bit), Raspberry Pi 21, Raspberry Pi CM4 IO Board, Raspberry Pi Compute Module 3 & 4, Raspberry Pi 3 (using 64bit OS), Raspberry Pi 400, Raspberry Pi 4 (using 64bit OS), Raspberry Pi 5
aarch64 / arm64 true ...

Important

EarnApp is only compatible with 64-bit operating systems; it is not compatible with 32-bit systems.

Warning

Requirements are based on Earnapp Docs for hardware/software requirements. The validity of the information has not been verified. Contradiction: armv7 is supported, but 32-bit operating systems are not?

Usage

  1. Clone this repo
  2. Push this to your fleet
  3. Once the service has been pushed and updated, it will restart several times. After these restarts, look at your log files to get the UUID or registration link for Earnapp.
  4. Open the registration link in a browser in which you are logged into your Earnapp account.
  5. Verify that a new device is available in your Earnapp account. This may take some time.
cd balena-earnapp/
balena push <FLEET_NAME>

Caveats

  • Each device in your fleet must be manually registered in your Earnapp account with the provided link.
  • Updating the Earnapp core service has not yet been implemented.

References

Footnotes

  1. Only V1.2 with BCM2837 SoC (Cortex-A53) is supported, V1.1 with BCM2836 SoC (Cortex-A7) is not. 2 3 4