Hello,
I tried to boot linux on my omap l137 evm by using the current kernel and jffs2 as rootfilesystem with busybox, but I got this Error:
jffs2: Further such events for this erase block will not be printed
VFS: Mounted root (jffs2 filesystem) on device 31:4.
Freeing init memory: 140K
jffs2: warning: (1) jffs2_do_read_inode_internal: Truncating ino #19 to 937356 bytes failed because it only had 933888 bytes to start with!
request_module: runaway loop modprobe binfmt-0000
request_module: runaway loop modprobe binfmt-0000
Kernel panic - not syncing: No init found. Try passing init= option to kernel. See Linux Documentation/init.txt for guidance.
[<c001324c>] (unwind_backtrace+0x0/0xe0) from [<c032b028>] (panic+0x6c/0x1ac)
[<c032b028>] (panic+0x6c/0x1ac) from [<c032add4>] (init_post+0xa0/0xc4)
[<c032add4>] (init_post+0xa0/0xc4) from [<c04428f0>] (kernel_init+0x168/0x1a0)
Does anyone know what I need to do?
Regards, Tom