balena-allwinner/orange-pi-zero.coffee
Florin Sarbu 4b49b3d03d orange-pi-zero.coffee: Mark board as community
Changelog-entry: Mark orange-pi-zero as community in the .coffee file
Signed-off-by: Florin Sarbu <florin@balena.io>
2019-03-07 16:21:49 +01:00

36 lines
No EOL
973 B
CoffeeScript

deviceTypesCommon = require '@resin.io/device-types/common'
{ networkOptions, commonImg, instructions } = deviceTypesCommon
module.exports =
version: 1
slug: 'orange-pi-zero'
name: 'Orange Pi Zero'
arch: 'armv7hf'
state: 'experimental'
community: true
instructions: commonImg.instructions
gettingStartedLink:
windows: 'https://docs.resin.io/orange-pi-one/nodejs/getting-started/#adding-your-first-device'
osx: 'https://docs.resin.io/orange-pi-one/nodejs/getting-started/#adding-your-first-device'
linux: 'https://docs.resin.io/orange-pi-one/nodejs/getting-started/#adding-your-first-device'
supportsBlink: true
options: [ networkOptions.group ]
yocto:
machine: 'orange-pi-zero'
image: 'resin-image'
fstype: 'resinos-img'
version: 'yocto-sumo'
deployArtifact: 'resin-image-orange-pi-zero.resinos-img'
compressed: true
configuration:
config:
partition:
primary: 1
path: '/config.json'
initialization: commonImg.initialization