Skip to content

Commit

Permalink
Add getting started for NanoPi Neo Air fixes #1647
Browse files Browse the repository at this point in the history
Change-type: patch
Signed-off-by: Chris Crocker-White <[email protected]>
  • Loading branch information
chrisys committed Mar 19, 2021
1 parent 60ce236 commit 16e6768
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 0 deletions.
29 changes: 29 additions & 0 deletions config/dictionaries/device.json
Original file line number Diff line number Diff line change
Expand Up @@ -534,6 +534,35 @@
}
]
},
{
"id": "nanopi-neo-air",
"name": "NanoPi Neo Air",
"arch": "armv7hf",
"bootMedia": "eMMC",
"state": "NEW",
"machine": "nanopi-neo-air",
"community": false,
"icon": "/img/device/nanopi-neo-air.svg",
"instructions": [{
"i": "Write the OS file you downloaded to your SD card. We recommend using <a href=\"http://www.etcher.io/\">Etcher</a>."
},
{
"i": "Insert the freshly burnt SD card into the NanoPi Neo Air"
},
{
"i": "<strong role=\"alert\">Warning!</strong> This will also completely erase internal storage media, so please make a backup first."
},
{
"i": "The device is performing a shutdown. Please wait until all LEDs are off."
},
{
"i": "Remove the balenaOS installation media."
},
{
"i": "Remove and re-connect power to the board."
}
]
},
{
"id": "nanopc-t4",
"name": "NanoPC-T4",
Expand Down
9 changes: 9 additions & 0 deletions shared/getting-started/whatYouNeed/nanopi-neo-air.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<img style="float: right;padding-left: 10px;" src="/img/{{ $device.id }}/{{ $device.id }}.jpg" width="30%">

* An [{{ $device.name }}](http://nanopi.io/nanopi-neo-air.html). See our [supported devices list][supportedDevicesList] for other boards.
* A micro SD card.
* A micro USB cable to power the device.
* A [{{ $names.company.lower }} account][link-to-signup].

[supportedDevicesList]:/reference/hardware/devices/
[link-to-signup]:{{ $links.dashboardUrl }}/signup
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/nanopi-neo-air/nanopi-neo-air.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 16e6768

Please sign in to comment.