balena-allwinner/orange-pi-zero.coffee
Florin Sarbu fa25a5248e *.coffee: Set the yocto version to dunfell
Signed-off-by: Florin Sarbu <florin@balena.io>
2021-10-18 16:26:32 +02:00

37 lines
No EOL
987 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: 'new'
community: true
private: false
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: 'balena-image'
fstype: 'balenaos-img'
version: 'yocto-dunfell'
deployArtifact: 'balena-image-orange-pi-zero.balenaos-img'
compressed: true
configuration:
config:
partition:
primary: 1
path: '/config.json'
initialization: commonImg.initialization