On Tue, Mar 15, 2011 at 10:17 AM, Jim Huang wrote:
> On 15 March 2011 16:29, Alexander Sack wrote:
>> On Mon, Mar 14, 2011 at 3:37 PM, Jeremy Chang
>> wrote:
>>> All partitions from mmc is expected.
>>> This depends on Jim Huang's patch "init: support mmc device mount" in
>>> android/system/cor
On 15 March 2011 16:29, Alexander Sack wrote:
> On Mon, Mar 14, 2011 at 3:37 PM, Jeremy Chang wrote:
>> All partitions from mmc is expected.
>> This depends on Jim Huang's patch "init: support mmc device mount" in
>> android/system/core to work.
>
> what happened with the "by-name" approach? Is t
On Mon, Mar 14, 2011 at 3:37 PM, Jeremy Chang wrote:
> All partitions from mmc is expected.
>
> This depends on Jim Huang's patch "init: support mmc device mount" in
> android/system/core to work.
>
> Signed-off-by: Jeremy Chang
> ---
> init.rc | 12 ++--
> 1 files changed, 6 insertion
On Mon, Mar 14, 2011 at 12:05 PM, Paul Larson wrote:
>
> 1. with the current way we do things, we typically either do:
> mmcblk0p1 - boot (for master image)
> mmcblk0p2 - root (for master imge)
> then either p3, p4 for testboot, testrootfs, or an extended partition, with
> 2 or more logical partit
>
> Hi, Paul:
>
There's a wiki page here,
> https://wiki.linaro.org/Platform/Android/DevBoards
> Also I have created a branch
> lp:~jeremychang/linaro-image-tools/android for bug #724207.
> Besides using linaro-media-create to deploy the android contents,
> indeed I am curious about how we sh
On Mon, Mar 14, 2011 at 11:28 PM, Paul Larson wrote:
> On Mon, Mar 14, 2011 at 9:37 AM, Jeremy Chang
> 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 /da
On 14 March 2011 16:28, Paul Larson wrote:
> On Mon, Mar 14, 2011 at 9:37 AM, Jeremy Chang 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
>> +mo
On 14/03/11 at 10:28am, Paul Larson wrote:
> On Mon, Mar 14, 2011 at 9:37 AM, Jeremy Chang 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
> > +
On Mon, Mar 14, 2011 at 9:37 AM, Jeremy Chang 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, t
Looks good to me.
/Patrik
On 14 March 2011 15:37, Jeremy Chang wrote:
> All partitions from mmc is expected.
>
> This depends on Jim Huang's patch "init: support mmc device mount" in
> android/system/core to work.
>
> Signed-off-by: Jeremy Chang
> ---
> init.rc | 12 ++--
> 1 files
All partitions from mmc is expected.
This depends on Jim Huang's patch "init: support mmc device mount" in
android/system/core to work.
Signed-off-by: Jeremy Chang
---
init.rc | 12 ++--
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/init.rc b/init.rc
index b6a92c5..a3
11 matches
Mail list logo