Re: [android-kernel] [Kernel PANIC] ANDROID NFS Booting.

2012-05-04 Thread Jiejing.Zhang
Hi, If you modify init.xxx.rc to let it don't mount /system etc, like below. on fs # mount ext4 partitions mount ext4 /dev/block/mmcblk0p5 /system mount ext4 /dev/block/mmcblk0p5 /system ro remount mount ext4 /dev/block/mmcblk0p7 /data nosuid nodev nodiratime noatime noauto_da_alloc

[android-kernel] Re: VPN: L2TP: always timeout when Sending SCCRQ

2011-04-30 Thread Jiejing.Zhang
err=101 D/VpnSettings( 2579): create reconnect dialog for event 101 Best regards, Zhang Jiejing 2011/4/30 Jiejing.Zhang > Hi All, > > Hi Chia-CHi Yeh, I cc you since I found your kernel commit which is enable > VPN stuff. > > I'm doing enable VPN function in an android fr

[android-kernel] VPN: L2TP: always timeout when Sending SCCRQ

2011-04-30 Thread Jiejing.Zhang
Hi All, Hi Chia-CHi Yeh, I cc you since I found your kernel commit which is enable VPN stuff. I'm doing enable VPN function in an android froyo/gingerbread porting. After apply android pppol2tp, pppopptp related patch in android/common.git, I can success enable PPTP protocol, but I meet problem w

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

2011-03-17 Thread Jiejing.Zhang
Hi, do you have /init in your mmcbk1p2 ? Best regards, Zhang Jiejing 2011/3/17 tstanly > 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