USB Keyboard and USB Mouse together

2008-06-20 Thread viral
Hi all, I wish to connect USB Keyboard and USB mouse with dvevm which has only one USB port by default. If I connect one by one any them, it is detected. I am using standard 1 to 3 High speed 4 port USB Hub (2.0) Using it, The KB or Mouse, which ever is connected first is detect. Second one is

The usb keyboard does not work!

2008-06-20 Thread pirate
Hi, There is a usb keyboard,it does not work! The following is the related kernel config. # # Input Device Drivers # CONFIG_INPUT_KEYBOARD=y # CONFIG_KEYBOARD_ATKBD is not set # CONFIG_KEYBOARD_SUNKBD is not set # CONFIG_KEYBOARD_LKKBD is not set # CONFIG_KEYBOARD_XTKBD is not set #

RE: The usb keyboard does not work!

2008-06-20 Thread Subbrathnam, Swaminathan
What is your kernel version ? Regards Swami (Type pspproducts in you web browser for PSP info) http://dbdwss01.india.ti.com/pspproducts/ PSP downloads at : http://software.ti.com/swcoe/intranet/reports/pds/PSP_releases.php Office : +91-80-25048629 -Original Message- From: [EMAIL

RE: The usb keyboard does not work!

2008-06-20 Thread Phil Quiney
Hi, Can you try the attached program. You need to find out what input device the keyboard is usingit should appear as /dev/inputX where X is a number. It can be /dev/input/X (IIRC) depending on how the system is configured. The program will decode the key events and print them on the

Graphics Applications on DM355

2008-06-20 Thread Krishna Reddy
Hi Every One I need to create Graphics applications on DM355 board with MontaVista Linux. EVM came MontaVista Pro 4.0.1 Evaluation version. Example application like will TouchScreen based Adress Book and selecting some butons etc and we also plan to use Opera (or similer) webbrowser for

RE: Graphics Applications on DM355

2008-06-20 Thread Phil Quiney
Hi We went through this issue a while back ourselves. There is nothing stopping you 'porting' an X server (say nano X) to the DM355 apart from the effort involved. This 'effort' may cost you more in development time/cost than paying for an existing commercial package. You could go the

Files on DM6467 EVM

2008-06-20 Thread Ondrej Pindroch
Hello Can anybody send me a list of files needed for standalone demo on 6467EVM. I suppose they should be in /opt/... for example my DVSDK contains this files and folders root@(none):/# ls /opt/dvsdk cmemk.ko decodeCombo.x64P interface mapdmaq-hd decode dsplinkk.ko loadmodules.sh web

CMEM warnings during codec create

2008-06-20 Thread Omkiran Sharma
Hi, During codec create we get a warning saying that pool based allocation does not support an alignment using default alignment 0x during codec create. While it does not cause any issues, is there any way to switch of this warning? This raised another question in my head: While we

porting u-boot-1.3.3 to TI Davinci DM6446 dvevm board!!!

2008-06-20 Thread Microtiger
hello, everyone! I have portted u-boot-1.3.3 to TI Davinci DM6446 dvevm board, but have some little problems! such as the environment variables can't be saved! have anyone do same things?let's talk about it together! :) -- www.microtiger.mobi I want to be a complete engineer:technical genius and

RE: g711 open source codec

2008-06-20 Thread JitendraJain
Hello all, We are using DM6446 board and codec engine version 1.20. we have followed build_instructions.html under dvevm_1_20/codec_engine_1_10_01/examples. we want to generate encoded G711 file and this is required to be done on ARM core of processor. As mentioned in build_instructions.html

DM355: PAL camera connected but NTSC selected.

2008-06-20 Thread Nadeem Mulla
Hi, I am working on DM355 EVM board. I am running the demos from command line. After executing the ./encodedecode command an error message is genrated as, Encodedecode Error: PAL camera connected but NTSC selected. I am booting with the following env: setenv bootcmd 'setenv

Segmentation fault when trying to build the code.

2008-06-20 Thread Santoshkumar GK
Hi, I am woking TMS32DM6467 EVM . I am trying to build my code using montavista 4.0.1 tool chain. But i am getting segmentation fault wit this messaage as collect 2: ld terminated with signal 11. Can u please let me know why am i getting segmentation fault and what does this message say

RE: DM355: PAL camera connected but NTSC selected.

