Help for Gtk Runtime Error

2008-10-22 Thread Mohamed AbdElwahed
I just downloaded gtk+-2.6.1.tar.bz2 then configured it by ./configure --prefix=/Gtk/install then make, make install i now try to run gtk-demo but unfortunately i have the following:- -- [EMAIL

RE: Help for Gtk Runtime Error

2008-10-22 Thread Venkatachala Upadhya
Hi, I am assuming you are working with MEL 2.6.10 or so version. In this version of Linux, the console is configured for /dev/console and it is a ART device. So you console is not a graphics terminal. That is why you have the error. You have to configure your display as the frame buffer device

RE: Help for Gtk Runtime Error

2008-10-22 Thread Phil Quiney
Hi, For testing you could divert the display to a remote Linux box and use that as the display. On the Linux host you need to run (as the user running the X session) the command 'xhost +' (which allows any connection) or xhost +targetname to just allow the target - though this relies on DNS

RE: Getting started w/ simple JPEG encoding

2008-10-22 Thread Arie Muijnck
And copied back to mailing list again, I don't do private consults DSP type doesn't matter. The YUV format spec is the same over all products, it is coming from the IEC etc standards. Also: 'neutral U,V values' is 128, and Y often only uses values in the range black=16white=240.

RE: Davinci DMS355 - Error in Make Menuconfig

2008-10-22 Thread Prabhaharan R-TLS,Chennai
Hello All, I am trying to do the make menuconfig in Montavista Linux. It is giving a lot of errors like the following, /Kconfig:682: syntax error, unexpected T_WORD /Kconfig:685: invalid menu option /Kconfig:685: syntax error, unexpected T_WORD /Kconfig:690: invalid menu option

Re: Re: RE: Audio demo (AIC33)

2008-10-22 Thread ashish pareek
Hi , How mixer settings are done ? I want mic in settings with 100% gain . Before that i want to see existing settings . Ashish On Tue, 07 Oct 2008 Phil Quiney wrote : Hi, Can you not just open /dev/dsp and read that device, writing to FLASH as when you need to. You can configure

RE: Davinci DMS355 - Error in Make Menuconfig

2008-10-22 Thread Rajashekhara, Sudhakar
Hi, Most probably there is a syntax problem in the Kconfig file. Have you modified this Kconfig file? Regards, Sudhakar From: [EMAIL PROTECTED] [EMAIL PROTECTED] On Behalf Of Prabhaharan R-TLS,Chennai [EMAIL PROTECTED] Sent: Wednesday, October 22, 2008 3:17 PM

RE: Davinci DMS355 - Error in Make Menuconfig

2008-10-22 Thread Prabhaharan R-TLS,Chennai
Hi, I have added the new entry for some of the drivers in the KConfig file. I have followed the same syntax, as like other entry. Thanks, Prabha. From: Rajashekhara, Sudhakar [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 22, 2008 3:23 PM To:

RE: Davinci DMS355 - Error in Make Menuconfig

2008-10-22 Thread Rajashekhara, Sudhakar
Refer to the lines pointed to by the error message and also refer to some other Kconfig files for proper syntax. Regards, Sudhakar From: Prabhaharan R-TLS,Chennai [EMAIL PROTECTED] Sent: Wednesday, October 22, 2008 3:25 PM To: Rajashekhara, Sudhakar Subject: RE:

RE: Re: RE: Audio demo (AIC33)

2008-10-22 Thread Phil Quiney
You can use aumix to do this. We put the following line in the /etc/rc.d/rc.local to set the required values at boot time... /usr/bin/aumix -m R -m 100 -v 80 This sets the mic input as the record source, sets the mic volume to 100% and the output volume to 80% If you want to see the

Re: RE: Re: RE: Audio demo (AIC33)

2008-10-22 Thread ashish pareek
Hi , In my target machine (DM355 connected with Hyperterminal ) i dint find rc.local .Instead i found diff folders like init.d ,rc0.d ,rc1.d...etc. While in my host which is FC7 i found rc.local in urs specified folder . I guess mixer settings should be done on target side . On Wed, 22 Oct

RE: RE: Re: RE: Audio demo (AIC33)

2008-10-22 Thread Phil Quiney
Hi, /etc/rc.d/rc.local does not need to exist. On My DM355 the start script /etc/init.d/rcS checks for this file and if present + executable it gets invoked. This file is meant to hold 'local' configuration items as required by a particular machine. The idea here is to prevent modification

Codec Engine Code Overlays with more than one codec?

2008-10-22 Thread Itay Chamiel
Hi, I've just read the following article: http://wiki.davincidsp.com/index.php?title=CodecEngineCodeOverlays Basically it explains how to link a codec such that some of its code gets loaded into slow external memory, but the linker allocates room in fast memory and fools the rest of the

RTSC Server Package Wizard

2008-10-22 Thread Albert Burbea
Hi everybody I am trying to build a codec/server bundle. I succeed to run the example viddec provided in ceutils_1_06. when I try to build the h264dec provided from TI, I succeed to build the codec, but when I build the server I consistenly encounter the following error: Package,

RE: Codec Engine Code Overlays with more than one codec?

2008-10-22 Thread Ring, Chris
Great question, and once resolved we need to add this to the wiki article you indicated. Unfortunately I don't have the answer for you. :( This linker command file generation is a feature of the XDC tools, which are migrating into the Eclipse Open Source community. They are maintaining a

RE: RTSC Server Package Wizard

2008-10-22 Thread Tivy, Robert
Stabbing in the dark, could it be that your XDCPATH definition has a typo? There is no leading / in front of home/albertb/albertb_tests/packages. - Rob From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Albert Burbea Sent: Wednesday, October 22,

RE: RTSC Server Package Wizard

2008-10-22 Thread Griffis, Brad
Albert, You said the codec is located here: /home/albertb/albertb_tests/codecs/ti/sdo/codecs/h264dec/ Therefore your path needs to include /home/albertb/albertb_tests/codecs/ Note there are two changes: 1) Add the preceding '/' as Rob pointed out. 2) Change packages to codecs if that's indeed

