Hi
Not sure where the problem might be, I’m trying to configure a OS to use a new installation of openbalena. So I create the app fine > download an image from the website > unzip it > try running:
$ balena os configure balena.img --app ST_BBB
Debug: original argv0=“node” argv=[/usr/bin/node,/usr/bin/balena,os,configure,balena.img,–app,ST_BBB] length=7
Configuring operating system image
? Network Connection ethernet
Error: Could not read OS version from the image. Please specify the version manually with the --version argument to this command.
So thinking something went wrong with the download/unzip maybe I try use the cml:
$ balena os versions beaglebone
Works fine
$ balena os download beaglebonev2.29.2+rev3.dev
Debug: original argv0=“node” argv=[/usr/bin/node,/usr/bin/balena,os,download,beaglebonev2.29.2+rev3.dev] length=5
Error: You have to specify the output location
…
Ok, maybe I have the command wrong so I look for some help:
$ balena help os
Debug: original argv0=“node” argv=[/usr/bin/node,/usr/bin/balena,help,os] length=4
Command not found: os
HUH? I just used the command fine when asking for versions!?!?
Given 1st problem with ‘configure’ and now also ‘os’ I’m wondering if there’s something wrong with my installation but have no idea where to start looking. I have openbalena setup on another server just fine but that’s the old version so…?