-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
balena.yml
42 lines (36 loc) · 1.56 KB
/
balena.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
name: nebra-helium-syncrobit
type: sw.application
description: >-
Manage your Syncrobit CM4 Helium Miner remotely using Nebra and balenaCloud.
post-provisioning: >-
## Usage instructions
Once your device joins the fleet you'll need to allow some time for it to download the application and start forwarding packets to the Helium Network.
For detailed instructions on how to use Nebra Helium Syncrobit check out [our GitHub repo](https://github.com/NebraLtd/helium-syncrobit).
For support you can [open an issue](https://github.com/NebraLtd/helium-syncrobit/issues) on the repo or reach out to us via one of the methods listed [on our support page](https://helium.nebra.com).
assets:
repository:
type: blob.asset
data:
url: "https://github.com/NebraLtd/helium-syncrobit"
logo:
type: blob.asset
data:
url: >-
https://cdn.shopify.com/s/files/1/0071/2281/3001/files/Nebra-Icon-Blue_bb758eaa-b10d-4ea6-a55e-babd69135b69.png?v=1620938774
data:
applicationEnvironmentVariables:
- FREQ: "N/A (Non Nebra Miner)"
- VARIANT: COMP-SYNCROBITCM4
applicationConfigVariables:
- RESIN_HOST_CONFIG_dtparam: '"i2c_arm=on","spi=on","audio=on"'
- RESIN_HOST_CONFIG_dtoverlay: '"spi0-1cs"'
- RESIN_HOST_CONFIG_gpu_mem: 16
- RESIN_HOST_CONFIG_avoid_warnings: 1
- RESIN_HOST_CONFIG_disable_overscan: 1
- RESIN_HOST_CONFIG_disable_splash: "1"
- RESIN_HOST_CONFIG_core_freq: 400
- RESIN_OVERRIDE_LOCK: 1
defaultDeviceType: raspberrypicm4-ioboard
supportedDeviceTypes:
- raspberrypicm4-ioboard
version: 0.0.1