balena-allwinner/orange-pi-one.coffee
Stephen 0dc7d45f11 orange-pi-one.coffee: add support for Orange Pi One device.
This adds the possibility to build balenaOS for the Orange Pi One
device.

Changelog-entry: add support for Orange Pi One device
Signed-off-by: Stephen Sorriaux <stephen.sorriaux@gmail.com>
2019-02-24 16:41:54 +01:00

35 lines
953 B
CoffeeScript

deviceTypesCommon = require '@resin.io/device-types/common'
{ networkOptions, commonImg, instructions } = deviceTypesCommon
module.exports =
version: 1
slug: 'orange-pi-one'
name: 'Orange Pi One'
arch: 'armv7hf'
state: 'experimental'
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-one'
image: 'resin-image'
fstype: 'resinos-img'
version: 'yocto-sumo'
deployArtifact: 'resin-image-orange-pi-one.resinos-img'
compressed: true
configuration:
config:
partition:
primary: 1
path: '/config.json'
initialization: commonImg.initialization