forked from Screenly/Anthias
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbalena.yml
27 lines (27 loc) · 850 Bytes
/
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
name: "Screenly OSE"
type: "sw.application"
description: "The most popular digital signage project for the Raspberry Pi"
assets:
repository:
type: "blob.asset"
data:
url: "https://github.com/Screenly/screenly-ose/"
logo:
type: "blob.asset"
data:
url: "https://raw.githubusercontent.com/Screenly/screenly-ose/master/static/img/ose-logo.png"
data:
applicationConfigVariables:
- BALENA_HOST_CONFIG_gpu_mem: 128
- BALENA_HOST_CONFIG_framebuffer_depth: 32
- BALENA_HOST_CONFIG_framebuffer_ignore_alpha: 1
- BALENA_HOST_CONFIG_dtparam: "\"i2c_arm=on\",\"spi=on\",\"audio=on\",\"vc4-kms-v3d\""
defaultDeviceType: "raspberrypi3"
supportedDeviceTypes:
- "raspberry-pi"
- "raspberry-pi2"
- "raspberrypi3"
- "raspberrypi3-64"
- "raspberrypi4-64"
- "fincm3"
- "raspberrypi400-64"