Hi guys. I tried to compile the simplest hello world program into dynboot format using NDK6.0 and run it on MBE-1500 (LCP-1500 in standalone mode). But I found...
Printf support for JTAG is in NDK, and not in TCS. Try to build and run under the TCS debugger, as it has some JTAG printf support. In short, be sure that...
I have tried the same program using a static link and it worked OK on my site. I validated the problem using and tmdbg and dvpMon, The following is the result:...
Hi friends, My problem is in the booting stage. I did my best in following the SDE's steps for Autonomous Mode (EEPROM programs, hardware, etc). I have...
The TM1300 can directly access many NOR Flash connected to the PCI-XIO port without glue. As you are aware the PCI-XIO port is part of the PCI Bus interface...
Hello, In my application I'm using the C++ STL excessivly. Now I've found that throwing and catching exception in more than one psos task simultaneously leads...
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 ...