[U-Boot] Query on running example on u-boot for OMAP3

2009-08-11 Thread Pillai, Manikandan
Hi, I encounter issue with crash when I try to run examples on u-boot. I started modifying the hello_world application and trying to add more static function related to my application. As far I see the signs, it stops working or has crashes when the level of function calls go beyond a certain n

Re: [U-Boot] [PATCH 1/1] Changes for fixing the timer to 1 msec and

2009-03-11 Thread Pillai, Manikandan
delay can be counted 3. I would like to know the constraints for the get_timer() Regards Mani > -Original Message- > From: Dirk Behme [mailto:dirk.be...@googlemail.com] > Sent: Tuesday, March 10, 2009 11:27 PM > To: Pillai, Manikandan > Cc: u-boot@lists.denx.de > Subje

[U-Boot] U-boot and JFFS2

2009-03-16 Thread Pillai, Manikandan
Hi, On the OMAP3 EVM board, I have four partition on my Onenand flash of which /dev/mtd4 is a JFFS2 partition. After booting up linux, I use the following command to mount the jffs2 empty partition. Linux#> mount -t jffs2 /dev/mtdblock4 /mnt Then I do a reboot . When u-boot boots up it gives

Re: [U-Boot] U-boot and JFFS2

2009-03-16 Thread Pillai, Manikandan
shanth Menon [mailto:menon.nisha...@gmail.com] > Sent: Monday, March 16, 2009 5:09 PM > To: Pillai, Manikandan > Cc: u-boot@lists.denx.de > Subject: Re: [U-Boot] U-boot and JFFS2 > > Pillai, Manikandan said the following on 03/16/2009 01:35 PM: > > Hi, > > >

Re: [U-Boot] [PATCH 1/1] The GP timer is fixed for 1msec and CONFIG_SYS_HZ to 1000.

2009-03-16 Thread Pillai, Manikandan
Pls find my comments inlined. > -Original Message- > From: Dirk Behme [mailto:dirk.be...@googlemail.com] > Sent: Tuesday, March 17, 2009 12:15 AM > To: Pillai, Manikandan > Cc: u-boot@lists.denx.de > Subject: Re: [PATCH 1/1] The GP timer is fixed for 1msec and CONFI

Re: [U-Boot] U-boot and JFFS2

2009-03-16 Thread Pillai, Manikandan
Menon [mailto:menon.nisha...@gmail.com] > Sent: Monday, March 16, 2009 5:15 PM > To: Pillai, Manikandan > Cc: u-boot@lists.denx.de > Subject: Re: [U-Boot] U-boot and JFFS2 > > Pillai, Manikandan said the following on 03/16/2009 01:41 PM: > > The cleanmarkers are being written in l

Re: [U-Boot] [PATCH 1/1] Fix for NFS boot for OMAP3 EVM

2009-04-06 Thread Pillai, Manikandan
Hi, What is the status of this patch ? Any comments. regards > -Original Message- > From: Pillai, Manikandan > Sent: Tuesday, March 03, 2009 9:10 AM > To: u-boot@lists.denx.de; dirk.be...@googlemail.com > Cc: Pillai, Manikandan > Subject: [PATCH 1/1] Fix for NFS

Re: [U-Boot] [PATCH 1/1] Fix for NFS boot for OMAP3 EVM

2009-04-06 Thread Pillai, Manikandan
:38 AM To: Pillai, Manikandan Cc: u-boot@lists.denx.de; dirk.be...@googlemail.com Subject: Re: [U-Boot] [PATCH 1/1] Fix for NFS boot for OMAP3 EVM On Mon, Apr 6, 2009 at 10:34 PM, Pillai, Manikandan mailto:mani.pil...@ti.com>> wrote: Hi, What is the status of this patch ? Any comments. D

Re: [U-Boot] [PATCH] OMAP3EVM: Set default bootfile

