Re: [OpenWrt-Devel] [PATCH 1/2] imx6: bootscript: enable UBI fastmap support

2019-10-07 Thread Richard Weinberger
Koen, - Ursprüngliche Mail - > > I'm also seeing this warning: > > > [    0.00] Kernel command line: console=ttymxc1,115200 ubi0:ubi > ubi.mtd=2 rootfstype=squashfs,ubifs ubi.fm_autoconvert=1 > > [    2.356304] ubi0: default fastmap pool size: 95 > [    2.360850] ubi0: default fast

Re: [OpenWrt-Devel] [PATCH 1/2] imx6: bootscript: enable UBI fastmap support

2019-10-07 Thread Richard Weinberger
Koen, - Ursprüngliche Mail - >> +# enable UBI fastmap support >> +setenv bootargs "${bootargs} ubi.fm_autoconvert=1" >> else >> echo "Booting from block device ${bootdev}..." >> setenv fsload "${fs}load ${dtype} ${disk}:1" > > Hi Tim, > > Shouldn't this patch also ena

Re: [OpenWrt-Devel] [PATCH 1/2] imx6: bootscript: enable UBI fastmap support

2019-10-04 Thread Koen Vandeputte
On 04.10.19 14:30, Koen Vandeputte wrote: On 03.10.19 00:21, Tim Harvey wrote: UBI Fastmap support is stable in the 4.4 kernel so lets take advantage of it to shave off 5-10 seconds of boot time. Signed-off-by: Tim Harvey ---   target/linux/imx6/image/bootscript-ventana | 4 +++-   1 file cha

Re: [OpenWrt-Devel] [PATCH 1/2] imx6: bootscript: enable UBI fastmap support

2019-10-04 Thread Koen Vandeputte
On 03.10.19 00:21, Tim Harvey wrote: UBI Fastmap support is stable in the 4.4 kernel so lets take advantage of it to shave off 5-10 seconds of boot time. Signed-off-by: Tim Harvey --- target/linux/imx6/image/bootscript-ventana | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff -

[OpenWrt-Devel] [PATCH 1/2] imx6: bootscript: enable UBI fastmap support

2019-10-02 Thread Tim Harvey
UBI Fastmap support is stable in the 4.4 kernel so lets take advantage of it to shave off 5-10 seconds of boot time. Signed-off-by: Tim Harvey --- target/linux/imx6/image/bootscript-ventana | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/target/linux/imx6/image/bootscript-