Merge pull request #42 from resin-os/orangepi-plus2-instructions
Include the eMMC flash & reboot to the Plus 2 instructions
This commit is contained in:
commit
64c3c38a13
1 changed files with 16 additions and 1 deletions
|
@ -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: 'orangepi-plus2'
|
slug: 'orangepi-plus2'
|
||||||
|
@ -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/orangepi-plus2/nodejs/getting-started/#adding-your-first-device'
|
windows: 'https://docs.resin.io/orangepi-plus2/nodejs/getting-started/#adding-your-first-device'
|
||||||
osx: 'https://docs.resin.io/orangepi-plus2/nodejs/getting-started/#adding-your-first-device'
|
osx: 'https://docs.resin.io/orangepi-plus2/nodejs/getting-started/#adding-your-first-device'
|
||||||
|
|
Loading…
Add table
Reference in a new issue