nymea / berrylan

Raspberry Pi WiFi setup
http://berrylan.org
GNU General Public License v3.0
338 stars 56 forks source link

Raspberry Pi Desktop for PC and Mac version? #81

Closed rijotech closed 1 year ago

rijotech commented 1 year ago

I tried to install Berrylan on Raspberry Pi Desktop for PC and Mac OS but it looks like there is no port for i386 architecture yet or maybe I'm using the wrong repo. This is what I'm getting when I try to install it. N: Skipping acquire of configured file 'rpi/binary-i386/Packages' as repository 'http://repository.nymea.io bullseye InRelease' doesn't support architecture 'i386' Using this repo. deb http://repository.nymea.io bullseye rpi There is a port for other CPU architecture or this is just intended for Raspberry pi boards?

mzanetti commented 1 year ago

Indeed, the rpi repo does not contain i386 packages. Also, we're not building i386 packages for bullseye at all, only armel+hf, armhf, arm64 and amd64. Debian buster was the last one where we supported i386.

In case amd64 is an option for you, you can find them in this repo:

deb http://repository.nymea.io bullseye main

If you really need i386, you'd have to build that yourself (build instructions are on the nymea website in the documentation)

rijotech commented 1 year ago

I see thanks for the info.