Hi I have bought a DT1304 Trimedia board. Which software-development-kit and compiler can I use to work with this processor? Thanks. ...
9062
renzhe50
Aug 1, 2005 11:28 am
hi all, Why PNX1500 output borken video in middle? thanks...
9063
Alfred Lee
alfred17330
Aug 1, 2005 5:04 pm
See Luis' response. You need to determine what happened when you made the change. It is possible that with the change caused the boot to run then die. First...
9064
Alfred Lee
alfred17330
Aug 1, 2005 5:37 pm
You can determine the software and hardware revision of PCIJTAG as follow: C:\Nexperia>pcijtag -v and you should see C:\Nexperia>pcijtag -v Rev. 4.0 MDS...
9065
Alfred Lee
alfred17330
Aug 1, 2005 5:38 pm
Can you describe what do you mean by broken? Best Regards, Alfred Lee ... From: "renzhe50" <renzhe50@...> To: <unsure>; <trimedia@yahoogroups.com> ...
9066
Alfred Lee
alfred17330
Aug 1, 2005 5:41 pm
... A bug was recently identified in this area. Deinterlacing in MBS erroneously generated 50/60 frames even if subsampling is enable. Please post to TCSHelp...
9067
elgo1392003
Aug 1, 2005 9:39 pm
I have been trying to similarly port the driver to a mips board and have had some luck with using pci_alloc_consistent. However the board freezes when trying...
9068
Alfred Lee
alfred17330
Aug 1, 2005 9:50 pm
Could that be somehow related to the noice created by heavy load/current? Try memory test or some other tasks to eliminate hardware related problems. Best...
9069
elgo1392003
Aug 1, 2005 10:26 pm
How much current does the board draw at maximum (its ommited from the documentation)? I've also tried out the memory test and that seems to be ok (the one...
9070
forrestvander
Aug 2, 2005 1:40 am
I have encounter the similar problem. There is horizontal line in the screen(it may move up and down dynamically), which splits the video into two...
9071
tunshu2004
Aug 2, 2005 1:58 am
hi alfred Lee ... 1. pcijtag -v The result as below: pcijtag.lib Revision:4.0.0 Driver Revision:2.1.0 Number of opened handles to the driver:732809982 Process...
9072
Alfred Lee
alfred17330
Aug 2, 2005 4:33 am
Do you also use VtranMbs2 in your application? You may have created competition for the MBS instance that is used in the VrendGfxVo. If it is and you can...
9073
Sledz, Steffen
steffensledz
Aug 2, 2005 6:12 am
To solve this problem I patched two files in the NDK (see below). But it would be really nice, if a new MPTK release would support a more comfortable solution....
9074
gongwjh
Aug 2, 2005 11:37 am
Hi everyone: I am debugging the UART in my standlone board based on PNX1502.I checked the NDK's uart component (C:\Nexperia92;NDK4.3 ...
9075
Chuck Peplinski
chuckpeplinski
Aug 2, 2005 12:22 pm
We are pretty confident it is SW bug(s). A new version is in the works. It is already behaving better than what is release, but I have not yet seen it...
9077
Alfred Lee
alfred17330
Aug 2, 2005 4:57 pm
... This says your hardware is compatible. ... C:\WINDOWS92;SYSTEM3292;DRIVERS>dir mds*.sys Volume in drive C has no label. Volume Serial Number is 685D-0459 ...
9078
Senechal, Gregoire
gregoiresene...
Aug 2, 2005 8:59 pm
Is someone found an answer for this thread? Thanks Greg ________________________________ From: trimedia@yahoogroups.com [mailto:trimedia@yahoogroups.com] On ...
9079
tinsleykuo
Aug 3, 2005 2:13 am
Hi everyone, In some 2D examples the code likes this, tmmlmmspHandle_t hMmsp; tmhwDrawBitsRef_t hPixel; tmhwDrawable_t *pScreen; ... ... tmmlCreate(&hMmsp,...
9080
tunshu2004
Aug 3, 2005 8:14 am
Dear alfred: I update mds-pci driver revision to 4.0.0. DvpMon have found the probe.Thank you very much. Now I also can download program to my board. My error...
9081
Ciccarelli Lorenzo
ambiente12
Aug 4, 2005 3:52 pm
Dear All, Does anybody know how tmmgprof exactly works? What type of rules it uses to merge different dtprof.out? This could be very interesting to understand...
9082
Chuck Peplinski
chuckpeplinski
Aug 4, 2005 4:19 pm
tmprof is supported and documented. I have never used tmgprof. I don't see it in any of the official releases. Where does it come from? Read the docs on...
9083
Ciccarelli Lorenzo
ambiente12
Aug 4, 2005 4:41 pm
tmmgprof is documented on Software Tools - Part A of Trimedia Compilation System 4.4 User manual v1.0 (29 Jan 2004) at page 11 Then also in Getting Starded...
9084
elgo1392003
Aug 4, 2005 7:52 pm
Hello, With regard to the previous post, I was also wondering if the shared contiguous memory section allocated during startup (containing the hal and the...
9085
Chuck Peplinski
chuckpeplinski
Aug 4, 2005 9:13 pm
not sure about your detailed memory question(s). Printf (used by exolVideo) also goes through the shared memory. As I understand it in a Windows system,...
9086
Chris Bore
chris_bore
Aug 4, 2005 9:29 pm
The information that gets fed back using -r or -G options is essentially just: 1) execution counts of each decision tree 2) probability of each branch at a...
9087
Luis Lucas
luismlucas
Aug 5, 2005 1:26 am
This is a typo. It is an example. Any profile can be used for the IDE. I'm not sure it has been tried but by design several IDEs can be connected. The hardware...
9088
Chuck Peplinski
chuckpeplinski
Aug 5, 2005 1:31 am
We have demonstrated two HDU's connected as master and slave. Working on HDU+CD. Not ready to release yet. Chuck Peplinski TriMedian at MDS www.mds.com ......
9089
singlefox205...
Aug 5, 2005 1:38 pm
hi, everyone! Recently, I met a strange problem when I ran program in tmDbg, the tmDbg always display "failed to find DP buffer", I got the same result even...
9090
Chuck Peplinski
chuckpeplinski
Aug 5, 2005 5:19 pm
This is a known bug in tmMain of NDK 4.2. It is fixed in NDK 4.3. C Chuck Peplinski TriMedian at MDS www.mds.com ... [Non-text portions of this message have...
9091
Chuck Peplinski
chuckpeplinski
Aug 5, 2005 5:58 pm
I found some more information. One of the compiler guys told me: dtprof.out is generated by using the -p compiler option. This option instruments code which...