nanopi-neo-air.coffee: Update instructions

The Nanopi Neo Air has an eMMC so we update barys and the user
provisioning instructions to match this fact.

Signed-off-by: Florin Sarbu <florin@resin.io>
This commit is contained in:
Florin Sarbu 2018-10-09 09:36:48 +02:00
parent 505916c4fb
commit 1fba472bf6

View file

@ -2,6 +2,12 @@
deviceTypesCommon = require '@resin.io/device-types/common' deviceTypesCommon = require '@resin.io/device-types/common'
{ networkOptions, commonImg, instructions } = deviceTypesCommon { networkOptions, commonImg, instructions } = deviceTypesCommon
postProvisioningInstructions = [
instructions.BOARD_SHUTDOWN
instructions.REMOVE_INSTALL_MEDIA
instructions.BOARD_REPOWER
]
module.exports = module.exports =
version: 1 version: 1
slug: 'nanopi-neo-air' slug: 'nanopi-neo-air'
@ -9,7 +15,16 @@ module.exports =
arch: 'armv7hf' arch: 'armv7hf'
state: 'experimental' state: 'experimental'
instructions: commonImg.instructions stateInstructions:
postProvisioning: postProvisioningInstructions
instructions: [
instructions.ETCHER_SD
instructions.EJECT_SD
instructions.FLASHER_WARNING
instructions.CONNECT_AND_BOOT
].concat(postProvisioningInstructions)
gettingStartedLink: gettingStartedLink:
windows: 'https://docs.resin.io/nanopi-neo-air/nodejs/getting-started/#adding-your-first-device' windows: 'https://docs.resin.io/nanopi-neo-air/nodejs/getting-started/#adding-your-first-device'
osx: 'https://docs.resin.io/nanopi-neo-air/nodejs/getting-started/#adding-your-first-device' osx: 'https://docs.resin.io/nanopi-neo-air/nodejs/getting-started/#adding-your-first-device'
@ -20,10 +35,10 @@ module.exports =
yocto: yocto:
machine: 'nanopi-neo-air' machine: 'nanopi-neo-air'
image: 'resin-image' image: 'resin-image-flasher'
fstype: 'resinos-img' fstype: 'resinos-img'
version: 'yocto-sumo' version: 'yocto-sumo'
deployArtifact: 'resin-image-nanopi-neo-air.resinos-img' deployArtifact: 'resin-image-flasher-nanopi-neo-air.resinos-img'
compressed: true compressed: true
configuration: configuration: