On 14 March 2011 16:28, Paul Larson <paul.lar...@linaro.org> wrote:

> On Mon, Mar 14, 2011 at 9:37 AM, Jeremy Chang <jeremy.ch...@linaro.org>wrote:
>
>> +# mount mmc partitions
>> +    mount ext4 mmc@blk0p3 /system
>> +    mount ext4 mmc@blk0p3 /system ro remount
>> +    mount ext4 mmc@blk0p5 /cache
>> +    mount ext4 mmc@blk0p6 /data
>> +    mount ext4 mmc@blk0p7 /sdcard
>>
>> In my understanding, this will require a very particular sd card partition
> layout, which seems to use quite a few partitions.  Is this documented
> somewhere?  I'm trying to think about whether it will be possible to make
> this coexist with Linaro image testing in our validation environment where
> we currently have 2 partitions for booting a master image, and two
> partitions for booting a new linaro image we wish to test.
>

An Android system has a rootfs (either in flash or RAM), one system
partition that is mounted read only as /system, one user data partition
mounted as /data, a cache partition and then we decided to use the rest as
sdcard.

It was documented as a bug
https://bugs.launchpad.net/linaro-image-tools/+bug/724207 on the image
tool.

 /Patrik


>
> Thanks,
> Paul Larson
>
> _______________________________________________
> linaro-dev mailing list
> linaro-dev@lists.linaro.org
> http://lists.linaro.org/mailman/listinfo/linaro-dev
>
>
_______________________________________________
linaro-dev mailing list
linaro-dev@lists.linaro.org
http://lists.linaro.org/mailman/listinfo/linaro-dev

Reply via email to