-
Notifications
You must be signed in to change notification settings - Fork 0
/
hikey.coffee
36 lines (30 loc) · 917 Bytes
/
hikey.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
deviceTypesCommon = require '@resin.io/device-types/common'
{ networkOptions, commonImg, instructions } = deviceTypesCommon
module.exports =
version: 1
slug: 'hikey'
aliases: [ 'hikey' ]
name: 'HiKey'
arch: 'aarch64'
state: 'released'
isDefault: true
instructions: commonImg.instructions
gettingStartedLink:
windows: 'http://docs.resin.io/#/pages/installing/gettingStarted.md#windows'
osx: 'http://docs.resin.io/#/pages/installing/gettingStarted.md#on-mac-and-linux'
linux: 'http://docs.resin.io/#/pages/installing/gettingStarted.md#on-mac-and-linux'
supportsBlink: true
options: [ networkOptions.group ]
yocto:
machine: 'hikey'
image: 'resin-image'
fstype: 'resinos-img'
version: 'yocto-morty'
deployArtifact: 'resin-image-hikey.resinos-img'
compressed: true
configuration:
config:
partition:
primary: 1
path: '/config.json'
initialization: commonImg.initialization