2009-05-05 Thread Pillai, Manikandan
> -Original Message- > From: Wolfgang Denk [mailto:w...@denx.de] > Sent: Tuesday, May 05, 2009 3:51 PM > To: Premi, Sanjeev > Cc: u-boot@lists.denx.de; Pillai, Manikandan > Subject: Re: [U-Boot] [PATCH] OMAP3EVM: Set default bootfile > > Dear Sanjeev Premi, >

Re: [U-Boot] [PATCH] OMAP3EVM: net_chip uses CS5 not CS6

2009-05-07 Thread Pillai, Manikandan
> -Original Message- > From: Dirk Behme [mailto:dirk.be...@googlemail.com] > Sent: Wednesday, May 06, 2009 8:25 PM > To: Matthias Ludwig; Pillai, Manikandan > Cc: u-boot@lists.denx.de > Subject: Re: [PATCH] OMAP3EVM: net_chip uses CS5 not CS6 > > Matthias Ludwig

Re: [U-Boot] [PATCH] OMAP3EVM: net_chip uses CS5 not CS6

2009-05-07 Thread Pillai, Manikandan
ACKed > -Original Message- > From: Matthias Ludwig [mailto:mlud...@ultratronik.de] > Sent: Thursday, May 07, 2009 12:42 PM > To: Pillai, Manikandan > Cc: Dirk Behme; u-boot@lists.denx.de > Subject: Re: [PATCH] OMAP3EVM: net_chip uses CS5 not CS6 > > This is not

[U-Boot] Ethernet not working on OMAP3 board with

2009-05-17 Thread Pillai, Manikandan
Hi, I was testing the latest tip of u-boot and v2009.06-rc1, I find that the Ethernet is not working. Is there some fix available for this issue ? The 2009.03 was working fine. Regards Mani --- Manikandan Pillai BCG-PSP Project Le

Re: [U-Boot] Ethernet not working on OMAP3 board with

2009-05-19 Thread Pillai, Manikandan
Hi , Tried the hints but they don't work. I still don't have a fix. Still investigating. regards > -Original Message- > From: Dirk Behme [mailto:dirk.be...@googlemail.com] > Sent: Tuesday, May 19, 2009 8:10 PM > To: Pillai, Manikandan > Cc: u-boot@lists.denx.d

Re: [U-Boot] Ethernet not working on OMAP3 board with

2009-05-25 Thread Pillai, Manikandan
Hi Dirk, I have already tried this patch it does not work on EVM. Was any other patch applied along with this ? Regards Mani > -Original Message- > From: Dirk Behme [mailto:dirk.be...@googlemail.com] > Sent: Thursday, May 21, 2009 10:36 AM > To: Josh Karabin; Pillai, Manika

Re: [U-Boot] Ethernet not working on OMAP3 board with

2009-05-26 Thread Pillai, Manikandan
OK I will try with the same commit and send the results. > -Original Message- > From: Josh Karabin [mailto:gkara...@vocollect.com] > Sent: Tuesday, May 26, 2009 8:26 PM > To: Pillai, Manikandan > Cc: Dirk Behme; u-boot@lists.denx.de > Subject: Re: [U-Boot] Ethernet no

Re: [U-Boot] Ethernet not working on OMAP3 board with

2009-05-28 Thread Pillai, Manikandan
> -Original Message- > From: Pillai, Manikandan > Sent: Wednesday, May 27, 2009 10:01 AM > To: 'Josh Karabin' > Cc: Dirk Behme; u-boot@lists.denx.de > Subject: RE: [U-Boot] Ethernet not working on OMAP3 board with > > > OK I will try with

Re: [U-Boot] Ethernet not working on OMAP3 board with

2009-06-07 Thread Pillai, Manikandan
From: John Rigby [mailto:jcri...@gmail.com] Sent: Sunday, June 07, 2009 7:43 AM To: Pillai, Manikandan Cc: Josh Karabin; u-boot@lists.denx.de Subject: Re: [U-Boot] Ethernet not working on OMAP3 board with Does anyone know what the current status of this is? I

