On Fri, 2011-09-30 at 16:25 +0200, Julien SIMONE wrote:
> Yes the HDMI screen is connected to the pandaboard, I only see the penguin at 
> the top left of the screen. I have a 16Go usb fash disk and for the SD Card 
> it's ok because I was able to launch a single android.


Hmm, I think there is some problem in your usb. Use the below procedure
exactly to format and flash the filesystem in USB:

 
> 1. Plug usb (say as /dev/sdc)
> 2. Unmount all partitions of usb stick, if any.
> 3. fdisk /dev/sdc
> 
> Format it using the same way as we format sdcard mentioned at:
> http://code.google.com/p/beagleboard/wiki/LinuxBootDiskFormat

But just create on ext3 partition on it, no FAT partition is needed.

> 
> Please see we need to keep geometry right (Calculate the number of
> cylinders properly).
> 
> 4. once formatted, create a new ext3 partition for android fs:
> 
> sudo mkfs.ext3 -L ubuntu /dev/sdc1
> 
> 
> 5. Once above step is done, disconnect the usb drive and reconnect it.
> This step is important.
> 
> 6.  Now usb drive is formatted as root user, so you will not be able
to
> write to it as non-root user.
> 
> cd /media/ubuntu
> sudo tar -xvf androdi0.tar.gz
> sudo mv afs/* .
> sudo rm -rf afs
> 
> 7. unmount the drive. Its ready to use now.


> -----Message d'origine-----
> De : Amit Mahajan [mailto:amit.maha...@b-labs.com] 
> Envoyé : vendredi 30 septembre 2011 16:17
> À : Julien SIMONE
> Cc : codezero-devel@lists.l4dev.org
> Objet : Re: [codezero-devel] Demo android-linux-mmc-usb
> 
> 
> 
> > 
> > I tried to launch the android_linux-mmc-usb simulation on a pandaboard
> > but it seems that the android container doesn't want to run..
> > 
> > My configuration:
> > 
> > - On my sd card: 2 partitions: 1 for the MLO, U-Boot.bin, final.elf
> > (FAT) and 1 for the linux rootfs (EXT3)
> > 
> > - On my USB flash disk: android rootfs (EXT3)
> > 
> >  
> > 
> > The linux partition is well-launched but for android one nothing
> > happens...
> > 
> 
> Hi Julien,
> 
> Have you connected the HDMI screen to panda board? Do you see anything
> there? Android is having the control of HDMI, if you can share some more
> details then will be great.
> 
> 
> 

-- 
Regards,
Amit Mahajan


_______________________________________________
codezero-devel mailing list
codezero-devel@lists.l4dev.org
http://lists.l4dev.org/mailman/listinfo/codezero-devel_lists.l4dev.org

Reply via email to