On Mon, 2009-07-20 at 22:53 -0700, Vijay Soni wrote: > can someone say why i am getting this error while kernel booting? > > > > > NAND device: Manufacturer ID: 0xec, Chip ID: 0xd5 (Samsung NAND 2GiB 3,3V > 8-bit) > 2 NAND chips detected > Bad block table found at page 524224, version 0x01 > Bad block table found at page 1048448, version 0x01 > Bad block table found at page 524160, version 0x01 > Bad block table found at page 1048320, version 0x01 > nand_read_bbt: Bad block at 0x0000fff40000 > nand_read_bbt: Bad block at 0x0000fffc0000 > Creating 2 MTD partitions on "nand_davinci.0": > 0x000000000000-0x000080000000 : "filesystem1" > Unable to handle kernel paging request at virtual address 00040028 > pgd = c0004000 > [00040028] *pgd=00000000 > Internal error: Oops: 5 [#1] > Modules linked in: > CPU: 0 > PC is at add_mtd_partitions+0x56c/0x764 >
Looks like the kernel died between creating the 1st and 2nd NAND partition. Probably want to verify NAND platform data in board specific file (arch/arm/mach-davinci/board-dm355-evm.c for example). Regards, Steve _______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
