balena-allwinner/bananapi-m1-plus.coffee
Vicentiu Galanopulo c092d9dcc0 coffee: Set state to 'released'
Change the state field to 'released'
instead of 'experimental' for all the
non-community boards

Changelog-entry: Change the state to 'released' in the coffee file
Signed-off-by: Vicentiu Galanopulo <vicentiu@balena.io>
2020-01-15 15:17:45 +01:00

35 lines
969 B
CoffeeScript

deviceTypesCommon = require '@resin.io/device-types/common'
{ networkOptions, commonImg, instructions } = deviceTypesCommon
module.exports =
version: 1
slug: 'bananapi-m1-plus'
name: 'BananaPi-M1+'
arch: 'armv7hf'
state: 'released'
instructions: commonImg.instructions
gettingStartedLink:
windows: 'https://docs.resin.io/bananapi-m1-plus/nodejs/getting-started/#adding-your-first-device'
osx: 'https://docs.resin.io/bananapi-m1-plus/nodejs/getting-started/#adding-your-first-device'
linux: 'https://docs.resin.io/bananapi-m1-plus/nodejs/getting-started/#adding-your-first-device'
supportsBlink: true
options: [ networkOptions.group ]
yocto:
machine: 'bananapi-m1-plus'
image: 'resin-image'
fstype: 'resinos-img'
version: 'yocto-warrior'
deployArtifact: 'resin-image-bananapi-m1-plus.resinos-img'
compressed: true
configuration:
config:
partition:
primary: 1
path: '/config.json'
initialization: commonImg.initialization