forked from balena-os/balena-raspberrypi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
revpi-core-3.coffee
47 lines (39 loc) · 1.43 KB
/
revpi-core-3.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
44
45
46
47
deviceTypesCommon = require '@resin.io/device-types/common'
{ networkOptions, commonImg, instructions } = deviceTypesCommon
REVPI_DEBUG = "While not having the Revolution Pi board powered, connect your system to the board's USB port via a micro-USB cable."
REVPI_POWER = "Power on the Revolution Pi board."
REVPI_WRITE = "Write the OS to the internal MMC storage device. We recommend using <a href=http://www.etcher.io/>Etcher</a>."
REVPI_POWEROFF = "When flashing is complete, power off the board and unplug the micro-USB cable."
module.exports =
version: 1
slug: 'revpi-core-3'
aliases: [ 'revpi-core-3' ]
name: 'Revolution Pi Core 3'
arch: 'armv7hf'
state: 'released'
isDefault: true
instructions: [
REVPI_DEBUG
REVPI_POWER
REVPI_WRITE
REVPI_POWEROFF
instructions.CONNECT_AND_BOOT
]
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'
options: [ networkOptions.group ]
yocto:
machine: 'revpi-core-3'
image: 'balena-image'
fstype: 'balenaos-img'
version: 'yocto-kirkstone'
deployArtifact: 'balena-image-revpi-core-3.balenaos-img'
compressed: true
configuration:
config:
partition:
primary: 1
path: '/config.json'
initialization: commonImg.initialization