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)
Line 13: Line 13:
 
* 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 sdcard
  
 
[[File:Win32DiskImager.png]]
 
[[File:Win32DiskImager.png]]
  
* power off the rock, Insert the sdcard, then power on,the rock is booting with ubuntu.
+
* 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

Revision as of 04:26, 28 June 2014

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

Write SD image to SD card

Windows

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

Win32DiskImager.png

  • Power off the rock, insert the sdcard, then power on, the rock is booting with the images on SD card.

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