Creating the SD Card
Pick your platform to get specific instructions for creating the Monster Rootpack SD card.
Windows
Creating the Monster Rootpack SD card using a Windows-based machine is easy!
Things you'll need
- A USB SD card reader. Built-in card readers in laptops are not known to always work, if you follow these instructions and get an error, try using a USB card reader
- win32diskimager from here (right click link and save)
- A 128mb or larger SD card
Directions
- Download win32diskimager and extract it somewhere you can access.
- Download and extract the proper version of Rootpack that you wish to write to your SD card. You should end up with a .img file, NOT a .tar.gz file!
- Run win32diskimager, and click the folder icon.
- Navigate to where you extracted the .img file and select it.
- Click "Write" in win32diskimager and wait for the process to complete.
Once you're done, head over to the Instructions#Using_the_Rootpack
Mac
Writing the Monster Rootpack blah blah blah
Things you'll need
- blah?
- blah blah.
Directions
- Luck. You need it.
Linux
Imaging the Rootpack is simple! All you need is a little commandline goodness.
Things you'll need
- The proper Rootpack for your SD card.
- A keyboard and mouse. Linux has the rest.
Directions
- Extract the image file with tar xvf [filename]. This should leave you with a .img file.
- Issue mount in a terminal
- Identify your SD card (usually a high number drive, such as /dev/sde)
- Unmount your SD card using umount /dev/sdX where X is your drive letter as observed earlier.
- Write the SD card image with dd if=[path to .img file] of=/dev/sdX bs=1M Note: omit the partition number! If you write the image to /dev/sde1 (for example), it will not work. Remove the "1" to write the image to the whole SD card.
Using the Rootpack
bleh.
It's pretty easy to do this on a Mac: