hi all,
my original kernel command is:
console=ttyO2,115200n8 rootdelay=1 init=/init root=/dev/mmcblk0p2 rw
omapfb.vram="0:4M"
and finally I add *androidboot* in the command become:
androidboot.console=ttyO2,115200n8 console=ttyO2,115200n8 rootdelay=1
init=/init root=/dev/mmcblk0p2 rw omapfb.vram=
hi Srikant,
thanks for your reply,
I tried to mark this code, and it pass to continue,
but stuck in executing /init,
so is it possible have side effect that I mark this?
my board is OMAP3630
thanks !
On 3月23日, 下午1時25分, Srikant wrote:
> That means it is trying to open UART driver, you need to d
it=/linuxrc"
>
> 2011/3/18 Amit Pundir
>
>
>
>
>
>
>
> > Does your /init has executable permission?
>
> > Regards,
> > Amit Pundir
>
> > 2011/3/18 tstanly :
> > > hi Jiejing,
>
> > > yes I really have, thank
d root=/dev/nfs
> > init=/linuxrc"
>
> > 2011/3/18 Amit Pundir
>
> >> Does your /init has executable permission?
>
> >> Regards,
> >> Amit Pundir
>
> >> 2011/3/18 tstanly :
> >> > hi Jiejing,
>
> >> > yes I
hi Jiejing,
yes I really have, thanks
On 3月17日, 下午11時42分, "Jiejing.Zhang " wrote:
> Hi,
>
> do you have /init in your mmcbk1p2 ?
>
> Best regards,
> Zhang Jiejing
>
> 2011/3/17 tstanly
>
>
>
>
>
>
>
> > hi,
>
> > I th
hi,
I think my bootloader args is correct,
bootargs=console=ttyO2,115200n8 rootdelay=1 init=/init root=/dev/
mmcblk1p2 ...
but I can't understand it's a ramdisk issue?
can you give me some hint?
thanks
On 3月17日, 下午5時14分, gmail wrote:
> should you ramdisk issue. Please check your kernel
hi,
I think my bootloader args is correct,
bootargs=console=ttyO2,115200n8 rootdelay=1 init=/init root=/dev/
mmcblk1p2 ...
but I can't understand it's a ramdisk issue?
can you give me some hint?
thanks
On 3月17日, 下午5時14分, gmail wrote:
> should you ramdisk issue. Please check your kernel
hi all,
the adb tool shows "offline" somtimes, so I want to review the
relative code about adb.
1. where is the adb relative driver code in the kernel tree?
2. is any updated log about adb tool?
3. is any updated log about adb tool when android sdk updated?
some questions, please give me some su
hi all,
I followed the site bellow to download the kernel code,
http://android.git.kernel.org/?p=kernel/common.git;a=summary
from the instruction,
===
To clone the entire platform, install repo, and run:
mkdir mydroid
cd mydroid
repo init -u git://android.git.kernel.org/platform/mani