[uClinux-dev] No response after the message "Freeing init memory" on IXP425

2007-05-10 Thread Srikanth Chavali
Hi, I compiled (2.6.x kernel) and loaded the zImage and ramdisk.gz on my board with IXP425. The board seems to be in the process of loading the kernel when it stops after the messages shown below. I googled and found people facing similar issues. I ensured that i had CONFIG_FPE_NWFPE=y and CONF

Re: [uClinux-dev] No response after the message "Freeing init memory" on IXP425

2007-05-10 Thread Greg Ungerer
Hi Srikanthn Srikanth Chavali wrote: I compiled (2.6.x kernel) and loaded the zImage and ramdisk.gz on my board with IXP425. The board seems to be in the process of loading the kernel when it stops after the messages shown below. Are you using the uClinux-dist, or something else? If yes, w

Re: [uClinux-dev] No response after the message "Freeing init memory" on IXP425

2007-05-11 Thread Srikanth Chavali
Hi Greg, I believe it uses the uClinux-dist. The reason i am not sure is the source was provided by a company called ADI for their Pronghorn-Metro box. It uses uClinux libc. The version of kernel is: 2.6.17 Regards, srikanth chavali On 5/10/07, Greg Ungerer <[EMAIL PROTECTED]> wrote: Hi Srika

Re: [uClinux-dev] No response after the message "Freeing init memory" on IXP425

2007-05-11 Thread Srikanth Chavali
Hi Greg, Just figured out that ADI Engineering is using uClinux-dist. srikanth chavali On 5/10/07, Greg Ungerer <[EMAIL PROTECTED]> wrote: Hi Srikanthn Srikanth Chavali wrote: >I compiled (2.6.x kernel) and loaded the zImage and ramdisk.gz on my > board with IXP425. The board se

Re: [uClinux-dev] No response after the message "Freeing init memory" on IXP425

2007-05-13 Thread Greg Ungerer
Hi Srikanth, Srikanth Chavali wrote: Hi Greg, Just figured out that ADI Engineering is using uClinux-dist. What version? I looks like a console setup problem... Regards Greg srikanth chavali On 5/10/07, *Greg Ungerer* < [EMAIL PROTECTED] > wrote:

Re: [uClinux-dev] No response after the message "Freeing init memory" on IXP425

2007-05-13 Thread Shuanglin Wang
Greg, I think I meet the similar problem on my ARM946E-S board. My toolchain is gcc 3.4.4 and uClinux is the uClinux-dist-20070130 from uclinux official website. My question is about console setup. What should I do to make console work for userland applications? I prefer using "core applica

Re: [uClinux-dev] No response after the message "Freeing init memory" on IXP425

2007-05-14 Thread Greg Ungerer
Hi Shuanglin, Shuanglin Wang wrote: I think I meet the similar problem on my ARM946E-S board. My toolchain is gcc 3.4.4 and uClinux is the uClinux-dist-20070130 from uclinux official website. My question is about console setup. What should I do to make console work for userland applications

Re: [uClinux-dev] No response after the message "Freeing init memory" on IXP425

2007-05-14 Thread Shuanglin Wang
Hi Greg, Yes, I have simpleinit enabled and kernel command line is "console=ttyS0". My board has only one serial port connecting with the host pc. Firsly, I use arm-elf-gcc 3.4.3 and got error: /*--*/ Load /sbin/init:

Re: [uClinux-dev] No response after the message "Freeing init memory" on IXP425

2007-05-14 Thread Srikanth Chavali
Hi Greg, The Pronghorn-Metro version is: 1.0.1 Regards, srikanth chavali On 5/13/07, Greg Ungerer <[EMAIL PROTECTED]> wrote: Hi Srikanth, Srikanth Chavali wrote: > Hi Greg, >Just figured out that ADI Engineering is using uClinux-dist. What version? I looks like a con

Re: [uClinux-dev] No response after the message "Freeing init memory" on IXP425

2007-05-14 Thread Greg Ungerer
Hi Shuanglin, Shuanglin Wang wrote: Yes, I have simpleinit enabled and kernel command line is "console=ttyS0". My board has only one serial port connecting with the host pc. Firsly, I use arm-elf-gcc 3.4.3 and got error: /*-