Hi,
I am having a few problems with getting android up and running on my pandaboard ES
After getting the final message - Done creating Linaro Android image on /dev/sdb
I remove the SD card and place it in my pandaboard but all I get is a blank screen.
I also seem to be having some issues with minicom working at this point. I get the message - minicom: cannot open /dev/ttyUSB0: No such file or directory
As android in flashed to my SD card this is what it says.
I see... Device Mount point Size /dev/sda none 305245MB /dev/sda1 none 10000MB /dev/sda2 none 247569MB /dev/sda3 none 47674MB /dev/sda5 / 43837MB /dev/sda6 none 3836MB /dev/sdb none 7580MB /dev/sdb1 /media/boot 131MB /dev/sdb2 /media/system 512MB /dev/sdb3 /media/cache 256MB /dev/sdb4 none 6680MB /dev/sdb5 /media/userdata 511MB /dev/sdb6 /media/sdcard 6167MB /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.12 (29 Oct 2011) mke2fs 1.42 (29-Nov-2011) 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 (29-Nov-2011) 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 (29-Nov-2011) 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.12 (29 Oct 2011) Image Name: boot script Created: Fri Jul 6 19:31:57 2012 Image Type: ARM Linux Script (uncompressed) Data Size: 385 Bytes = 0.38 kB = 0.00 MB Load Address: 00000000 Entry Point: 00000000 Contents: Image 0: 377 Bytes = 0.37 kB = 0.00 MB Done creating Linaro Android image on /dev/sdb
Is there any problems you can see there?
Thanks
Dale