- Joined
- Oct 9, 2019
- Messages
- 43
- Reaction score
- 8
after some fiddling around i managed to run 3cxsbc fully working on armbian and nanopi neo3
the whole board and 16GB SD card and power supply costs around 30$ including delivery at aliexpress
this is what i done to make it work:
initial setup:
flash the sd with the buster armbian release -and set the root password static ip and all what you need
3cx sbc setup:
wget http://downloads-global.3cx.com/downloads/sbccluster/3cxsbc.zip
chmod +x 3cxsbc.zip
echo "deb http://downloads-global.3cx.com/downloads/debian buster main" > /etc/apt/sources.list.d/3cxpbx.list
echo [arch=armhf] "deb http://downloads-global.3cx.com/downloads/debian buster-testing main" > /etc/apt/sources.list.d/3cxsbc.list
sudo apt --add-architecture armhf
sudo apt install systemd-sysv:armhf
sudo apt install systemd:armhf
sudo bash 3cxsbc.zip
rm /etc/apt/sources.list.d/3cxpbx-testing.list
the whole board and 16GB SD card and power supply costs around 30$ including delivery at aliexpress
this is what i done to make it work:
initial setup:
flash the sd with the buster armbian release -and set the root password static ip and all what you need
3cx sbc setup:
wget http://downloads-global.3cx.com/downloads/sbccluster/3cxsbc.zip
chmod +x 3cxsbc.zip
echo "deb http://downloads-global.3cx.com/downloads/debian buster main" > /etc/apt/sources.list.d/3cxpbx.list
echo [arch=armhf] "deb http://downloads-global.3cx.com/downloads/debian buster-testing main" > /etc/apt/sources.list.d/3cxsbc.list
sudo apt --add-architecture armhf
sudo apt install systemd-sysv:armhf
sudo apt install systemd:armhf
sudo bash 3cxsbc.zip
rm /etc/apt/sources.list.d/3cxpbx-testing.list