Difference between revisions of "Rock/SD images"
< Rock
(→Download) |
(→Write SD image card) |
||
Line 8: | Line 8: | ||
* Lubuntu desktop - http://dl.radxa.com/rock/images/ubuntu/radxa_rock_lubuntu_desktop_140626_sdcard.zip | * Lubuntu desktop - http://dl.radxa.com/rock/images/ubuntu/radxa_rock_lubuntu_desktop_140626_sdcard.zip | ||
− | == Write SD image card == | + | == Write SD image to SD card == |
=== Windows === | === Windows === | ||
* 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 | + | * Download the image from above link. |
* use the Win32DiskImager to '''Write''' the image into sdcard | * use the Win32DiskImager to '''Write''' the image into sdcard | ||
Line 20: | Line 20: | ||
=== Linux === | === Linux === | ||
− | We use dd | + | We use dd in Linux to write the image: |
− | sudo dd if=radxa_rock_xxxx_sdcard.img of=/dev/sdx | + | 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 15:09, 26 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 touch the nand flash.
Download
- 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
Windows
- Download the Win32DiskImager from here.
- Download the image from above link.
- use the Win32DiskImager to Write the image into sdcard
- power off the rock, Insert the sdcard, then power on,the rock is booting with ubuntu.
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