2008-06-20 Thread Phil Quiney
Hi You cmd line is wrong - it should be dm64xxfb:output=pal as the DM355 kernel is using the DM644x frame buffer driver. The default is NTSC and the kernel is not seeing your PAL setting since you are applying it to a non existant module Regards Phil Q Phil Quiney, Senior Software

RE: DM355: PAL camera connected but NTSC selected.

2008-06-20 Thread Nadeem Mulla
Hi, Thanks for reply. after changing the command linr to dm64xxfb:output=pal, the same error message is displaying. Encodedecode Error: PAL camera connected but NTSC selected. Please suggest any solution. Nadeem Phil Quiney [EMAIL PROTECTED] wrote: Hi You cmd line is

RE: DM355: PAL camera connected but NTSC selected.

2008-06-20 Thread Phil Quiney
Hi, I am wondering if it is a limitation of the demo program? Perhaps you could study the demo source code - the camera is being detected as PAL (which is good) - so why/where does 'NTSC selected' come from? There doesn't appear to be a command option to select PAL (according to the

CACHE_waitInternal

2008-06-20 Thread Mohit Chauhan
Does anybody have any idea about cycles taken by CACHE_waitInternal in profiling report created by CCS? What does the cache wait for? And how to minimise these cycles? Regards, Mohit ___ Davinci-linux-open-source mailing list

RE: DM355: PAL camera connected but NTSC selected.

2008-06-20 Thread Jon Povey
DM355 EVM demo works fine with PAL, we have two of them here and only use PAL. The stuff about setting up PAL mode is towards the back of the getting started guide, u-boot environment variables and the board jumper. It was a while ago now but we followed the instructions more or less (I seem to

RE: DM355: PAL camera connected but NTSC selected.

2008-06-20 Thread Phil Quiney
Hi, no lies...that is my understanding of things as well ;-) u-boot sets the 'videostd' environment variable to PAL or NTSC depending on the switch. You just have to make sure that this variable is used in the command line. This allows the switch to control PAL/NTSC selection of output

Re: u-boot and serial transfer

2008-06-20 Thread Andrea Gasparini
Thanks Phil, thanks Ottavio, I had time to test it, and C-kermit works great!! I confirm that's definifely better than minicom. ;) bye! -- Andrea Gasparini ImaVis S.r.l. web: www.imavis.com ___ Davinci-linux-open-source mailing list

Re: porting u-boot-1.3.3 to TI Davinci DM6446 dvevm board!!!

2008-06-20 Thread Dirk Behme
Microtiger wrote: hello, everyone! I have portted u-boot-1.3.3 to TI Davinci DM6446 dvevm board, Why did you do this? What's wrong with dvevm support in upstream uboot? http://wiki.davincidsp.com/index.php?title=Linux_Toolchain#Get_recent_open_source_U-Boot Dirk but have some little

RE: building dsplink

2008-06-20 Thread Wan, Vincent
Hi Brian, If you haven't already done so, I suggest you take a look at the example codec_engine_2_10_01\examples\ti\sdo\ce\examples\apps\video_copy\dualcpu_separateconfig_dll. It does something similar to what you are trying to accomplish, ie., wrap CE into a DLL. This might give you a clue as

RE: CMEM warnings during codec create

2008-06-20 Thread Tivy, Robert
This warning is produced at GT trace level 6, so it can be disabled by not enabling 6 in CE_TRACE (but CE_DEBUG=[1|2|3] might turn it on). The simplest solution is to pass Memory_DEFAULTALIGNMENT in the align parameter. I'm not sure about the DSKT2 question, perhaps the answer is IRES/RMAN?

RE: CMEM warnings during codec create

2008-06-20 Thread Ring, Chris
The xDAIS manager for ARM algs is buried inside Codec Engine. Internally, there is a slightly modified port of the old ALG reference API, but we don't support it independent of Codec Engine. As a result, it is not as full featured as DSKT2; for example, the framework doesn't provide lazy

Installing u-boot on dm355

2008-06-20 Thread Gorwood, Steve
The following program may help you. It is a prlgram which will flash the DM355 Flash through the RS232 port. http://wiki.davincidsp.com/index.php?title=Serial_Boot_and_Flash_Loading_Utility Regards, Steven Gorwood inline: Blank Bkgrd.gif___

Re: building dsplink

2008-06-20 Thread Brian Rhodes
Vincent, That is somewhat similar, but it is doing everything in the library which is dynamically loaded. ceruntime_init, engine_open, *_create. That process does work fine for me. I am trying to do ceruntime_init/engine_open/memory allocation/memory management in 1 dynamically loaded