Aaron Shaw
Aaron Shaw
Closed by #294
@steffenthorsen this is now released. Can you give the airspy support a go following the instructions at https://github.com/ketilmo/balena-ads-b?tab=readme-ov-file#airspy-setup And report back in a new issue if you find any errors...
@mikenye do you have any idea what these errors could be caused by? Or if they are an issue?
@rahul-thakoor @klutchell any idea when this will be merged?
> What's missing for this PR to get merged? You can just fork it and use it in your project if you want. That's what we did.
I guess this will close/fix #588 ? Ref https://forums.balena.io/t/balena-wifi-connect-not-working-correctly/371182
It seems to me that maybe you are running on an unsupported architecture. What device are you trying to run this on?
@D00B1983 ah ok. How did you deploy the update to it?
How did you push the updated containers to the device? I mean the application, not the host OS and supervisor.
I would open a terminal to the host OS from the device page, and then enter the following commands: ``` systemctl stop balena-supervisor systemctl stop balena rm -rf /var/lib/balena/{aufs,overlay,containers,image,tmp} systemctl...