We're no longer updating This wiki!!

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
en:xu3_partition_table [2015/02/02 18:52]
charles.park [Ubuntu Partition Table]
en:xu3_partition_table [2016/08/03 10:07] (current)
odroid [ODROID-XU3 Partition Table]
Line 1: Line 1:
 +===== ODROID-XU3/​XU4 Partition Table =====
 +==== Android Partition Table ====
 +  * Odroid-xu3 has Min 8Gbyte eMMC or MicroSD memory card for system area.
 +  * FAT partition to calculate the remaining blocks to create the partition.
 +
 +^ Area Name                  ^ Size          ^ From(sector #)   ^ To(Sector #)   ^ Name for Fastboot ^Partition Name ^
 +| MBR                       | 512            | 0                | 0                |            |           |
 +| BL1                       | 15KB           | 1                | 30               | fwbl1      |           |
 +| BL2                       | 16KB           | 31               | 62               | bl2        |           |
 +| U-boot ​                   | 328KB          | 63               | 718              | bootloader |           |
 +| [[http://​www.arm.com/​products/​processors/​technologies/​trustzone/​index.php | TrustZone SW ]]              | 256KB          | 719              | 1230             | tzsw       ​| ​          |
 +| U-boot Environment ​       | 16KB           | 1231             | 1262             ​| ​           |           |
 +| Kernel ​                   | 8MB            | 1263             | 17646            | kernel ​    ​| ​          |
 +| Reserved ​                 | 55MB           | 17647            | 131071 ​          ​| ​           |           |
 +| EXT4 for Android system ​  | 1GB            | 131072 ​          | 2240179 ​         |            | mmcblk0p2 |
 +| EXT4 for Android userdata | 2GB            | 2228224 ​         | 6446519 ​         |            | mmcblk0p3 |
 +| EXT4 for Android cache    | 256MB          | 6422528 ​         | 6979919 ​         |            | mmcblk0p4 |
 +| FAT32 for Storage ​        | Up to 120GB    | 6946816 ​         | remaining blocks |            | mmcblk0p1 |
 +
 +* **Sector number - 1** in SD map is used in the eMMC map.
 +
 +* How to adjust the userdata partition manually.
 +[[http://​codewalkerster.blogspot.kr/​2016/​03/​how-to-expand-userdata-partition-on.html|Instruction]]
 +
 +==== Ubuntu Partition Table ====
 +
 +^ Area Name       ^ Size ^ From(sector #)   ^ To(Sector #)   ^ Name for Fastboot ^Partition Name ^
 +| Partition table / MBR     | 512         | 0       | 0                |                |           |
 +| fwbl1                     | 15KB        | 1       | 30               | fwbl1          |           |
 +| bl2                       | 16KB        | 31      | 62               | bl2            |           |
 +| u-boot ​                   | 328KB       | 63      | 718              | bootloader ​    ​| ​          |
 +| [[http://​www.arm.com/​products/​processors/​technologies/​trustzone/​index.php | TrustZone SW ]]              | 256KB       | 719     | 1230             | tzsw           ​| ​          |
 +| u-boot environment ​       | 16KB        | 1231    | 1262             ​| ​               |           |
 +| FAT16 for boot            | 129M        | 3072    | 266239 ​          ​| ​               | mmcblk0p1 |
 +| EXT4 for root file system | Up to 64GB  | 266240 ​ | remaining blocks |                | mmcblk0p2 |
 +
  
CC Attribution-Share Alike 3.0 Unported
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0