
28 Jul
2009
28 Jul
'09
10:35 p.m.
On Mon, Jul 20, 2009 at 01:41:01PM +0100, Muralitharan.Perumal@pace.com wrote:
Hi,
Can I modify the oob bytes in NAND using U-boot commands like this:
"nand write.oob 0x8000000 0x0 64" [This should modify the oob bytes of page 0].
Try "nand write.oob 8000000 0 40". Constants in U-Boot are always hex (the 0x is accepted but it is superfluous).
I tried this but no success.
In general you should post the results of what happened, rather than just saying it failed.
-Scott