
14 Nov
2017
14 Nov
'17
11:02 p.m.
On Tue, Nov 14, 2017 at 4:07 PM, Otavio Salvador otavio@ossystems.com.br wrote:
From: Fabio Berton fabio.berton@ossystems.com.br
Create layout with a boot 16MiB partition and rootfs with remain space.
Signed-off-by: Fabio Berton fabio.berton@ossystems.com.br Signed-off-by: Otavio Salvador otavio@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.