soberwalder

Results 8 comments of soberwalder

``` pi@raspberrypi:~ $ cat /etc/os-release PRETTY_NAME="Raspbian GNU/Linux 10 (buster)" NAME="Raspbian GNU/Linux" VERSION_ID="10" VERSION="10 (buster)" VERSION_CODENAME=buster ID=raspbian ID_LIKE=debian HOME_URL="http://www.raspbian.org/" SUPPORT_URL="http://www.raspbian.org/RaspbianForums" BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs" ``` I'm afraid I can't use the .deb version because...

Just tested the install of the .deb file which failed as expected.

Hi @deimi no, I've not yet tried to install on Ubuntu but it will not install because of the different CPU architecture of the Raspberry Pi (arm64). The current deb...

Took me a few days - needed to order a new SD card for testing this Installed Ubuntu 20.10 > lsb_release -a > No LSB modules are available. > Distributor...

1. I've installed make and build-essentials (thx for the hint) 2. `npm install serialport` > @serialport/[email protected] install /home/stefan/node_modules/@serialport/bindings > prebuild-install --tag-prefix @serialport/bindings@ || node-gyp rebuild > ... > + [email protected]...

I cloned the git repo in a new folder and it suddenly compiled. Going to test it with a clean install of Ubuntu again, write down the steps and try...

@ITmaze I've setup a fresh installation of Ubuntu 20.10 and installed the following packages before the Development section in the README.md `sudo apt-get install git make build-essential libfontconfig-dev curl` I...

@parachvte Pull request created (#752) Adding the complete build configuration for arm64 and Linux would be awesome but as first step a document with the instructions would be sufficient. @ITmaze...