... (pal), ... But the 7104 spec. say it can support up to 1920x1080, why bsl is restricted? ... of the ... output ... Do you mean if I want to process the...
Hi, the bsl shipped in MPTK has these restrictions. It is relatively easy to extend this. Also in case the customer has his own board, his own bsl, he can go...
If I remember it right, on DVE-3, the printf is redirected by the inclusion of serial console IO directive in tmconfig. It should go to the first port, port...
Typo. It should be DVE-2. Best Regards, Alfred Lee ... From: <alfred@...> To: <trimedia@yahoogroups.com> Sent: Thursday, July 01, 2004 9:29 AM Subject:...
Could anybody tell me where can I get pnx1500 drivers source code? I found some source code in one of NDK releases. It seems to be complete for Windows but not...
hello I want to know if there is any of development board in market who has more than one PNX 1500 processors. I saw four processor dev. board on MDS website...
Maybe you want to check www.roxus.net for the uClinux. http://www.roxus.net/technology/linux.html an ... Do you Yahoo!? Yahoo! Mail Address AutoComplete - You...
Hi All, Looking through the data sheets and the archives I am pretty confident that executable code built for the TM1300 will run on the PNX1300 range. (Built...
Hi Which version of MPTK release do you use? MPTK 1500 RC2 release has updated linux drivers. Regards, Janaki. Philips Semiconductors 1140 Ringwood Court,...
I will be out of the office starting 2004-07-03 and will not return until 2004-07-19. Please contact Laurent Jaladeau (connectivity issues), Karl Verheyden ...
Thank you, Alfred Lee. But, when I try it that way, it still doesn't work. The manual and readme file shipped with DVE-2 board say that the printf is...
Just picking up on this thread. I dont understand what is available for using a Linux (instead of Win****) PC to host Trimedia boards. I have tried very hard...
Hi: I put card, which made by us, into PCI slot with correct driver. When I run dvpmon.exe, the window shows an error message. ˇ§Fatal: unable to probe...
Hi groups, In NDK4.41, there are tmdlDma and tmdlUdma. If we would like to write a program using dma to get data from pci, we should use tmdlDma, tmdlUdma or...
Hi, You should use tmdlUdma to transfer from/to memory to/from PCI. tmdlDma is not a supported component on PNX1500. It will be removed in later releases. ...
Hi all, Many examples in NDK4.41 use tmmlMalloc() to allocate memory instead of malloc(). When we write NDK4.41 programs, we can use malloc() and tmmlMalloc()....
Good day. Every time I start any program on pnx1500 using 'dload' program ... i give a warning "Ignoring TM32OsSize registry entry. It has to be non-zero and...
Hi groups: There is no the example "exWebServe" after I installed NDK2.2 SP2. But "Stand-alone system(SAS) Getting started" release note says that it does have...
Hello all, We have a problem when using udma to transfer data from pci. After tmdlUdmaStart(), udmaCallback() is not called. We are not sure if we make...
Hi Groups, In pnx1500 linux driver source code (DS_tmc), we find that tmmanDebugDPBuffers() tries to find the magic string constDebugMagic in pnx1500 sdram to...
Hi guys: Several days ago, I saw one who post that he had a HW problem that When he plug his nexperia pci card, which made by himself, and run dvmon, It shows...
Serchen Chang
serchen@...
Jul 6, 2004 2:42 pm
6953
It means the TriMedia driver is not loaded. The likely reason is the PNX1500 did not boot successfully. You need to verify that the PNX1500 boots correctly...
Can you try all ports (#0, #1, #2)? Best Regards, Alfred Lee ... From: "yuyangfeng2000" <fengye-cai@...> To: <trimedia@yahoogroups.com> Sent: Friday,...
... It is trying to open the pnx1500.sys driver. ... and the pnx1500.sys driver isn't loaded. The reason isn't loaded is most likely the PNX1500 board did not...
... Hi Zhao, The board you see on our site was a custom developed board and has a 'special' interconnect topology and limited peripherals. Can you contact me...
It means the Windows Registry key: HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services/PNX1500/Parameters/Device0/TM32OsSize has a value that is different...
Assuming all the setup parameters are correct (i didn't verify the event mask), there is only one problem that i see in your code. Callback is called in the...
malloc: is the plain 'C' malloc. This allows you to allocate memory using the memory manager that comes along with your compiler suite. tmmlMalloc: This uses...