Re: Bringing u-boot up on a new board

2007-05-22 Thread Subashini Balaraman
Hi, You can get u-boot sources from the TI DVEVM website. There is also a later u-boot version 1.1.6 that has been modified for davinci posted by Peter Wippich: http://www.mail-archive.com/davinci-linux-open-source@linux.davincidsp.com/msg01970.html Regards Suba.

RE: mount flash with JFFS2 filesystem

2007-05-22 Thread Yogesh Kumar M
Andy, i followed below is the log but still not success below is the log. please tell me is it some thing to do with H/W but i am able to read and write thru u-boot and able to use RAMDISK . please guide me what could be wrong /** LOG ***/

RE: git problem

2007-05-22 Thread Sander Huijsen
I think you also need a new git client (v1.5.2) ? Regards, Sander From: [EMAIL PROTECTED] cidsp.com [mailto:[EMAIL PROTECTED] ux.davincidsp.com] On Behalf Of Yogesh Kumar M Sent: Tuesday, May 22, 2007 5:13 AM To: 'YunChuan Qin';

Re: Accessing Tvp5146 through i2c

2007-05-22 Thread Andrew Armstrong
Srikanth, Are you sure the kernel driver isnt blocking userspace access to the device. I suspect it could be. You should be able to access those registers via ioctl calls. Have a look at the drive under /drivers/media/video Regards, Andrew On Mon, 2007-05-21 at 18:05 +0530, srikanth bomma

not montavista

2007-05-22 Thread Igor Tseglevskiy
Folks, could you tell something about alternative (not Montavista) linux for daVinci? URL? What RTFM? Igor. ___ Davinci-linux-open-source mailing list Davinci-linux-open-source@linux.davincidsp.com

RE: mount flash with JFFS2 filesystem

2007-05-22 Thread Amol Lad
NOR chip too large to fit in mapping. Attempting to cope... What is the flash size ? EVM has 16MB NOR Reducing visibility of 32768KiB chip to 16384KiB The errors could be because your flash is 32M.

Re: kernal update to version 2.6.20 (from git tree)

2007-05-22 Thread Kevin Hilman
On Tue, 2007-05-22 at 11:24 +0800, Sz Lian Yu wrote: I just download the linux git source 2.6.20 for DVEVM board. I could use my old kernal (version 2.6.10) successfully. But for 2.6.20 , the system stops when starting kernal step. Could someone give me a hint? You could search the

RE: mount flash with JFFS2 filesystem

2007-05-22 Thread Allred, Daniel
Note that the EVM actually has a 32MB NOR, but that only 16 MB of it are accessible. I believe these messages reflect that. Daniel J. Allred Software Applications Catalog DSP / Emerging End Equipment -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Amol

USB Mass Storage: Drive Letter Assignment Stalling...

2007-05-22 Thread Jenny Lu
Hi, I am trying to implement USB mass storage capability to read from a CF card on the EVM, using the original kernel version 2.6.10 distributed by TI. Everything is working except it takes 20-30 seconds for Windows to assign a drive letter to the device, even though the USB mass storage device

Re: git kernel boot problem

2007-05-22 Thread Meher
Yogesh, On 5/15/07, Yogesh Kumar M [EMAIL PROTECTED] wrote: Thanks Andy, Currently i am using u-boot-1.1.3 given by TI.Should i download from TI website or from sourceforge. thanks regards yogesh Did you find a solution to the problem? I applied the machine number patch from

Re: git kernel boot problem

2007-05-22 Thread Amol Lad
Did you find a solution to the problem? I applied the machine number patch from Kevin but my kernel still does not boot. Here is the log: Please use below method to find where is the boot actully stuck. I used the method sometime back and do not remember exact steps currently: The

Da Vinci Linker and Memory Map Problem

2007-05-22 Thread madhvapathi sriram
  Hi All, I am trying to bring up MontaVista Linux (MVL) a board built around Davinci (DM6443) processor . I am facing a problem as described below. When i compile my MVL kernel on RedHat machine and use TI CCS v 3.3 to download the kernel on the board , i get the following error: Loader:

RE: DM6446 Resizer problem

2007-05-22 Thread #ZHENG LEI#
Hi, I think it will be more natural to calculate hrsz and vrsz based on input and output size, because, the input picture size cannot be easily changed in most cases, right? The equation I am using is: hrsz = (((iw-4)8)-16-32*sph)/(ow-1); if(hrsz512) hrsz = (((iw-7)8)-32-64*sph)/(ow-1); vrsz =