[U-Boot] split nand writes

2012-12-19 Thread Jaap de Jong
Hi All, suppose the image I want to flash is bigger than the available ram in the unit. Is there a way to copy the image f.i. in pieces into the flash? nand write should have a 'continue on last block' option for that purpose. Thanks! Jaap ___ U-Boot m

Re: [U-Boot] split nand writes

2012-12-20 Thread Jaap de Jong
On 12/19/2012 11:47 PM, Scott Wood wrote: On 12/19/2012 09:43:01 AM, Jaap de Jong wrote: Hi All, suppose the image I want to flash is bigger than the available ram in the unit. Is there a way to copy the image f.i. in pieces into the flash? nand write should have a 'continue on last

[U-Boot] nand commands missing wtchdog reset

2011-01-31 Thread Jaap de Jong
Hi all, On my board (at91sam9263ek) I have enabled the watchdog. It will reset the processor after about 16 seconds. It looks like it is working but if I'm writing a large file into nand it seems that the watchdog is not reset and finally my processor resets. I've patched it, but I'm not sure if i

Re: [U-Boot] nand commands missing wtchdog reset

2011-02-01 Thread Jaap de Jong
able to investigate this any further To get this fix done: hopefully some u-boot-guru will do the dirty work... Jaap On 01/31/2011 08:25 PM, Scott Wood wrote: > On Mon, 31 Jan 2011 13:16:59 -0600 > Scott Wood wrote: > >> On Mon, 31 Jan 2011 09:05:55 +0100 >> Jaap de Jong wr

Re: [U-Boot] [PATCH] NAND: add more watchdog resets

2011-02-03 Thread Jaap de Jong
My testresults: unpatched ~~~ nand read 0x2000 0x0010 0x0300 no problem nand write 0x2000 0x0010 0x00c0 no problem nand write 0x2000 0x0010 0x00d0 the watchdog will reset the processor pat