Difference between revisions of "How To Get Satellite CCRMA"

From CCRMA Wiki
Jump to: navigation, search
(2. Burn Image to the SD Card)
(2. Burn Image to the SD Card)
Line 19: Line 19:
 
* Connect the blank SD card to your Mac by plugging it in or using a USB SDHC micro reader/writer.
 
* Connect the blank SD card to your Mac by plugging it in or using a USB SDHC micro reader/writer.
 
* Open up the Terminal program, and find out which block device the (micro) SDHC card is connected to by running the <tt>df</tt> command. For instance, you might see it show up as something like <tt>/dev/disk3s1</tt>, meaning that the block device for the whole SDHC micro card is <tt>/dev/disk3</tt>. From now on, we will refer to that as <tt>diskXX</tt>.
 
* Open up the Terminal program, and find out which block device the (micro) SDHC card is connected to by running the <tt>df</tt> command. For instance, you might see it show up as something like <tt>/dev/disk3s1</tt>, meaning that the block device for the whole SDHC micro card is <tt>/dev/disk3</tt>. From now on, we will refer to that as <tt>diskXX</tt>.
* Unmount the block device by executing <tt>diskutil unmountDisk /dev/diskXX</tt>.
+
* Unmount the block device by executing <tt>diskutil unmountDisk /dev/diskXX</tt>
* asdf
+
* <tt>dd if=xM_RevC_Maverick.dd of=/dev/diskXX bs=8225280</tt>
  
 
== 3. Put Them All Together ==
 
== 3. Put Them All Together ==

Revision as of 15:06, 29 June 2011

1. Get The Parts

  • 4GB SD card or larger - get a high-quality one from a brand like Kingston
  • One GT Max adjustable-length USB cable
  • Ethernet cable
  • 2.5A 5V switching power adaptor
  • Solderless breadboard
  • Only if you have the Beagle Board original: External Ethernet/USB hub such as the GWC Technology HE2440

2. Burn Image to the SD Card

  • Connect the blank SD card to your Mac by plugging it in or using a USB SDHC micro reader/writer.
  • Open up the Terminal program, and find out which block device the (micro) SDHC card is connected to by running the df command. For instance, you might see it show up as something like /dev/disk3s1, meaning that the block device for the whole SDHC micro card is /dev/disk3. From now on, we will refer to that as diskXX.
  • Unmount the block device by executing diskutil unmountDisk /dev/diskXX
  • dd if=xM_RevC_Maverick.dd of=/dev/diskXX bs=8225280

3. Put Them All Together