OpenBCM V1.08-3-g9b42 (Linux)

Libor OK2PEN and I were talking about openBCM. I was getting very intrested in openBCM. Now I would like to run this on my Raspberry PI. I have a number of versions of openBCM but that is for an i386 system. So I went into the evil world and searched for openBCM for the Raspberry (ARM processor). I came on the github website of OE5HPM he has ported it to ARMv6 / ARMv7hf

https://github.com/oe5hpm/openBCM/releases

So let’s go

cd /home/pd9q
git clone https://github.com/oe5hpm/openBCM
cd openBCM
make
cd out-x86_32
mkdir /home/pd9q/bcm
cp bcm /home/pd9q/bcm
cd bcm
./bcm
OpenBCM V1.08-3-g9b42 (Linux)(c) GNU GPL 1992-2013 F. Radlherr, DL8MBT et al.
OpenBCM is maintained by Markus Baumann, DH8YMB
15.11.18 20:58:30z SYSTEM: #R working dir: '/home/pd9q/bcm'
15.11.18 20:58:30z SYSTEM: #R l1axip: 127.0.0.1 rxport=4866 txport=4867
15.11.18 20:58:30z SYSTEM: #R l1axip: initialised to channel 0
15.11.18 20:58:30z SYSTEM: #L Start: V1.08-3-g9b42 Linux mem 891400kB hd 11912MB
15.11.18 20:58:30z SYSTEM: #R init_tnc: 200 ports
15.11.18 20:58:30z SYSTEM: #R ax25k_init: Kernel AX25 disabled
15.11.18 20:58:30z SYSTEM: #R initfwdlist: 0 partners, 0 destinations
15.11.18 20:58:30z SYSTEM: #R readtree: 0 bulletins
15.11.18 20:58:30z SYSTEM: #R telnetd: initialised to port 4719
15.11.18 20:58:30z SYSTEM: #R httpd: initialised to port 8080
15.11.18 20:58:30z SYSTEM: #R ftpd: initialised to port 8021
15.11.18 20:58:30z SYSTEM: #R sendmail: initialised to port 8025
15.11.18 20:58:30z SYSTEM: #R popper: initialised to port 8110
15.11.18 20:58:30z SYSTEM: #R nntpd: initialised to port 8119
15.11.18 20:58:30z SYSTEM: #R radiod: radio connectivity disabled
15.11.18 20:58:30z SYSTEM: #R serv: initialised to port 8123
15.11.18 20:58:31z SYSTEM: #R mbcron: started
Date: 15.11.2018 21:36:51z

OpenBCM V1.08-3-g9b42 (Linux)
(c) GNU GPL 1992-2013 F. Radlherr, DL8MBT et al.
OpenBCM is maintained by Markus Baumann, DH8YMB
https://github.com/oe5hpm/openbcm
Compiled Nov 15 2018 15:15:28 with GCC 6.3.0 20170516
and support for:
filesurf mailserver pocsagserver servif radioif
mdpw serial guest ax25k autofwd runutils
macro yapp filefwd telnetfwd didadit userLT
fwd-edit rej-edit conv-edit extract fbbcheckmode
users4convert fts oldmailimport linuxsystemuser
Uptime: 00:38
CPU: ARMv7  BogoMips: 57.60
OS: Linux version 4.14.71-v7+               
PR-Interface: OpenBCM-L2 200 ports, Linux Kernel AX25
Available Memory / Used Swap                : 885608 kB / 0 kB
Info-Path: /home/pd9q/bcm/info              : 11912 MB  (14496 MB)
User-Path: /home/pd9q/bcm/user              : 11912 MB  (14496 MB)
BCM-Home:  /home/pd9q/bcm                   : 11912 MB  (14496 MB)
Filesurf:  not defined

Now I have to figure out how to configure it.