In message <19013128171.20050805151105 at rambler.ru> you wrote: > > I have EVB based on PPC 405 EP (PPChameleon EVB). It has JTAG port. > What JTAG device can I use to connect to the board? I've found BDI2000
You found The Right Thing (TM). Use a BDI2000. > device, for example, but it costs as N times as the EVB does It's worth the price. > (approximately). It seems unreasonable for me. Is it possible to make such a > device or to find > find the cheaper one? We found several schemes of how to make connector > BDM-parallel > port. Is it possible to do such a thing for PPC 405EP? It's simple to rig up the required electrical interface and attach it - say - to the parallel port of a standard PC. However, to make any use of it, you have to understand which data to send and how to interpret the results. This requires signing a NDA with IBM / AMCC / Freescale. Assuming you get the required information, it then means quite a lot of hacking to get some working code that interfaces with a standard debugger like GDB. And you will not be able to share your code with others, as the NDA explicitely prevents you from implementing it in any form of open source software. You will completely on your own there. In the meantime the BDI user has completed 5 more real projects. Go for a BDI. Best regards, Wolfgang Denk -- Software Engineering: Embedded and Realtime Systems, Embedded Linux Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de SW engineering is a race between programmers trying to make better idiot-proof programs and the universe producing greater idiots.