This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Signal K doesn't start on pi zero
#6
Pi Zero ( not pi zero 2) hast "old" CPU, that supports only arm6 instructions. Nodejs packages from nodesource.com are optimized for >= arm7 instructions. For Signalk on Zero you need packages from Debian
Code:
pi@pi0:~ $ uname -m
armv6l
pi@pi0:~ $ dpkg --get-selections | grep nodejs
nodejs                        install
pi@pi0:~ $ sudo apt info nodejs
Package: nodejs
Version: 10.24.0~dfsg-1~deb10u1
Priority: optional
Section: javascript
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Installed-Size: 153 kB
Depends: libatomic1 (>= 4.8), libbrotli1 (>= 0.6.0), libc-ares2 (>= 1.7.0), libc6 (>= 2.4), libgcc1 (>= 1:3.0), libicu63 (>= 63.1-1~), libnode64 (= 10.24.0~dfsg-1~deb10u1), libssl1.1 (>= 1.1.0), libstdc++6 (>= 4.1.1), libuv1 (>= 1.20.0~), zlib1g (>= 1:1.1.4)
Recommends: ca-certificates, nodejs-doc
Suggests: npm
Conflicts: nodejs-legacy
Replaces: nodejs-legacy
Homepage: http://nodejs.org/
Download-Size: 87.2 kB
APT-Manual-Installed: yes
APT-Sources: http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
Description: evented I/O for V8 javascript - runtime executable
 Node.js is a platform built on Chrome's JavaScript runtime for easily
 building fast, scalable network applications. Node.js uses an
 event-driven, non-blocking I/O model that makes it lightweight and
 efficient, perfect for data-intensive real-time applications that run
 across distributed devices.
 .
 Node.js is bundled with several useful libraries to handle server
 tasks:
 .
 System, Events, Standard I/O, Modules, Timers, Child Processes, POSIX,
 HTTP, Multipart Parsing, TCP, DNS, Assert, Path, URL, Query Strings
Reply


Messages In This Thread
Signal K doesn't start on pi zero - by mika - 2021-11-12, 04:43 PM
RE: Signal K doesn't start on pi zero - by PaddyB - 2021-11-12, 05:16 PM
RE: Signal K doesn't start on pi zero - by mika - 2021-11-14, 08:20 PM
RE: Signal K doesn't start on pi zero - by PaddyB - 2021-11-15, 10:34 AM
RE: Signal K doesn't start on pi zero - by MatsA - 2021-11-13, 06:56 PM
RE: Signal K doesn't start on pi zero - by BlackSea - 2021-11-16, 06:13 PM
RE: Signal K doesn't start on pi zero - by mika - 2021-11-17, 03:23 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)