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

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

2012-05-04 Thread Vinicius Tinti
I have faced this problems some days ago. In my case the problem was the VMSPLIT2G and VMSPLIT3G kernel configuration. I had some precompiled libraries with VMSPLIT3G but my kernel was built with VMSPLIT2G. By changing it my problem was solved. Please check this link (it is not in French don't

Re: [android-kernel] cannot make compiled kernel work in Emulator,anyone who meet the same problem?

2012-05-04 Thread Tim Bird
Thanks. I've done that on other boards, but somehow had forgotten to do it for the emulator. When I did it, I saw this message: Error: unrecognized/unsupported processor variant (0x410fc080). After poking around a bit, I figured out that the emulator is running as a Cortex A8 processor, but my k