User Tools

Site Tools


en:odroid-x2

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
en:odroid-x2 [2013/09/15 10:48] – created kakliken:odroid-x2 [2014/05/13 21:08] – [Installation] kaklik
Line 3: Line 3:
 ===== Hardware ===== ===== Hardware =====
  
 +{{:cs:modules:odroidx2.jpg|}}{{:cs:modules:odroidtop.jpg?480|}} {{:cs:modules:odroidbottom.jpg?480|}}
 +
 +URL: http://www.hardkernel.com/renewal_2011/products/prdt_info.php?g_code=G135235611947
  
 ==== Pinheader pin-out ==== ==== Pinheader pin-out ====
Line 57: Line 60:
 | 49 | ADC.AIN3 | XadcAIN[3] | XadcAIN[3] |  | 49 | ADC.AIN3 | XadcAIN[3] | XadcAIN[3] |
 | 50 | GND | Ground | | 50 | GND | Ground |
 +
 +
 +=== Software Installation ===
 +
 +== To extract .xz file ==
 +
 +linux: tar xJf file.xz
 +mac: tar -xJf file.xz
 +windows: 7-zip
 +
 +== To write image to sd card from linux ==
 +
 +(umount before write)
 +
 +  umount /dev/sd[x]
 +  dd if=image.img of=/dev/sd[x] bs=1M
 +  sync
 +
 +where x is the sd card device (find with fdisk -l)
 +use the whole device, not partition (correct: /dev/sdb, incorrect:/dev/sdb1)
 +
 +== To write image to sd card from mac os x ==
 +
 +(unmount before write and eject after write)
 +hdiutil unmount /dev/disk[x]s[y]
 +dd if=image.img of=/dev/rdisk[x] bs=1m
 +hdiutil eject /dev/disk[x]
 +
 +where x is the sd card device (find with diskutil list)
 +use the whole device, not partition (correct: /dev/rdisk1, incorrect:/dev/rdisk1p1)
 +
 +== To write image to sd card from windows ==
 +
 +use Win32DiskImager
 +https://launchpad.net/win32-image-writer
 +
 +
en/odroid-x2.txt · Last modified: 2014/06/29 19:08 (external edit)