[ 1.170000] S3C NAND Driver, (c) 2007 Samsung Electronics
[ 1.175000] S3C NAND Driver is using hardware ECC.
[ 1.175000] NAND device: Manufacturer ID: 0xec, Chip ID: 0xf1 (Samsung NAND 128MiB 3,3V 8-bit)
[ 1.180000] Creating 3 MTD partitions on "NAND 128MiB 3,3V 8-bit":
[ 1.185000] 0x00000000-0x00040000 : "Bootloader"
[ 1.195000] 0x00040000-0x00400000 : "Kernel"
[ 1.200000] 0x00400000-0x08000000 : "File System"
[ 1.230000] s3c2410-ohci s3c2410-ohci: S3C24XX OHCI
[root@user]#
[ 0.425000] s3c24xx-nand s3c2412-nand: Tacls=3, 22ns Twrph0=8 60ns, Twrph1=3 22ns
[ 0.430000] s3c24xx-nand s3c2412-nand: System booted from NAND
[ 0.435000] s3c24xx-nand s3c2412-nand: NAND hardware ECC
[ 0.440000] NAND device: Manufacturer ID: 0xec, Chip ID: 0xf1 (Samsung NAND 128MiB 3,3V 8-bit), page size: 2048, OOB size: 64
[ 0.445000] Scanning device for bad blocks
[ 0.450000] Bad eraseblock 0 at 0x000000000000
[ 0.455000] Bad eraseblock 1 at 0x000000020000
.....
0.670000] Bad eraseblock 441 at 0x000003720000
[ 0.710000] Creating... 3 MTD partitions on "NAND":
[ 0.710000] 0x000000000000-0x000000040000 : "Bootloader"
[ 0.720000] 0x000000040000-0x000000400000 : "Kernel"
[ 0.725000] 0x000000400000-0x000008000000 : "File System"
[ 0.730000] mousedev: PS/2 mouse device common for all
mice
[ 0.735000] TCP: cubic registered
[ 0.740000] yaffs: dev is 32505858 name is "mtdblock2" rw
[ 0.740000] yaffs: passed flags ""
[ 3.645000] VFS: Mounted root (yaffs2 filesystem) on device 31:2.
[ 3.650000] Freeing init memory: 84K
[ 3.650000] Failed to execute /linuxrc. Attempting defaults...
[ 3.670000] Kernel panic - not syncing: No init found. Try passing init= option to kernel. See Linux Documentation/init.txt for
guidance.
[ 3.670000] [<c001493c>] (unwind_backtrace+0x0/0xf8) from [<c001dd30>] (panic+0x80/0x210)
[ 3.670000] [<c001dd30>] (panic+0x80/0x210) from [<c00088f0>] (init_post+0xa0/0xc8)
[ 3.670000] [<c00088f0>] (init_post+0xa0/0xc8) from [<c0270664>] (kernel_init+0x16c/0x1c8)
Both the linux versions shows same partitions. How do I debug this ?