[U-Boot] Timer on OMAP3430SDP.

2009-03-07 Thread Radha Krishna
Hi All, I am using get_timer() function to find nof system ticks the NAND Read API is using. When I convert these system ticks into second I am not getting the expected value. I observed that 1 sec = 50781 ticks on OMAP3430SDP. Is this timer fine tuned for performance. Could someone suggest

Re: [U-Boot] Error in buffer data for NAND flash write, read on OMAP3430SDP.

2008-12-23 Thread Radha Krishna
ts.denx.de > Date: Tuesday, December 23, 2008, 10:26 PM > Krishna, > > Radha Krishna wrote: > > Hi All, > > I am using NAND Flash write, read APIs for writing > and > > reading of my data to/from the same block. > > [SNIP] > > OMAP34XX SDP # nand dua//

[U-Boot] Error in buffer data for NAND flash write, read on OMAP3430SDP.

2008-12-23 Thread Radha Krishna
Hi All, I am using NAND Flash write, read APIs for writing and reading of my data to/from the same block. [SNIP] OMAP34XX SDP # nand dua//I created this command The manufacturer id = 2c device Id = a1 Erasing at 0x0144 -- 100% complete. Cleanmarker written at 0x0144 . ERA

[U-Boot] Error in buffer data for NAND flash write, read on OMAP3430SDP.

2008-10-30 Thread Radha Krishna
Hi, I am using NAND Flash write, read APIs for writing and reading of my data to/from the same block. [SNIP] OMAP34XX SDP # nand dua//I created this command The manufacturer id = 2c device Id = a1 Erasing at 0x18 -- 101% complete. Cleanmarker written at 0x18. ERASE OK Writing data at

[U-Boot] How to use time and ctime on OMAP3430.

2008-10-30 Thread Radha Krishna
Hi, How to include time and ctime functions into my source code. I included these two libraries but still error. #include #include Could someone tell me how to include these library functions. Regards, Krishna. ___ U-Boot mailing list U-Bo

Re: [U-Boot] [U-Boot-Users] Compilation problem for TI3430 board.

2008-10-18 Thread Radha Krishna
ompilation problem for TI3430 board. > To: [EMAIL PROTECTED] > Cc: "U-Boot user list" > Date: Saturday, October 18, 2008, 12:48 AM > Dear Radha Krishna, > > In message > <[EMAIL PROTECTED]> you > wrote: > > > > As you suggested I ha

Re: [U-Boot] [U-Boot-Users] Compilation problem for TI3430 board.

2008-10-17 Thread Radha Krishna
Hi, I am doing U-boot for TI3430 boad. Step 0: make distclean //worked fine Step 1: make CROSS_COMPILE=arm-none-linux-gnueabi- omap3430sdp_config //worked fine Step 2: make CROSS_COMPILE=arm-none-linux-gnueabi- //Error [SNIP] $ make CROSS_COMPILE=arm-none-linux-gnueabi- make: arm-none-linux

Re: [U-Boot] [U-Boot-Users] Compilation problem for TI3430 board.

2008-10-17 Thread Radha Krishna
t" > Date: Friday, October 17, 2008, 11:06 AM > Hi Radha, > > Please don't top post. > > Radha Krishna wrote: > > Hi GVB, > > You are right. Could you tell me the solution. > > Don't use DOS (aka Windows). > > Since you already have a prob

[U-Boot] Compilation problem for TI3430 board.

2008-10-17 Thread Radha Krishna
Hi, I have downloaded U-boot and trying to compile it for the Target omap3430sdp_config. Using commands Step 0: make distclean Step 1: make CROSS_COMPILE=arm-none-linux-gnueabi- omap3430sdp_config Step 2: make CROSS_COMPILE=arm-none-linux-gnueabi- I had problem in the compila