RE: problem with NFS

2008-08-01 Thread Phil Quiney
Hi Don't even try it with Windows (there are NFS servers available) - you will have all sorts of problems with the 'special' files - think symlinks, block/char device files, no support for case sensitivity, ownerships/permissions, DOSification breaking scripts etc. How to install: Well this

Re: Questions about codec engine

2008-08-01 Thread minhong
Thanks for the answer for question1. For question2, I used CE 2.00. If there're further details for the assert, it'll be appreciate. I tried this and it never showed the assert: In both video_thread and image_thread, I assume that the VISA APIs need a critical region such that I did a

RE: Infrared device on DM6446

2008-08-01 Thread Phil Quiney
Hi, The IR receiver can be read by using the msp430lib.a library that ships with the example programs. To use it (some code snippets)... #include msp430lib.h initMask |= MSP430LIBINITIALIZED; // Initialize the MSP430 library to be able to receive IR commands if

Re: Re: 4 video capture and SMP-linux support

2008-08-01 Thread huahua5
I am wrong, the bandwidth = 166M*4*32bit/8 = 2656MBytes/s huahua5 2008-08-01 发件人: huahua5 发送时间: 2008-07-31 10:22:38 收件人: Panchy Rivas; [EMAIL PROTECTED] 抄送: 主题: Re: 4 video capture and SMP-linux support ddr2 theorical bandwidth = 297M * 4 * 32bit/8 = 4752MBytes/s because of delay

how to apply a patch coming from the mailing-list

2008-08-01 Thread Gabriele Filosofi
Hi, I'm beginning to use quilt to keep track of my changes to the kernel. Can any body help me about how to apply a patch coming from the mailing-list? Cut and paste, or whatelse? Thanks a lot Gabriele ___ Davinci-linux-open-source mailing list

RE: how to apply a patch coming from the mailing-list

2008-08-01 Thread Phil Quiney
Hi, Can you not simply use 'quilt import' on the patch file ? You may need to play with the -p option to get the patch level right - see 'man quilt' and look for the import command for details Regards Phil Q Phil Quiney, Senior Software Engineer Trinity Convergence Cambridge Business

RE: booting a new board

2008-08-01 Thread Nitin Joshi
Hi Phil /all, I am working on DM6446 EVM. I would like to know in detail the effort required to port uboot and Linux for our custom board based on DM6446. We are trying to maintain the part numbers and schematic as close as EVM board. As already Phil mentioned in his earlier mail about

Re: Is it possible to complete 720p 30fps H.264 encode on a single DM6446?

2008-08-01 Thread Kumar Bala
Hello Jerry, You have mentioned that TI has released the 6467 to meet this niche can do 720P encode/decode and 1080i encode/decode). But the codec engine documents I downloaded speaks only about 720p and no wehre about 1080i/p. Can you point me tot he right document on dm6467 H264 codec which

RE: Questions about codec engine

2008-08-01 Thread Ring, Chris
That assert occurs when the underlying Linux semop() call to pend on a multi-process semaphore returns -1 (or failure). In CE 2.00, we added multi-process support using Linux's System V semaphores which don't have a very nice cleanup policy if one of the processes owning/using the semaphore

RE: Is it possible to complete 720p 30fps H.264 encode on a single DM6446?

2008-08-01 Thread Jerry Johns
DM6467 Block Diagrams - focus.ti.com.cn/cn/lit/ml/sprv065/sprv065.pdf DM6467 Press Release -focus.ti.com/pr/docs/preldetail.tsp?sectionId=594prelId=sc07173 Jerry Johns Design Engineer Nuvation Research Corp - Canada Tel: (519) 746-2304 ext. 225 www.nuvation.com -Original Message-

Problem booting DM6446 off TFTP

2008-08-01 Thread Panchy Rivas
I am having problem booting off TFTP can anyone please help. I built the kernel as in the s=getting started guide and put it in the TFTP directory. Does anyone have a working uImage for the DM6446 .. I would appreciate it. Here is what I get on the terminal window:

Need Rev B Boards

2008-08-01 Thread Vernick, Michael David (Michael)
Folks, We built a prototype based on two DM6446 Rev B DVEVM evaluation systems (from July 06). We need a few more of these prototypes, but have been having a hard time getting some of our code to work on newer evaluation systems. Does anyone have one or two of these older Rev B boards

RE: Problem booting DM6446 off TFTP

2008-08-01 Thread Phil Quiney
Hi Your 'bootcmd' is rubbish it seems to have picked up part of a bootargs setting lost most of the rest of it. I would clean up the uboot settings - for a DM6446 the original settings are: DaVinci EVM # printenv bootargs=mem=120M console=ttyS0,115200n8 root=/dev/hda1 rw noinitrd ip=dhcp

Re : Problem booting DM6446 off TFTP

2008-08-01 Thread Nicolas Cadio
Hi Panchy, I think the problem isn't the TFTP, but the bootlaoder. I have had the same problem and to resolve it, I have used the spraai4 (wikipedia). Regards Nicolas Cadio ENSSAT, EII3 - Message d'origine De :

Re: Infrared device on DM6446

2008-08-01 Thread Rodolfo Leffa
Hi Phil, first of all thanks for the answer. It was very helpfull. I tried to read the IR using the structure you put here, but only one value is returned by msp430lib_get_ir_key(). Even pressing diferent keys on the remote only one number is returned. Is there any configuration needed for the

RE: Infrared device on DM6446

2008-08-01 Thread Phil Quiney
Hi , Your English is fine, I can understand what you are asking - I think anyway ;-) I will have another look at this on Monday - I pulled the code snippets from an area of code I have never seen before so it is possible I missed something. The code we have definitely works as we use it

umodsi3

2008-08-01 Thread Chris Stillson
I realize that this is slightly off list topic, but does anyone know how to keep gcc from converting % to function __umodsi3(). This is introducing dependency problems in some UBL code that I'm working on. Chris ___ Davinci-linux-open-source mailing

Re: umodsi3

2008-08-01 Thread Chris Stillson
Fixed it. I used files from the u-boot distribution, and included the needed functions that way. Chris On Fri, Aug 1, 2008 at 3:06 PM, Chris Stillson [EMAIL PROTECTED] wrote: I realize that this is slightly off list topic, but does anyone know how to keep gcc from converting % to function

Re: [PATCH 2/9] This patch defines the base addresses for DM355.

2008-08-01 Thread Jaswinder Singh
Can we please create new files for the DM355 and DM6467? I don't mind hardware.h including all i.e. #include hardware355.h #include hardware6467.h I will suggest hardware.h should only have common stuff and it will call files as per CONFIG by this way we make it clean and more modular :-

RE: problem with NFS

2008-08-01 Thread Hougui, Yair
Albert Panchy, I advise that you read sprue66 (DVEVM DM6446 getting started guide). It explains the whole process on how to setup and use TFTP and NFS. It looks that the image you have on the flash is corrupted so you will need to download a new image using tftp. Regards, Yair