Hi, I have a my custom board, which is already assembled and working. This board has two CompactFlash connectors connected to the same XIO profile, one is...
Hello Igor, incidently, we did some M/S tests recently. After ~2 days of NDK 5.8 hacking, we got a M/S combination running. Most fixes are in tmdlIde were the...
Hy Frank, thank you for the answer. It's good to know that someone has already done it. I think we're going to have to fix it too. A question, just to make...
I have news. people on tcshelp told me to test tmFat32Test with the options -atainfo (to see information on the registered IDE channel on XIO) and -unit 1 (to...
Hi all, I am developing a linux network driver for LAN100. My target board is MDS MBE1500 (LCP1500 in standalone mode). But I met some problems which I think...
Hi guys, I am tried to read the PHYID of DP83847 on MDS MBE1500 (LCP1500 in standalone mode) board by the following way. But the PHYID I read is incorrect. How...
Did you look in the DP buffer after it failed to run? That will often have more info about why it failed. I wonder if the BSL did not match? The files here ...
salut pour l'analyse dynamique, on doit instrumenté le code assembleur généré par un compilateur TriMedia, donc est-ce que vous vouvez m'aider, merci et...
hi i want to analyse the assembly code generated by the compiler. 1. how to know if compiler has used versioning or not? 2.how to know if compiler has used...
Much of this information is produced in the log files when the code is compiled. But I'm not very clear from your question exactly what you are trying to do. ...
Hi guys, I am trying to develop the linux PCI driver for the PNX1500 and I am using a rtl8139 to validate it. But I found the rtl8139 can send packets ...
I know that we are able to run PCI devices in the MBE platform. Can you see the interrupt signal wiggle on a scope? Does the kernel set up all of the...
We have two types of problems with the video freezing up. Note that reception of the input is sporatic coming over RF at 2.400 GHz, so even when operating...
... that ... even ... still ... stops ... Frame ... fix is ... the ... message ... that ... For ... the ... have ... The input stream is as follows: ...
Hi, I'm developing a similar application (the difference is that the data source is a compact flash, not wireless). I'm also facing the same problems with...
Hi Chunk, Thanks for your suggestion. The following is the result I researched. 1. What do you find in the IMASK and IPENDING registers? The IMASK and IPENDING...
Hi Chuck, Thanks for your reply again. 1. There is a pciIntStatus register that might help you. The pciIntStatus you mentioned is MMIO(0x00040FE0), right?...
Are all of the cables connected in the MBE? There is a cable (16 pin?) from the LCP to the arbiter (host) card. That carries Req and Gnt. Is that backwards?...
Hi Chuck, Yes, I do connect all cables in the MBE. When the MBE shipped to me, I found the cable from the LCP did not connect to the arbiter card. So according...
All of the evidence says that the interrupt is not connected correctly in HW. Are you sure that the cable to the arbiter card is not backwards or shifted?...
Hi guys, I am trying to debug dynamical-loading function of linux. On ttisim, the printf can be output and I can see what is happening. But on real hardware ...
You should not have much trouble seeing the DP buffer in any case. That is system independent. Getting dvpMon's console IO to work over JTAG is not a trivial...
Hi Chuck, Thanks for your reply. In fact, It seems difficult for me to see the dynboot application DP buffer. Using tmdbg without any modification, the dynload...
The DP mechanism is intended to be very simple. There is a buffer somewhere in RAM. It is marked with a "magic string". After a soft reset, a program can...
Hi Chuck, Thanks for your reply. As you said, I tried to download a simplest "Hello world" program which output "Hello world" through DP. When built without...
Hi guys, I am deal with dynamically loading of trimedia on MBE1500 board (LCP1500 in standalone mode) and I have a question. I download a dynboot program with...
tmdbg does not support dynamic linking. NXP does not support dynamic linking. Your conclusion is right, but we're not in a position to give much help on...