On 12.04.2012 14:11, Stefano Babic wrote:
On 12/04/2012 11:33, Timo Ketola wrote:
+$(obj)u-boot-nand.imx: $(obj)u-boot.imx
+ dd if=$< of=$@ seek=2
+
I wonder why we need this in u-boot code and to set this rule in the
main Makefile. You can always do this after generating u-boot
On 12/04/2012 11:33, Timo Ketola wrote:
> .imx image directly from mkimage must be flashed at offset 0x400 into the
> nand. Thats a little hard with e.g. openocd.
>
> Signed-off-by: Timo Ketola
> ---
Hi Timo,
> Makefile |3 +++
> 1 files changed, 3 insertions(+), 0 deletions(-)
>
> diff
.imx image directly from mkimage must be flashed at offset 0x400 into the nand.
Thats a little hard with e.g. openocd.
Signed-off-by: Timo Ketola
---
Makefile |3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/Makefile b/Makefile
index 1446131..b3f1279 100644
--- a/Makef
3 matches
Mail list logo