On Tuesday 20 April 2010 20:49:19 Reginald Perrin wrote: > How can I use urjtag to interface to NAND flash on our board? This board > doesn't have any NOR flash, and I'm trying to see if it's possible at all > to use urjtag in some fashion to do the initial programming.
typically NAND flashes are connected to some controller on a processor and not to JTAG which means you have to program things from the processor itself. i.e. execute code on the processor. Blackfin systems have a defined software flash programmer interface where people write small apps and then the communication is done via gdb. the gdb stub takes care of loading the code via JTAG into the Blackfin proc. YMMV. -mike
signature.asc
Description: This is a digitally signed message part.
------------------------------------------------------------------------------
_______________________________________________ UrJTAG-development mailing list UrJTAG-development@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/urjtag-development