sdesalas / node-pi-zero

Node installation on the Raspberry Pi Zero (Including v12+ Experimental Builds)
482 stars 59 forks source link

Other Raspberry Pi Versions #4

Open Kmasterrr opened 7 years ago

Kmasterrr commented 7 years ago

Hi there,

Do you perhaps have the same solution for other pis? I would like this super quick install for my pi3, currently it takes about 4 hours with the way that i do it.

sdesalas commented 7 years ago

Just use these same scripts on the pi3. You'll get the ARM6 version (zero is ARM6 pi3 is ARM7) but thanks to backward compatibility it'll still work. (not the other way though, you cant run the ARM7 install on a pi zero)

sdesalas commented 7 years ago

Also, using the install-node-v.last.sh script will detect your ARM version too, so you'll get ARM7 if you run it on a PI3:

$ wget -O - https://raw.githubusercontent.com/sdesalas/node-pi-zero/master/install-node-v.last.sh | bash

Note the other scripts do not autodetect ARM version though, they'll install ARM6.

tobiasmuecksch commented 6 years ago

@sdesalas I'd suggest to add this info to the read me.

P.S.: Thank you so much for this repo. It's extremely useful!

BradfordMedeiros commented 6 years ago

@sdesalas didn't want to open up a new issue so just throwing it here -- just for this but I wanted to say thanks. This was a big time saver and eases my build process for two hobby projects I have. thanks a ton. Your work is definitely appreciated.

sdesalas commented 6 years ago

No worries, I have a few pi zeros and it saves me time too, glad its useful for other people. 👍