basic question(s)...

2008-10-22 Thread Ed Sutter
Hi, More questions for any of you patient enough to answer... I'm trying to get to know the OMAP35xx development environment a bit better. What is the typical mode of development for OMAP35xx based projects? I'm guessing that the answer to this question is dependent on what it is I need to

RE: basic question(s)...

2008-10-22 Thread Tivy, Robert
I don't know about standard library/hookup, but DSP/BIOS and DSPLink are widely used for the ARM-DSP communication. DSPLink is kind of low level, so you could also use Codec Engine from TI for simplifying and/or abstracting the interface between the DSP and ARM, and in doing so could probably

RE: writing compiling executing arm-dsp hello world program

2008-10-22 Thread Kamoolkar, Mugdha
Deepak, Looping in open-source list ... It is best to write to open-source list for all such questions. Please do not write directly to any person on the list. It is generally frowned upon, since usually all the people on the list do not have the bandwidth for personal support. Regards,

dm355 spi

2008-10-22 Thread BJ Opp
Hello all, I'm aware that spi on the dm355 has been discussed previously on this list since I've also been included in it but I have a question. I had worked with a previous release of the dm355 kernel where there was no spi support and made use of Josh Hintze's (sp?) spi driver to talk to a

RE: basic question(s)...

2008-10-22 Thread Kamoolkar, Mugdha
To add to that, all tools you need for building DSP-side are available standalone as well (outside of CCS): Target Content: https://www-a.ti.com/downloads/sds_support/targetcontent/index.html CodeGen tools: https://www-a.ti.com/downloads/sds_support/CodeGenerationTools.htm Generally good to

Re: RTSC Server Package Wizard

2008-10-22 Thread girish . bn
Hi, You need to include the h264dec codec package path. It shall be $DVSDK_INSTALL_DIR/dm6467_dvsdk_combos_1_35/packages/ thanks and regards Girish Quoting Albert Burbea [EMAIL PROTECTED]: Hi everybody I am trying to build a codec/server bundle. I succeed to run the example viddec provided

Hi

2008-10-22 Thread Madhu K
hi,i need dm9000 ethernet miniport driver on dm355 ___ Davinci-linux-open-source mailing list Davinci-linux-open-source@linux.davincidsp.com http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source