On Mon, Mar 14, 2011 at 9:37 AM, Jeremy Chang <jeremy.chang@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.

Thanks,
Paul Larson