Hi,
i am getting the below error, for testing purpose I download ready to use image from freescale web site and wrote into sd card memory ext2 partition which I created. I downloaded the Ubuntu Oneiric from freescale website.
Waiting for root device /dev/mmcblk1p1...
mmc2: new high speed SDHC card at address b368
mmcblk1: mmc2:b368 SDC 7.41 GiB
mmcblk1: p1
EXT3-fs: barriers not enabled
kjournald starting. Commit interval 5 seconds
EXT3-fs (mmcblk1p1): using internal journal
EXT3-fs (mmcblk1p1): recovery complete
EXT3-fs (mmcblk1p1): mounted filesystem with writeback data mode
VFS: Mounted root (ext3 filesystem) on device 179:25.
Freeing init memory: 204K
Kernel panic - not syncing: No init found. Try passing init= option to kernel. See Linux Documentation/init.t.
[<80047834>] (unwind_backtrace+0x0/0xf8) from [<80508af4>] (panic+0x74/0x18c)
[<80508af4>] (panic+0x74/0x18c) from [<80508808>] (init_post+0xa0/0xc4)
[<80508808>] (init_post+0xa0/0xc4) from [<800089b4>] (kernel_init+0x10c/0x13c)
[<800089b4>] (kernel_init+0x10c/0x13c) from [<80041aa4>] (kernel_thread_exit+0x0/0x8)
CPU2: stopping
[<80047834>] (unwind_backtrace+0x0/0xf8) from [<8003b324>] (do_IPI+0x150/0x17c)
[<8003b324>] (do_IPI+0x150/0x17c) from [<80040a0c>] (__irq_svc+0x4c/0xe8)
Exception stack(0xbffb5ef0 to 0xbffb5f38)
5ee0: bffb5f38 0000000a 00000000 00000002
5f00: 00000282 bffb4000 bffb4000 00000000 80af77e0 00000002 80a90040 00000000
5f20: 80047134 bffb5f38 8007a570 80079fd4 20000113 ffffffff
[<80040a0c>] (__irq_svc+0x4c/0xe8) from [<80079fd4>] (__do_softirq+0x4c/0x140)
[<80079fd4>] (__do_softirq+0x4c/0x140) from [<8007a570>] (irq_exit+0x94/0x9c)
[<8007a570>] (irq_exit+0x94/0x9c) from [<8003b2e0>] (do_IPI+0x10c/0x17c)
[<8003b2e0>] (do_IPI+0x10c/0x17c) from [<80040a0c>] (__irq_svc+0x4c/0xe8)
Exception stack(0xbffb5f90 to 0xbffb5fd8)
5f80: 80af9140 80000093 00000001 00000000
5fa0: bffb4000 80af1ce4 80510fa4 80aa6e7c 1000406a 412fc09a 00000000 00000000
5fc0: 00000000 bffb5fd8 8004f648 80041b04 40000013 ffffffff
[<80040a0c>] (__irq_svc+0x4c/0xe8) from [<80041b04>] (default_idle+0x24/0x28)
[<80041b04>] (default_idle+0x24/0x28) from [<80041d08>] (cpu_idle+0xc8/0x108)
[<80041d08>] (cpu_idle+0xc8/0x108) from [<10505934>] (0x10505934)
CPU3: stopping
[<80047834>] (unwind_backtrace+0x0/0xf8) from [<8003b324>] (do_IPI+0x150/0x17c)
[<8003b324>] (do_IPI+0x150/0x17c) from [<80040a0c>] (__irq_svc+0x4c/0xe8)
Exception stack(0xbff01f90 to 0xbff01fd8)
1f80: 80af9140 80000093 00000001 00000000
1fa0: bff00000 80af1ce4 80510fa4 80aa6e7c 1000406a 412fc09a 00000000 00000000
1fc0: 00000000 bff01fd8 8004f648 80041b04 40000013 ffffffff
[<80040a0c>] (__irq_svc+0x4c/0xe8) from [<80041b04>] (default_idle+0x24/0x28)
[<80041b04>] (default_idle+0x24/0x28) from [<80041d08>] (cpu_idle+0xc8/0x108)
[<80041d08>] (cpu_idle+0xc8/0x108) from [<10505934>] (0x10505934)
CPU1: stopping
[<80047834>] (unwind_backtrace+0x0/0xf8) from [<8003b324>] (do_IPI+0x150/0x17c)
[<8003b324>] (do_IPI+0x150/0x17c) from [<80040a0c>] (__irq_svc+0x4c/0xe8)
Exception stack(0xbffadf90 to 0xbffadfd8)
df80: 80af9140 60000093 00000001 00000000
dfa0: bffac000 80af1ce4 80510fa4 80aa6e7c 1000406a 412fc09a 00000000 00000000
dfc0: 00000000 bffadfd8 8004f648 80041b04 40000013 ffffffff
[<80040a0c>] (__irq_svc+0x4c/0xe8) from [<80041b04>] (default_idle+0x24/0x28)
[<80041b04>] (default_idle+0x24/0x28) from [<80041d08>] (cpu_idle+0xc8/0x108)
[<80041d08>] (cpu_idle+0xc8/0x108) from [<10505934>] (0x10505934)
I checked the rootfs. It has /sbin/init, /etc/init files. I also tried pointing the init folder by setting environment, stil no difference.
How do i proceed. Any help would be appreciated.