Jump to content

Raspberry Pi: Difference between revisions

From GroovixWiki
Content deleted Content added
imported>GroovixAdmin
Created page with "Groovix supports the Raspberry Pi 2 and 3. For the raspberry pi the Groovix installation process is different - you write the image directly to a micro sd card ( 16GB or larg..."
 
imported>GroovixAdmin
No edit summary
 
Line 3: Line 3:
For the raspberry pi the Groovix installation process is different - you write the image directly to a micro sd card ( 16GB or larger ) instead of using a USB installer.
For the raspberry pi the Groovix installation process is different - you write the image directly to a micro sd card ( 16GB or larger ) instead of using a USB installer.


Here is an uncustomized groovix image for the pi 3:
Here is an uncustomized beta Groovix 2017 image for the pi 3:
http://fs1.groovix.net/downloads/2017/raspi/groopi3-2017-uncustomized-a03.img.xz
http://fs1.groovix.net/downloads/2017/raspi/groopi3-2017-uncustomized-a03.img.xz



Latest revision as of 20:25, 5 January 2017

Groovix supports the Raspberry Pi 2 and 3.

For the raspberry pi the Groovix installation process is different - you write the image directly to a micro sd card ( 16GB or larger ) instead of using a USB installer.

Here is an uncustomized beta Groovix 2017 image for the pi 3: http://fs1.groovix.net/downloads/2017/raspi/groopi3-2017-uncustomized-a03.img.xz

The passwords for root and gxuser are all just groovix.

Generic instructions to get that image on a card can be found here: https://www.raspberrypi.org/documentation/installation/installing-images/README.md

but if you're very familiar with linux here's the one command you need:

xzcat groopi3-2017-uncustomized-a03.img.xz | sudo dd bs=4M of=/dev/sdX

where sdX is the unmounted card ( 16GB or larger ) , be sure you don't overwrite your hard drive!