Re: [U-Boot] [PATCH] da850: Add instructions to copy AIS image to NAND

2017-03-17 Thread Axel Haslam
Hi Sekhar On Fri, Mar 17, 2017 at 11:26 AM, Sekhar Nori wrote: > On Friday 17 March 2017 03:50 PM, Sekhar Nori wrote: >> No need to find the erase size or doing manual of filesize to next erase >> block boundary. > > Should have read as: > > No need to find nand erase size or doing manual adjustm

Re: [U-Boot] [PATCH] da850: Add instructions to copy AIS image to NAND

2017-03-17 Thread Sekhar Nori
On Friday 17 March 2017 03:50 PM, Sekhar Nori wrote: > No need to find the erase size or doing manual of filesize to next erase > block boundary. Should have read as: No need to find nand erase size or doing manual adjustment of downloaded file size to next erase block boundary. Thanks, Sekhar

Re: [U-Boot] [PATCH] da850: Add instructions to copy AIS image to NAND

2017-03-17 Thread Sekhar Nori
On Thursday 16 March 2017 04:02 PM, Axel Haslam wrote: > Add instructions to write an AIS image to NAND > by using the u-boot nand tools. > > Signed-off-by: Axel Haslam > --- > board/davinci/da8xxevm/README.da850 | 22 ++ > 1 file changed, 22 insertions(+) > > diff --git a/b

[U-Boot] [PATCH] da850: Add instructions to copy AIS image to NAND

2017-03-16 Thread Axel Haslam
Add instructions to write an AIS image to NAND by using the u-boot nand tools. Signed-off-by: Axel Haslam --- board/davinci/da8xxevm/README.da850 | 22 ++ 1 file changed, 22 insertions(+) diff --git a/board/davinci/da8xxevm/README.da850 b/board/davinci/da8xxevm/README.da850