Re: [U-Boot] Ethernet not working on OMAP3 board with

2009-06-07 Thread Pillai, Manikandan
From: John Rigby [mailto:jcri...@gmail.com] Sent: Sunday, June 07, 2009 7:43 AM To: Pillai, Manikandan Cc: Josh Karabin; u-boot@lists.denx.de Subject: Re: [U-Boot] Ethernet not working on OMAP3 board with Does anyone know what the current status of this is? I

[U-Boot] Query on MAC address for OMAP3 boards

2009-06-18 Thread Pillai, Manikandan
Hi, I am seeing an issue with the OMAP3 EVM boards. The MAC address for the SMC911x Ethernet chip is passed from u-boot to the kernel using the SMC911x chip memory - "addrh" and "addrl" registers on the SMC chip. Scenario 1: The ipaddr, serverip and ethaddr environment variables are correct. Bo

[U-Boot] Query on timeouts with NetSetTimeout

2009-02-19 Thread Pillai, Manikandan
Hi, Recently I ran into some timeout issues with Ethernet on U-Boot 2009.01 for OMAP3 EVM boards. NetSetTimeout() function provide a way to get timeouts for network related operations. I understand >From the code now that the NetSetTimeout() function takes 2 params , the 1st >being the timeout

Re: [U-Boot] [PATCH 1/1] Fix for running examples on OMAP3 EVM board

2009-03-03 Thread Pillai, Manikandan
; From: Dirk Behme [mailto:dirk.be...@googlemail.com] > Sent: Wednesday, March 04, 2009 5:47 AM > To: u-boot@lists.denx.de > Cc: Nishanth Menon; Pillai, Manikandan > Subject: Re: [U-Boot] [PATCH 1/1] Fix for running examples on OMAP3 EVM board > > Nishanth Menon wrote: > &

Re: [U-Boot] [PATCH 1/1] Fix for running examples on OMAP3 EVM board

2009-03-03 Thread Pillai, Manikandan
Hi, Fine with me. I can change the CPU-omap3 to SOC-omap3. > -Original Message- > From: Nishanth Menon [mailto:menon.nisha...@gmail.com] > Sent: Wednesday, March 04, 2009 11:49 AM > To: Pillai, Manikandan > Cc: Dirk Behme; u-boot@lists.denx.de > Subject: Re: [U-Boo

Re: [U-Boot] [PATCH 1/1] Changes for single binary image for u-boot for NAND/OneNAND flash.

2009-03-03 Thread Pillai, Manikandan
Hi, Pls find my comments below > -Original Message- > From: Nishanth Menon [mailto:menon.nisha...@gmail.com] > Sent: Tuesday, March 03, 2009 2:03 PM > To: Pillai, Manikandan > Cc: u-boot@lists.denx.de; dirk.be...@googlemail.com > Subject: Re: [U-Boot] [PATCH 1/1]

Re: [U-Boot] [PATCH 1/1] Changes for single binary image for u-boot for NAND/OneNAND flash.

2009-03-08 Thread Pillai, Manikandan
storage selection during runtime). Regards Mani > -Original Message- > From: Wolfgang Denk [mailto:w...@denx.de] > Sent: Monday, March 09, 2009 4:05 AM > To: Pillai, Manikandan > Cc: u-boot@lists.denx.de; dirk.be...@googlemail.com > Subject: Re: [U-Boot] [PATCH 1/1]

[U-Boot] Issue with reset on MMC boot

2009-03-09 Thread Pillai, Manikandan
Hi, I have recently seen an issue with OMAP3 EVMs MMC boot on NAND/OneNAND. On issuing a reset command on the U-boot prompt, the system hangs/crashes. On booting from NAND/OneNAND flash this issue is not observed. regards Manikandan ___ U-Boot mailing