balena-io / balena-cli

The official balena CLI tool.
Apache License 2.0
455 stars 142 forks source link

Nanopi Neo Air not in application list #2082

Closed maggie44 closed 4 years ago

maggie44 commented 4 years ago

When doing 'balena app create' through the CLI to an Open Balena instance, there is no Nanopi Neo Air option, despite the OS being available in the Balena OS website.

CLI version: 12.26.1

pdcastro commented 4 years ago

Thank you for reporting this issue, @maggie0002 👍   The openBalena team have found the problem (pull request balena-io/open-balena/pull/96) and already released the fix in openBalena version 3.1.0 - CHANGELOG. Building on the Getting Started instructions, I think the steps to update your installation would be:

cd open-balena
./scripts/compose down
git pull --ff-only
./scripts/compose up -d

Probably a good idea to make a backup first -- just in case of any data migration issues. After the update, I've successfully tested it here:

$ balena devices supported | grep neo
nanopi-neo-air                                      armv7hf Nanopi Neo Air

$ $ balena app create test
? Device Type
  Microsoft Surface Go (NEW)
  NPE X500 M3
  NanoPC-T4 (NEW)
❯ Nanopi Neo Air
  Nitrogen8M Mini SBC (NEW)
  Nvidia D3 TX2
  Nvidia Jetson Nano SD-CARD (NEW)
(Move up and down to reveal more choices)
Application created: test (nanopi-neo-air, id 2)