[loongson-dev] kernel boot panic

2011-12-01 Thread 李晖
Hi, all I am porting android to loongson2f, the android file system(froyo) and android linux kernel(2.6.35) was compiled succeed, then I put them to two separate partition of u-disk which was partitioned to ext3, then I start the loongson machine and step into the pmon environment and I typed:

Re: [loongson-dev] kernel boot panic

2011-12-01 Thread zhangfx
The kill init message means your init process exit(it should never),it is not kernal fault, try add prints in init source code to find out reason,probably due to illegal instruction,or wrong init.rc李晖 编写:Hi, all I am porting android to loongson2f, the android file system(froyo) and android linu

Re: [loongson-dev] kernel boot panic

2011-12-01 Thread zhangfx
For illegal instructions,you can add printk in arch/mips/kernal/traps do_ri entrancezhangfx 编写:The kill init message means your init process exit(it should never),it is not kernal fault, try add prints in init source code to find out reason,probably due to illegal instruction,or wrong init.rc李晖 编写: