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...
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...
... 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...
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...
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...
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...
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...
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...
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....
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...
... This says your hardware is compatible. ... C:\WINDOWS\SYSTEM32\DRIVERS>dir mds*.sys Volume in drive C has no label. Volume Serial Number is 685D-0459 ...
Is someone found an answer for this thread? Thanks Greg ________________________________ From: trimedia@yahoogroups.com [mailto:trimedia@yahoogroups.com] On ...
Hi everyone, In some 2D examples the code likes this, tmmlmmspHandle_t hMmsp; tmhwDrawBitsRef_t hPixel; tmhwDrawable_t *pScreen; ... ... tmmlCreate(&hMmsp,...
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...
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...
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...
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...
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...
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,...
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...
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...
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 ......
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...
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...
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...