Skip to content

Instantly share code, notes, and snippets.

@danboid
Created August 14, 2012 21:00
Show Gist options
  • Select an option

  • Save danboid/3353013 to your computer and use it in GitHub Desktop.

Select an option

Save danboid/3353013 to your computer and use it in GitHub Desktop.
Linaro Android pre-built #66 on Pandaboard
root@dannv:/home/dan/src# ./linaro-image-tools/linaro-android-media-create --mmc /dev/sdb --dev panda --system system.tar.bz2 --userdata userdata.tar.bz2 --boot boot.tar.bz2
I see...
Device Mount point Size
/dev/sda none 305245MB
/dev/sda1 / 297055MB
/dev/sda2 none 8188MB
/dev/sda5 none 8188MB
/dev/sdb none 3774MB
/dev/sdb1 none 1608MB
/dev/sdb2 none 1764MB
/dev/sr0 none 0MB
Are you 100% sure, on selecting [/dev/sdb] (y/n)? y
Checking that no-one is using this disk right now ...
OK
Warning: bad partition start (earliest 1843201)
partition ends on cylinder 1023, beyond the end of the disk
partition ends on cylinder 1023, beyond the end of the disk
Warning: partition 1 does not end at a cylinder boundary
end of partition 4 has impossible value for cylinders: 1023 (should be in 0-1020)
If you created or changed a DOS partition, /dev/foo7, say, then use dd(1)
to zero the first 512 bytes: dd if=/dev/zero of=/dev/foo7 bs=512 count=1
(See fdisk(8).)
Formating boot partition
mkfs.vfat 3.0.13 (30 Jun 2012)
mke2fs 1.42.5 (29-Jul-2012)
Filesystem label=userdata
OS type: Linux
Block size=1024 (log=0)
Fragment size=1024 (log=0)
Stride=0 blocks, Stripe width=0 blocks
131072 inodes, 524272 blocks
26213 blocks (5.00%) reserved for the super user
First data block=1
Maximum filesystem blocks=67633152
64 block groups
8192 blocks per group, 8192 fragments per group
2048 inodes per group
Superblock backups stored on blocks:
8193, 24577, 40961, 57345, 73729, 204801, 221185, 401409
Allocating group tables: done
Writing inode tables: done
Creating journal (8192 blocks): done
Writing superblocks and filesystem accounting information: done
mke2fs 1.42.5 (29-Jul-2012)
Filesystem label=cache
OS type: Linux
Block size=1024 (log=0)
Fragment size=1024 (log=0)
Stride=0 blocks, Stripe width=0 blocks
65536 inodes, 262144 blocks
13107 blocks (5.00%) reserved for the super user
First data block=1
Maximum filesystem blocks=67371008
32 block groups
8192 blocks per group, 8192 fragments per group
2048 inodes per group
Superblock backups stored on blocks:
8193, 24577, 40961, 57345, 73729, 204801, 221185
Allocating group tables: done
Writing inode tables: done
Creating journal (8192 blocks): done
Writing superblocks and filesystem accounting information: done
mke2fs 1.42.5 (29-Jul-2012)
Filesystem label=system
OS type: Linux
Block size=4096 (log=2)
Fragment size=4096 (log=2)
Stride=0 blocks, Stripe width=0 blocks
32768 inodes, 131072 blocks
6553 blocks (5.00%) reserved for the super user
First data block=0
Maximum filesystem blocks=134217728
4 block groups
32768 blocks per group, 32768 fragments per group
8192 inodes per group
Superblock backups stored on blocks:
32768, 98304
Allocating group tables: done
Writing inode tables: done
Creating journal (4096 blocks): done
Writing superblocks and filesystem accounting information: done
mkfs.vfat 3.0.13 (30 Jun 2012)
Image Name: boot script
Created: Tue Aug 14 21:52:01 2012
Image Type: ARM Linux Script (uncompressed)
Data Size: 434 Bytes = 0.42 kB = 0.00 MB
Load Address: 00000000
Entry Point: 00000000
Contents:
Image 0: 426 Bytes = 0.42 kB = 0.00 MB
Done creating Linaro Android image on /dev/sdb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment