Previous IMG versions

I’m trying to setup a Beaglebone green wireless with my open balena however I cannot find the img file for version 2.49 or 2.48. Can someone give me the link to the img archive, can’t seem to find it anywhere.

Hi, you would download them by tweaking the link https://api.balena-cloud.com/download?deviceType=beaglebone-green-wifi&version=2.53.9+rev1.prod&fileType=.zip
And the list of versions can be fetched with the cli: balena os versions beaglebone-green-wifi

:star_struck: Thanks for that! I’ve been trying to mess with that URL & gave up as soon as I could not find versions 2.49 and 2.48 but turns out there never was that version for the BBGW.
The balena os version did the trick!
Thanks once again!

Hi Claude, glad we could help, have a great day!

I have a similar issue:

anydeskpc@anydeskpc:~$ balena os versions intel-nuc
v2.48.0+rev3.prod (recommended)
v2.48.0+rev3.dev
v2.47.1+rev1.prod
v2.47.1+rev1.dev
v2.47.0+rev1.prod
v2.47.0+rev1.dev
v2.46.0+rev1.prod
v2.46.0+rev1.dev
v2.45.1+rev2.prod
v2.45.1+rev2.dev
v2.41.1+rev1.prod
v2.41.1+rev1.dev
v2.39.0+rev3.prod
v2.39.0+rev3.dev
v2.39.0+rev2.prod
v2.39.0+rev2.dev
bla bla bla

And then:

anydeskpc@anydeskpc:~$ balena os download intel-nuc --version v2.45.1+rev2.dev -o balena-intel-nuc-v2.45.1.zip --debug
[debug] new argv=[/home/anydeskpc/balena-cli/balena,/snapshot/versioned-source/bin/balena,os:download,intel-nuc,--version,v2.45.1+rev2.dev,-o,balena-intel-nuc-v2.45.1.zip] length=8
Getting device operating system for intel-nuc
No such version for the device type

Error: No such version for the device type
    at /snapshot/versioned-source/node_modules/balena-image-manager/node_modules/balena-sdk/es2018/models/os.js:341:19
    at runCallback (timers.js:705:18)
    at tryOnImmediate (timers.js:676:5)
    at processImmediate (timers.js:658:5)
    at process.topLevelDomainCallback (domain.js:126:23)
From previous event:
    at Object.<anonymous> (/snapshot/versioned-source/node_modules/balena-image-manager/node_modules/balena-sdk/es2018/models/os.js:340:19)
    at Object.download (/snapshot/versioned-source/node_modules/balena-image-manager/node_modules/balena-sdk/es2018/util/callbacks.js:19:27)
    at doDownload (/snapshot/versioned-source/node_modules/balena-image-manager/build/manager.js:28:48)
    at Object.get (/snapshot/versioned-source/node_modules/balena-image-manager/build/manager.js:91:16)

Additional information may be available with the `--debug` flag.
For help, visit our support forums: https://forums.balena.io
For bug reports or feature requests, see: https://github.com/balena-io/balena-cli/issues/

Cheers,
Shane.

Hello Shane,
Seems weird, I was able to download just fine with the command you listed. What version of balena-cli, are you running on?

$ balena os download intel-nuc --version v2.45.1+rev2.dev -o balena-intel-nuc-v2.45.1.zip 
Getting device operating system for intel-nuc
Downloading Device OS 2.45.1+rev2.dev [========================] 100% eta 0s  
The image was downloaded successfully

I am using v12.12.0, can you update and try again maybe.

@vipulgupta2048

Yeah, my fault… my balena-cli was logged in to my openbalena server! lol

Glad we could resolve this, Shane