36 lines
No EOL
936 B
CoffeeScript
36 lines
No EOL
936 B
CoffeeScript
|
|
deviceTypesCommon = require '@resin.io/device-types/common'
|
|
{ networkOptions, commonImg, instructions } = deviceTypesCommon
|
|
|
|
module.exports =
|
|
version: 1
|
|
slug: 'orange-pi-lite'
|
|
name: 'Orange Pi Lite'
|
|
arch: 'armv7hf'
|
|
state: 'released'
|
|
private: false
|
|
|
|
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: 'orange-pi-lite'
|
|
image: 'balena-image'
|
|
fstype: 'balenaos-img'
|
|
version: 'yocto-dunfell'
|
|
deployArtifact: 'balena-image-orange-pi-lite.balenaos-img'
|
|
compressed: true
|
|
|
|
configuration:
|
|
config:
|
|
partition:
|
|
primary: 1
|
|
path: '/config.json'
|
|
|
|
initialization: commonImg.initialization |