I'm a GPEC's member (Computer and Engineering Research Group) and I need someone could provide me the material with more details regarding the TriMedia...
If you go to the NXP support site (http://tcshelp.com/request_account.html) and fill out the information, I think NXP will be happy to share the necessary...
Hello, we are developing a discrete system containing a PNX1700 coupled with a RISC processor. What we want is a system in which an operating system is running...
We have a lot of experience with this sort of application. There is a driver, called tmman, which is usually used for the communication. If you use pSOS and...
... It is theoretically optional but mandatory in practice because you have to reinvent the wheel. In another word, using pSOS on PNX represent no additional...
Dear experts and friends, I'm working with PNX1500. I've just ported successfully FFmpeg (a H.264 video decoder). In order to render the decoded frame, I must...
The normal way to do this is to provide a TSSA wrapper around your decoder. Then you draw into a frame buffer and send the pointer off to the QVCP to be...
Hi everyone! I'm in doubt about the format of Trimedia operations. Can anyone tell me how is the format of Trimedia TM-1000 operations (26 bits, 34 bits, and...
Your question on format is very vague. You need better qualifications to get the answer you want. Basically the TriMedia is a VLIW machine that natively...
... I found that the tmman is available as Kernel module for VxWorks, and also for Linux running on x86 architectures, but i did not find anything about ARM....
We're working on a response. Today, the preferred host is an ARM with a PCI interface running Linux. We like some Marvell chips. We are working on an app...
Dear Roberto, Since you are a beginner, I will like to give an idea to what you are going to encounter in the next few days. 1. Trimedia is a very powerful...
hi everyone in the compilation of the assemblyfile:instrumented_matmul.s, i have got that error, ????? would you help me plz? dounia@bonnard:~/trimedia/bin$...
Dear Chuck, Thanks a lot for your response! But I'd like to ask, where could I get the tutorial about exQvcp and exGraphicsInsertion? I'm quite new to them. ...
Hello Roberto, Other people seem to think that you want to operate on 26/34/42 bit data, whereas I think you are refering to the instruction format. If that is...
Hi everyone! I have the same Roberto's doubt. The point is the format of Trimedia operations (as JP answered. Thanks!!!) in the bundle (VLIW instruction) and...
This Yahoo group is a very public forum. You are asking for detailed proprietary information. NXP can't just post this. NXP does have a university liaison...
Thank you Chuck for the information. Ricardo. ... From: Chuck Peplinski <chuck@...> Subject: Re: [trimedia] Re: Doubt the format of TriMedia operations....
Hi guys, I am wonder wether or not there are some download/run development tools for trimedia which can be used in command line. I am looking for this kind to...
Hi, mjcon works with mdsUsbJtag. It comes with the MDS USB-JTAG tools. You must set registry keys accordingly: MDS-USB.reg, see doc. dload is a command-line...
dload and mjcon are two of them. dload is dvpMon with a command line interface. mjcon is the updated version of jcon that is fully supported with the latest...
Hi, i would like to know if the jpeg encoding library is part of the NDK or not because I was not able to find it. If is not present (as i suspect) where can i...
For what processor? We haven't shipped a JPEG encode for some time. Some old code is around. What do you need to do? Isolated stills? Or real time motion...
Thank you for the fast reply. ... We are working with PNX1700 and we need real time motion JPEG, or any other image format which is possible to encode at high...
NXP has a "dvr250" reference design that uses the MPEG4 encoder from SunTimes. This can encode quad CIF on one 1700, I believe. Chuck Peplinski Media...
DResearch - www.dresearch.de - used to do motion JPEG for TriMedia. Chris ... From: trimedia@yahoogroups.com [mailto:trimedia@yahoogroups.com] On Behalf Of...
... Did you ever implement this? We are looking at some cost savings measures and would like to eliminate an external MCU which is only used for the LCD LED...
Assuming the resources aren't already in use, it should be easy to do this on a PNX. Set up a GPIO pin in signal generation mode. Fill a buffer with the ...
hello pleaze test this code c , and tell me what s the result, me i get always the value 0 !!!!!!!!!!!!!!!!! #include "mmio.h" main() {printf("current time=%d...
Hi Guys, I found a function _rt_alloca in TCS environment. Is it equivalent to alloca (using man alloca in any linux machine to see more details)? Thanks a...