forked from balena-os/balena-raspberrypi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
raspberrypi3.coffee
43 lines (36 loc) · 1.24 KB
/
raspberrypi3.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
42
43
deviceTypesCommon = require '@resin.io/device-types/common'
{ networkOptions, commonImg, instructions } = deviceTypesCommon
module.exports =
version: 1
slug: 'raspberrypi3'
aliases: [ 'raspberrypi3' ]
name: 'Raspberry Pi 3'
arch: 'armv7hf'
state: 'released'
isDefault: true
imageDownloadAlerts: [
{
type: 'warning'
message: 'The Raspberry Pi 3 is not capable of connecting to 5GHz WiFi networks unless you use an external WiFi adapter that supports it. The Raspberry Pi 3 B+ is capable of connecting to both 5GHz and 2.4GHz networks.'
}
]
instructions: commonImg.instructions
gettingStartedLink:
windows: 'https://docs.resin.io/raspberrypi3/nodejs/getting-started/#adding-your-first-device'
osx: 'https://docs.resin.io/raspberrypi3/nodejs/getting-started/#adding-your-first-device'
linux: 'https://docs.resin.io/raspberrypi3/nodejs/getting-started/#adding-your-first-device'
supportsBlink: true
options: [ networkOptions.group ]
yocto:
machine: 'raspberrypi3'
image: 'resin-image'
fstype: 'resinos-img'
version: 'yocto-sumo'
deployArtifact: 'resin-image-raspberrypi3.resinos-img'
compressed: true
configuration:
config:
partition:
primary: 1
path: '/config.json'
initialization: commonImg.initialization