Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Other Raspberry Pi Versions #4

Open
Kmasterrr opened this issue May 29, 2017 · 5 comments
Open

Other Raspberry Pi Versions #4

Kmasterrr opened this issue May 29, 2017 · 5 comments

Comments

@Kmasterrr
Copy link

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
Copy link
Owner

sdesalas commented Jun 1, 2017

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 sdesalas changed the title Other Versions Other Raspberry Pi Versions Jun 1, 2017
@sdesalas
Copy link
Owner

sdesalas commented Jun 1, 2017

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
Copy link

@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
Copy link

BradfordMedeiros commented Apr 3, 2018

@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
Copy link
Owner

sdesalas commented Apr 4, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants