
25 Mar
2011
25 Mar
'11
5:04 p.m.
On Fri, 25 Mar 2011 17:17:17 +0800 Xiangfu Liu xiangfu@openmobilefree.net wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 03/08/2011 07:44 AM, Scott Wood wrote:
You don't set nand->options...
Don't you want a bad block table?
hmm... some question. a little confuse.
- I using all rest of nand as rootfs partition. do I have keep some space in nand for BBT?
The last block or so is marked reserved for the BBT.
- do I have to tell u-boot where is the BBT?
No, it's marked with a special OOB marker. If it isn't present, it will create it at the end of the chip.
- do I need some configure in linux kernel for BBT?
Set the nand->options flag, same as in U-Boot.
-Scott