Read the statement by Michael Teeuw here.
32 bit Trixie
-
I am trying to install MagicMirror on a 32 bit version of raspberry pi Trixie using sdetweils install script.
Screen output:
install log being saved to /home/pi/install.log
Updating packages …
Installing helper tools …
installing correct version of node and npm, please wait
/usr/local/bin/n: line 753: /usr/local/bin/node: cannot execute: required file not found
node failed to install, exitingLast few lines of install.log:
added 1 package in 467ms
installing on trixie
installed node version = v20.19.2
[0mNo npm engines section specified in package.json, using default=V10.9.3 …[0m
[96minstalling correct version of node and npm, please wait[0m
installing : node-v22.18.0
mkdir : /usr/local/n/versions/node/22.18.0
fetch : https://nodejs.org/dist/v22.18.0/node-v22.18.0-linux-arm64.tar.xz
copying : node/22.18.0
installed : (with npm 10.9.3)Note: the node command changed location and the old location may be remembered in your current shell.
old : /usr/bin/node
new : /usr/local/bin/node
If “node --version” shows the old version then start a new shell, or reset the location hash with:
hash -r (for bash, zsh, ash, dash, and ksh)
rehash (for csh and tcsh)
node version was installed
node failed to install, exitingAny idea on what’s wrong or how to fix it?
I am using 32 bit because I have 2 raspberry pi zero 2w that I run a small display on.
The zero 2w doesn’t like 64 bit, very slow.Thanks!
-
@musson haven’t tried 32 bit trixie
Will check It out later this afternoon , eye doctor appt shortly
-
@musson 1st test was bookworm 32 on pi2w… all ok with script…
flashing trixie now
-
@musson 32 bit trixie is a mess…
can’t change swap without a reboot…
electron takes 20 minutes to start
firefox puts up a web prompt, shouldn’t do this on less than 1 gig, have to click , came up but did not use the parms to go to the MM web page
midori won’t go fullscreen via commandline, like it says it does…installing surf to see if it works
surf crashesuse bookworm 32 bit.
-
Ok thanks for all your effort.