Thanks for the quick reply. I did grab a copy of the source and am walking through it. I'm not doing something correctly, or am misunderstanding something. For example, I tried using it to read the first few sectors of the NAND (the "read" command, correct?). I give the command:
./e200tool read try1.bin 0x0000 0x40000
It reports back that the device was found and the reading done. It creates a binary file that is 256KB in length, but the contents are all 0x00. I would have expected various random data.
Am I giving the wrong command?
Thanks again for the help.
Craig