Hi, dear group, I try to develop a simplest dynboot program, when I change the build option to static, it work ok, but if I want to use the dynboot option, I...
Sorry, we just don't support DLL operation. We don't test it. The problem could be in a lot of places, from the build, to the various components. Chuck...
Yeah, but it work ok on tmsim mode, I wonder if there is a way that nohost could be run on tm1500 board? ... _______________________________________ ...
The underlying DLL mechanism that TCS supports basically works. To make it work in the larger system, you just have to make sure that no piece of the larger...
If you use (2), it should work, at least over PCI. If you don't use PCI/tmman/Windows, then there will be no file system and it won't work unless you provide a...
Hi, I use (2), but with some diff, after got the out file ,I use tmSEI to make a sei image, then load via jtag: ..\bin\tmSEI -tcs G:/NxpUSB/TCS5.01 -cpath ...
I think Chuck means in the situation you described, the DLL handler is supposed to fetch the DLL through the filesystem. But there isn't a filesystem available...
I found a bug when build nohost for tm1500 in tcs5.01 for linux version.When use -btype dynboot option, it just not work, perhaps there is some wrong with it?...
Hi all, I have tried to port linux (include linux kernel, uclibc and busybox) to trimedia. Now, it only supports pnx1500 and can run on ttisim. I have released...
Hi guys, I have started a project on google code which I call tmlinux (http://code.google.com/p/tmlinux). It tries to port linux to trimedia and now it can...
... Just a short hint. Take a look at openembedded.org. It tries to unify the creation of complete linux distributions for embedded systems. It would be really...
Yes, I have noticed openembedded for a long time. And I am researching it. The biggest problem to move to openembdded is toolchain, for tmcc can not support...
Hi group, I've developed an application to my custom board and now I want to burn it in the NOR Flash memory so that my board can run without the JTAG. I...
Look at the examples in the tmBffs component. You should be able to get those working and hence prove that the Flash HW and the boot script is OK. Chuck...
Hi We use pnx1700 to develop a pci card. In our card, no comp uses xio. So I disabled xio in MMIO (0x040010, bit17). I use udma to read a buffer from pci to...
All of the info on the 1300 is still posted on TCSHelp.com (http://www.tcshelp.com/private/pnx1300/index.html) If you don't have an ID, request one, and I'll...
Bit 22 of the PCI control register enables XIO functionality. The comment on bit 17 says "The PNX17xx Series will always use this aperture." Looking at table...
Hi, But in buglist, 3620, says: 3620 PCI The PCI slave replies to transactions targeting the XIO aperture Description: The PCI slave module does not discard...
Hi, problem solved! Here's the description of the solution, case somebody have the same problem in the future: --First mistake: I was compilling for Intel NOR,...
Hi all, one more problem for your delight. Any clue will be very usefull for me. the core of my application is a simple TSSA1 chain like this: VcapVip2 ->...
In addition to less compiler optimization, trace build generates a lot of debug message going into the DP Dump. Dump it and see for yourself. In all likehood...
The bug description keeps on talking about bit 22. The work-around description is incorrect since it is bit 22 and not bit 17 (typo). I guess you found a bug...
Hi guys, I used to use the old tmcc Linux version (tmcc: V7.1.0 of TCS V5.01(tcs50rc7_Linux)) to compile some C source code which uses lots of WRREG(...)...
I believe PNX1303 was replaced by PNX1302, i.e. PNX1302 specification was extended to cover PNX1303 specification, i.e. 200 MHz CPU, 183 MHz SDRAM. PNX1302 was...
Hi, I agree with you. Most likely this is a problem in the video capturer. It is most probably not robust in case things are not done in time. A trace build...