-
Notifications
You must be signed in to change notification settings - Fork 75
/
raspberrypi.coffee
41 lines (34 loc) · 1.11 KB
/
raspberrypi.coffee
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
deviceTypesCommon = require '@resin.io/device-types/common'
{ networkOptions, commonImg, instructions } = deviceTypesCommon
module.exports =
version: 1
slug: 'raspberry-pi'
aliases: [ 'raspberrypi' ]
name: 'Raspberry Pi (v1 / Zero / Zero W)'
arch: 'rpi'
state: 'released'
imageDownloadAlerts: [
{
type: 'warning'
message: 'The Raspberry Pi Zero W is not capable of connecting to 5GHz WiFi networks unless you use an external WiFi adapter that supports it.'
}
]
instructions: commonImg.instructions
gettingStartedLink:
windows: 'https://www.balena.io/docs/learn/getting-started/raspberry-pi/nodejs/'
osx: 'https://www.balena.io/docs/learn/getting-started/raspberry-pi/nodejs/'
linux: 'https://www.balena.io/docs/learn/getting-started/raspberry-pi/nodejs/'
options: [ networkOptions.group ]
yocto:
machine: 'raspberrypi'
image: 'balena-image'
fstype: 'balenaos-img'
version: 'yocto-kirkstone'
deployArtifact: 'balena-image-raspberrypi.balenaos-img'
compressed: true
configuration:
config:
partition:
primary: 1
path: '/config.json'
initialization: commonImg.initialization