[U-Boot] [PATCH 4/6] pico-imx6ul: Define partition layout in the environment

Fabio Estevam festevam at gmail.com
Tue Nov 14 22:02:58 UTC 2017


On Tue, Nov 14, 2017 at 4:07 PM, Otavio Salvador
<otavio at ossystems.com.br> wrote:
> From: Fabio Berton <fabio.berton at ossystems.com.br>
>
> Create layout with a boot 16MiB partition and rootfs with remain
> space.
>
> Signed-off-by: Fabio Berton <fabio.berton at ossystems.com.br>
> Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
> ---
>
>  include/configs/pico-imx6ul.h | 3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/include/configs/pico-imx6ul.h b/include/configs/pico-imx6ul.h
> index 6a19861da7..43ef3ef6d0 100644
> --- a/include/configs/pico-imx6ul.h
> +++ b/include/configs/pico-imx6ul.h
> @@ -68,6 +68,9 @@
>         "mmcautodetect=yes\0" \
>         CONFIG_DFU_ENV_SETTINGS \
>         "finduuid=part uuid mmc 0:2 uuid\0" \
> +       "partitions=" \
> +               "uuid_disk=${uuid_gpt_disk};" \
> +               "name=boot,size=16Mib;name=rootfs,size=0,uuid=${uuid_gpt_rootfs}\0" \

Please make this 16MiB instead.


More information about the U-Boot mailing list