Please enable javascript, or click here to visit my ecommerce web site powered by Shopify.
Jump to: navigation, search

Difference between revisions of "Rock/SD images"

(Windows)
(Writing SD image to SD card)
 
(11 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 +
{{rock_header}}
 
{{Languages|rock/SD images}}
 
{{Languages|rock/SD images}}
 
__TOC__
 
__TOC__
Line 4: Line 5:
 
SD images for the rock are images booting and running on the uSD card completely. This is good when you want to try different OS or new version of the firmware without touching the nand flash.
 
SD images for the rock are images booting and running on the uSD card completely. This is good when you want to try different OS or new version of the firmware without touching the nand flash.
  
== Download ==
+
== Downloading SD Images==
* Android KitKat release one - http://dl.radxa.com/rock/images/android/radxa_rock_android_kitkat_r1_140626_sdcard.zip
+
* Lubuntu desktop - http://dl.radxa.com/rock/images/ubuntu/radxa_rock_lubuntu_desktop_140626_sdcard.zip
+
  
== Write SD image to SD card ==
+
Check your [[Rock/hardware revision|hardware revision]] (Pro or Full/Lite), then download image '''"for SD card"''' from [[Rock/prebuilt images|here]]
 +
 
 +
== Writing SD image to SD card ==
  
 
=== Windows ===
 
=== Windows ===
 +
See the readme in the individual image zip file for additional information on which tool to use.
 +
 +
Before beginning, you will need to prepare a high quality SD card of at least 8GB.  A poor quality SD card will result in boot failures.
 +
 
* Download the Win32DiskImager from [https://sourceforge.net/projects/win32diskimager/files/latest/download here].
 
* Download the Win32DiskImager from [https://sourceforge.net/projects/win32diskimager/files/latest/download here].
 
* Download the image from above link.
 
* Download the image from above link.
* Use the Win32DiskImager to '''Write''' the image into sdcard
+
* Use the Win32DiskImager to '''Write''' the image into SD card
  
 
[[File:Win32DiskImager.png]]
 
[[File:Win32DiskImager.png]]
  
* Power off the rock, insert the sdcard, then power on, the rock is booting with the images on SD card.
 
  
 
=== Linux ===
 
=== Linux ===
 
We use dd in Linux to write the image:
 
We use dd in Linux to write the image:
 
     sudo dd if=radxa_rock_xxxx_sdcard.img of=/dev/sdx              # x is the disk name of your uSD card on your PC
 
     sudo dd if=radxa_rock_xxxx_sdcard.img of=/dev/sdx              # x is the disk name of your uSD card on your PC
 +
 +
=== Mac OS X ===
 +
We use dd and Apple's diskutil utility to write the image:
 +
#Run '''''diskutil list''''' to determine the drive associated the SD card (ex: /dev/disk4)
 +
#Unmount the existing disk '''''sudo diskutil unmountDisk /dev/diskX''''' where  X is the disk name of your uSD card on your PC
 +
#Write the image file to the uSD card '''''sudo dd if=radxa_rock_xxxx_sdcard.img of=/dev/diskX''''' where X is the disk name of your uSD card on your PC
 +
 +
==Booting to SD Card==
 +
#Power off the Rock
 +
# Insert the SD card
 +
# Power on the Rock and it will boot to the SD card

Latest revision as of 05:49, 13 March 2015

SD images for the rock are images booting and running on the uSD card completely. This is good when you want to try different OS or new version of the firmware without touching the nand flash.

Downloading SD Images

Check your hardware revision (Pro or Full/Lite), then download image "for SD card" from here

Writing SD image to SD card

Windows

See the readme in the individual image zip file for additional information on which tool to use.

Before beginning, you will need to prepare a high quality SD card of at least 8GB. A poor quality SD card will result in boot failures.

  • Download the Win32DiskImager from here.
  • Download the image from above link.
  • Use the Win32DiskImager to Write the image into SD card

Win32DiskImager.png


Linux

We use dd in Linux to write the image:

   sudo dd if=radxa_rock_xxxx_sdcard.img of=/dev/sdx              # x is the disk name of your uSD card on your PC

Mac OS X

We use dd and Apple's diskutil utility to write the image:

  1. Run diskutil list to determine the drive associated the SD card (ex: /dev/disk4)
  2. Unmount the existing disk sudo diskutil unmountDisk /dev/diskX where X is the disk name of your uSD card on your PC
  3. Write the image file to the uSD card sudo dd if=radxa_rock_xxxx_sdcard.img of=/dev/diskX where X is the disk name of your uSD card on your PC

Booting to SD Card

  1. Power off the Rock
  2. Insert the SD card
  3. Power on the Rock and it will boot to the SD card