thanks
super
On Nov 25 2009, 7:42 pm, Hamilton Vera <hamilton.lis...@gmail.com>
wrote:
> Hi Vels, I got a 2.6.32-rc6 kernel runing in imx27ads, now I am trying
> to patch android.
>
> Do you have any news about your tests?
>
> Thanks
>
>
>
> On Tue, Nov 3, 2009 at 7:26 AM, vadivelan m <vadivelan...@gmail.com> wrote:
> > Hi ,
>
> > I am trying to port android 1.5 onIMX27based platform. But i am
> > blocked in making linux 2.6.27 up.
>
> > Its blocking at Freeing init memory .
> > While exploring through the code
>
> > init/main.c -> rest_init -> kernel_init -> init_post
>
> > Here it is trying to open the initial consloe
> > sys_open(initial consloe...) is get hanging . ... i could not see
> > any prints after Freeing init memory.......
>
> > While exploring sys_open -> do_sys_open-> fd_install() --> here
> > after no print statements are coming .....
>
> > we have tried
>
> > ---> console baud rate -- its ok 115200n8
>
> > please see the logs below and help me to go forward..... This will
> > help others also. .. . .
>
> > Launch LinuxUncompressing
> >> Linux......................................................................
> >> done, booting the kernel.
> >> Linux version 2.6.28-arm2 (r...@localhost.localdomain) (gcc version 4.1.1) #75
> On Tue, Nov 3, 2009 at 7:26 AM, vadivelan m <vadivelan...@gmail.com> wrote:
> > Hi ,
>
> > I am trying to port android 1.5 onIMX27based platform. But i am
> > blocked in making linux 2.6.27 up.
>
> > Its blocking at Freeing init memory .
> > While exploring through the code
>
> > init/main.c -> rest_init -> kernel_init -> init_post
>
> > Here it is trying to open the initial consloe
> > sys_open(initial consloe...) is get hanging . ... i could not see
> > any prints after Freeing init memory.......