[android-kernel] Re: get stuck in /init/main.c

2011-03-22 Thread Srikant
That means it is trying to open UART driver, you need to debug the UART driver with putting some prints. The reason for the hang may be some feature/function of UART doesn't support. Which board are you using? On Mar 21, 12:33 pm, stanly wrote: > hi all, > > when my kernel booting, > it will be

[android-kernel] Re: Failed to execute /init. Attempting defaults...

2011-03-22 Thread tstanly
if you mean the CONFIG_CMDLINE in the default config I set CONFIG_CMDLINE="" for kernel, because the command I set in uboot should pass to kernel thanks On 3月19日, 下午2時46分, Nate H wrote: > What's your kernel command? I mean something like "noinitrd root=/dev/nfs > init=/linuxrc" > > 2011/3/18 Ami

[android-kernel] networkID in WifiConfig

2011-03-22 Thread elFlaQ
why the network ID, to connect to a WiFi network is a consecutive number ? Would be easier if you connect with the SSID obtained from ScanResult, is an idea that could facilitate the connection, anyway thanks for the attention given Att. Duban Alexei Suarez Mejia -- unsubscribe: android-kernel

Re: [android-kernel] get stuck in /init/main.c

2011-03-22 Thread jagan
Check the device file entries. On Mon, Mar 21, 2011 at 1:03 PM, stanly wrote: > hi all, > > when my kernel booting, > it will be stuck in /init/main.c > > /* Open the /dev/console on the rootfs, this should never fail */ > if (sys_open((const char __user *) "/dev/console", O_RDWR, 0) < 0) > p