Balena cli does not have app create option for jetson (neither tx2 or tx1)

After running
balena app create my-app I get a list of Device Types that I can choose from, but the list I am presented with doesn’t include Jetson (neither tx2 nor tx1) how should I handle this?

CLI version is 9.12.2

I just upgraded my CLI from 9.12.1 to 9.12.2 and I can see the Nvidia Jetson TX1/TX2 options just fine on my OpenBalena setup.

Screenshot%20from%202019-02-11%2013-58-10

Perhaps you could try updating your containers:

  • ./scripts/compose pull
  • ./scripts/compose up -d

Regards.

1 Like

I uninstalled and reinstalled the cli and it’s there now.
image

Thanks for your help!