Hello,
I am working on new custom board, and the kernel is stuck on boot as following:
Uncompressing Linux... done, booting the kernel.
Linux version 2.6.37 (ubuntu@ubuntu-laptop) (gcc version 4.5.3 20110311 (prerelease) (GCC) ) #28 Thu Aug 7 ..........
omap_mux_init: Add partition: #1: core, flags: 4
_omap_mux_get_by_name: Could not find signal i2c2_scl.i2c2_scl
_omap_mux_get_by_name: Could not find signal i2c2_sda.i2c2_sda
NOR: Can't request GPMC CS
There are no more printing.
I see that it is stuck somewhere here:
init_idle_bootup_task(current);
preempt_enable_no_resched();
schedule();
<<-- never gets here !!!
preempt_disable();
I see similar problem in the following uresolved thread:
http://e2e.ti.com/support/arm/sitara_arm/f/791/p/270550/1273216.aspx#1273216
Are there any solution ?
I would appreciate any guidance.
Thanks,
Ran