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

2017-03-21 Thread Axel Haslam
On Mon, Mar 20, 2017 at 6:36 AM, Sekhar Nori <nsek...@ti.com> wrote: > Hi Axel, > > On Friday 17 March 2017 09:25 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 &

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

2017-03-17 Thread Axel Haslam
Add instructions to write an AIS image to NAND by using the u-boot nand tools. Signed-off-by: Axel Haslam <ahas...@baylibre.com> --- Changes in V2: - add erase command before write - Add write info when MTD partitions are defined board/davinci/da8xxevm/README.da85

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

[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 <ahas...@baylibre.com> --- board/davinci/da8xxevm/README.da850 | 22 ++ 1 file changed, 22 insertions(+) diff --git a/board/davinci/da8xxevm/README.da850 b

[U-Boot] [PATCH] da850: Add instructions to copy AIS image to an MMC card

2017-02-13 Thread Axel Haslam
The da850 soc's can boot from a external mmc card, but the AIS image should be written to the correct sector. Add instructions to copy the AIS image to a MMC card. Signed-off-by: Axel Haslam <ahas...@baylibre.com> --- board/davinci/da8xxevm/README.da850 | 23 +++

Re: [U-Boot] [PATCH 2/2] omapl138_lcdk: Set uboot raw mmc sector to 0x41

2017-02-13 Thread Axel Haslam
Hi Tom On Mon, Feb 13, 2017 at 3:23 PM, Axel Haslam <ahas...@baylibre.com> wrote: > On Mon, Feb 13, 2017 at 3:17 PM, Tom Rini <tr...@konsulko.com> wrote: >> On Mon, Feb 13, 2017 at 03:14:28PM +0100, Axel Haslam wrote: >>> Hi Tom >>> >>&g

Re: [U-Boot] [PATCH 2/2] omapl138_lcdk: Set uboot raw mmc sector to 0x41

2017-02-13 Thread Axel Haslam
On Mon, Feb 13, 2017 at 3:17 PM, Tom Rini <tr...@konsulko.com> wrote: > On Mon, Feb 13, 2017 at 03:14:28PM +0100, Axel Haslam wrote: >> Hi Tom >> >> On Mon, Feb 13, 2017 at 2:23 PM, Tom Rini <tr...@konsulko.com> wrote: >> > On Mon, Feb 13, 2

Re: [U-Boot] [PATCH 2/2] omapl138_lcdk: Set uboot raw mmc sector to 0x41

2017-02-13 Thread Axel Haslam
Hi Tom On Mon, Feb 13, 2017 at 2:23 PM, Tom Rini <tr...@konsulko.com> wrote: > On Mon, Feb 13, 2017 at 11:44:57AM +0100, Axel Haslam wrote: >> The uboot binary on the AIS file starts at offset 0x8000. >> This would be sector 0x40 on a mmc card with 512 bytes per >>

[U-Boot] [PATCH 2/2] omapl138_lcdk: Set uboot raw mmc sector to 0x41

2017-02-13 Thread Axel Haslam
binary ends up at sector 0x41. Set the address of the u-boot binary to 0x41 so that spl can correctly jump to it. Signed-off-by: Axel Haslam <ahas...@baylibre.com> --- configs/omapl138_lcdk_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/omapl138_lcdk_defco

[U-Boot] [PATCH 1/2] da850: Add instructions to copy AIS image to an MMC card

2017-02-13 Thread Axel Haslam
The da850 soc's can boot from a external mmc card, but the AIS image should be written to the correct sector. Add instructions to copy the AIS image to a MMC card. Signed-off-by: Axel Haslam <ahas...@baylibre.com> --- board/davinci/da8xxevm/README.da850 | 16 1 file chang

[U-Boot] [PATCH 0/2] omapl: mmc boot help

2017-02-13 Thread Axel Haslam
The omapl-138 board can boot the ais image from mmc, but the right offset needs to be provided to SPL. This series fixes the uboot raw offset config option and adds help text for the user to copy the AIS image to the sd card. Axel Haslam (2): da850: Add instructions to copy AIS image to an MMC