The problem came from the system and root partition: when using
initramfs for root and yaffs2 for system (as it is prebuilt in
android), we have such problems of binary execution. My solution is to
use jffs2 for root and system, and yaffs2 for data (mmap supported
inside...). No more problem with this combination.
Tom
On Jan 23, 1:52 pm, Mark Wang <
wqhl.m...@gmail.com> wrote:
> where is you /data? this partition must support mmap functionality.
> Meanwhile, check the existence of cache and other directories in /data,
> which is created during the 1st time booting and mandatory for booting.
>
> On Thu, Jan 22, 2009 at 6:48 PM, Tom_porting_android <
>