powerpc

Hi,

I am using opencd 0.2.0-in-development (debian) with amontec jtagkey.

I have implemented with success some basic tcl commands for a powerpc 405D4 platform,

i am able to access to cpu, reset the core, do instruction stuff, read/write registers,io and memory.

With this basic set of instructions i am able to put the flash on command mode, read manufatcurer code, size, etc.

I have done this using code from a C program that i have developed in the past using a home made parallel interface, i have on that code all needed functions for programming flash and test the harware, but i would like to migate to the nice opencd.

Now i need to read image files from disk (bios, kernel, etc) and program the flash, but can’t see the load_image commands becouse i am not able to create a target (tUnknown target type) the ppc does not exist.

There is other methods for reading files inside my tcl procs or i need to write some c routines inside opencd project for having support for powerpc?

Regards,

Toni.