User Tools

Site Tools


en:odroid-x2

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:odroid-x2 [2014/05/13 21:04] – [Installation] kakliken:odroid-x2 [Unknown date] (current) – external edit (Unknown date) 127.0.0.1
Line 9: Line 9:
 ==== Pinheader pin-out ==== ==== Pinheader pin-out ====
  
-^PIN# ^ Expansion net name for ODROID-X ^ Pin name of Exynos4412 ^ Function ^ Description +^PIN# ^ Expansion net name for ODROID-X ^ Pin name of Exynos4412 ^ Function ^ 
-| 1 | T_INT | XEINT27 | GPX3[3]/WAKEUP_INT3[3]/KP _ROW11/ALV_DBG23 | +| 1 | T_INT | XEINT27 | GPX3[3]/WAKEUP_INT3[3]/KP _ROW11/ALV_DBG23 |
 | 2 | BL_EN | UXuRTSn[2] | GPA1[3]/UART_2_RTSn/I2C_3_SCL |  | 2 | BL_EN | UXuRTSn[2] | GPA1[3]/UART_2_RTSn/I2C_3_SCL |
 | 3 | SDA | Xi2 c1SDA | GPD1[2]/I2C_1_SDA |  | 3 | SDA | Xi2 c1SDA | GPD1[2]/I2C_1_SDA |
Line 57: Line 57:
 | 46 | SYS | DC Jack +5V | |  | 46 | SYS | DC Jack +5V | |
 | 47 | ADC.AIN2 | XadcAIN[2] | XadcAIN[2] |  | 47 | ADC.AIN2 | XadcAIN[2] | XadcAIN[2] |
-| 48 | VDD_IO | | | LDO3 of MAX77686+| 48 | VDD_IO | +1.8 V | | LDO3 of MAX77686
 | 49 | ADC.AIN3 | XadcAIN[3] | XadcAIN[3] |  | 49 | ADC.AIN3 | XadcAIN[3] | XadcAIN[3] |
 | 50 | GND | Ground | | 50 | GND | Ground |
  
  
-=== Installation ===+=== Software Installation ===
  
 == To extract .xz file == == To extract .xz file ==
 +
 linux: tar xJf file.xz linux: tar xJf file.xz
 mac: tar -xJf file.xz mac: tar -xJf file.xz
Line 70: Line 71:
  
 == To write image to sd card from linux == == To write image to sd card from linux ==
 +
 (umount before write) (umount before write)
-umount /dev/sd[x] + 
-dd if=image.img of=/dev/sd[x] bs=1M +  umount /dev/sd[x] 
-sync+  dd if=image.img of=/dev/sd[x] bs=1M 
 +  sync
  
 where x is the sd card device (find with fdisk -l) where x is the sd card device (find with fdisk -l)
Line 79: Line 82:
  
 == To write image to sd card from mac os x == == To write image to sd card from mac os x ==
 +
 (unmount before write and eject after write) (unmount before write and eject after write)
 hdiutil unmount /dev/disk[x]s[y] hdiutil unmount /dev/disk[x]s[y]
Line 88: Line 92:
  
 == To write image to sd card from windows == == To write image to sd card from windows ==
 +
 use Win32DiskImager use Win32DiskImager
 https://launchpad.net/win32-image-writer https://launchpad.net/win32-image-writer
  
  
en/odroid-x2.1400015053.txt.gz · Last modified: 2014/05/13 21:04 (external edit)