[Arm-netbook] allwinner-v3.0-android-v2 boot up failure(SDCARD)

Alejandro Mery amery at geeks.cl
Tue Jun 5 16:54:43 BST 2012


On 5 June 2012 17:48, Adam Jiang <jiang.adam at gmail.com> wrote:
> 2012/6/5 Rosimildo DaSilva <rosimildo at gmail.com>:
>> You MUST pass these options to the kernel.
>>
>> extra=rootfstype=ext4 rootwait
>
> Thank you, Rosimildo. It works for me.
>
> I have this patch on sun4i branch
>
> diff --git a/include/configs/sun4i.h b/include/configs/sun4i.h
> index 156dc10..2d997a8 100644
> --- a/include/configs/sun4i.h
> +++ b/include/configs/sun4i.h
> @@ -161,7 +161,7 @@
>        "console=ttyS0,115200\0" \
>        "root=/dev/mmcblk0p2\0" \
>        "panic=10\0" \
> -       "extra=\0" \
> +       "extra=rootfstype=ext4 rootwait\0" \
>        "init=/init\0" \
>        "loglevel=8\0" \
>        "setargs=setenv bootargs console=${console} root=${root}" \
>

while `rootwait` is currently required I see no point in adding the
rootfstype, and it could even be hardful considering there is people
using different filesystems



More information about the arm-netbook mailing list