Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the trimedia group. File :...
trimedia@yahoogroups....
Jun 2, 2008 10:37 am
11623
I have uploaded the kernel minidump file to "Files" May it help to locate the problem. I also made a few revisions of my programs. it only increase or ...
I created new memspace using next command: err = tmmlCreate( &memHandle, MEM_SIZE, tmmlMmspMpCached ); where memHandle is defined as: tmmlMmspHandle_t...
Did you find a problem or are you just puzzled by the addresses of various handles? I don't think the addresses have to have the relationship you expect....
So you need more then simple download. You are using extensive PC <-> DSP communication where the spinlock issue is most likely to be problematic. I suggest...
Hi, I use pnx1701 in our pci card and the exolvideo apps can run ok for long time. But when I change the 1701's register value in dvpmon, it always make...
Our Server Board BIOS have an option: Core Mutlti processing [Disabled] If disabled, CPU numbers recognized by w2003 decreased from 8 to 4. (E5404 is quad...
________________________________ From: trimedia@yahoogroups.com [mailto:trimedia@yahoogroups.com] On Behalf Of gu_jinbocn Sent: Wednesday, June 04, 2008 10:22...
I want to Lint the code to check for errors. I'm going to use PC-lint and I wondered if anyone has set up lint before on the NDK and can offer any advice or...
It has been done. I can provide it on TCSHelp. But we don't support it. Chuck Peplinski Media Processing Software Architect for PNX1500/PNX1700 TriMedia Tech...
I follow example of tmman to load and run .out image. Tmman doc say: Function: cruntimeStart CRunTimeParameterBlock struct SynchronizationObject: be signaled...
The "target exits normally" when the standard C library function exit() is called. This could happen because of an assertion or a fatal error. What is in the...
Thanks a lot! Yes, It is the RSE cause exit msg. RSE DP is overwritten by my interrupt DPs. ... exit() ... error. ... can ... been ... www.TCSHelp.com ... ...
Hi, good afternoon everybody! There are another problem that I faced with recently. How realize the dynamic change of VrendGfxVo output resolution on line with...
This looks like an instance of the "known PR" ds08#1934, "VrendGfxVo has no API for changing VideoOutMode on the fly". I found that PR in the SW errata from...
Hi guys, I am trying to port linux to PNX1500 processor. It includes a minimum linux kernel, a uclibc and a busybox. The Linux kernel is based on linux-2.6.14...
Hi All, I migrated from Win XP to Linux but I am still using a WIN XP machine to run Trimedia tools. I know there is a complete TCS tool set for Linux: is...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the trimedia group. File :...
trimedia@yahoogroups....
Jul 7, 2008 1:50 pm
11641
I posted a file for you on TMUG. It is the sources for tmrun and some other useful utilities. Chuck Peplinski Media Processing Software Architect for...
... Thank you very much Chuck, do you whether TCS 5.1 and this tmrun run also on LINUX UBUNTU ? If so does it runs with the latest (8.04) or the previous...
I know what the release notes say. This code is tested and supported on a specific RedHat version (see the release notes). The TCS team does not support...
Hi Chuck, I managed to install TCS 5.1 on UBUNTU 8.04. There just a minor flaw in the setup script: even if you enter a destination path ("/usr/local/TCS" in...
Hi Chuck, I have tried to build the tmrun source code but I really don't understand the Makefile structure .. I guess I should properly define some make...
now,my pnx8950 can work at 133mhz and pnx8950 will die sometimes if it worke at 200mhz. I think the bad layout(ddr part) causing pnx8950 died.I want something...
When using vsnprintf() with "%g" or "%f" as the format string, all that prints is 'g' or 'f'. Is this a known problem? It seems to work fine with %d, %s, and...
I wonder which vsnprintf you are using? With recent compilers (TCS 5.1 at least), this function is implemented in the TCS C library. In older compilers, it...
Hi, Does anyone have a sample schematic for PNX13XX. I could not find a complete schematic in the cookbook. Specially, I am not sure how to boot the device by...
Hi, I'm new to nexperia. I want to make some simulation before my custom board is ready. I've been trying to simulate "exProjectNDK5.8/apps/MyHelloWorld" but...