With openocd, it seems to be inefficient to program Nor/Nand flash for S3C2410 and S3C2440.
I have wrote a programmer for that. But it does not use the DCC, so the speed is just 6 times to wiggler.
I called this programmer sjf24x0_ft2232, because it is based sjf2410 from samsung.
It’s features compared to sjf2410 are:
-
support both s3c2410 and s3c2440.
-
support CFI/JEDEC Nor flash, as sjf2410 supports only AM29LV800.
-
support many Nand flash(512 bytes/page), as sjf2410 supports only K9F1208.
-
6 time faster than sjf2410.
The test result is below:
-
for Nor flash: the programmer speed is 1KB/S
-
for Nand flash: the programmer speed is 1.9KB/S
For a 200KB file, by wiggler and sjf2410, the time of programming is: 20 minutes for Nor, 10 minutes for Nand.
By FT2232 and sjf24x0_ft2232, the time is: 3 minutes for Nor, less than 2 minutes for Nand.
If somebody can give me some tutorial of DCC, I think I can update it for faster speed.
Sjf24x0_ft2232 can be download from: http://www.100ask.net/bbs/attachment.as … mentid=301
http://www.ouravr.com/bbs/bbs_upload724 … 613987.rar
The picture of Sjf24x0_ft2232 is: http://www.100ask.net/bbs/attachment.as … mentid=300
http://www.ouravr.com/bbs/bbs_upload724 … 606186.JPG
If you have an FT2232 based USB to JTAG tool ,you should change the product description to “USB<=>JTAG&RS232” by Mprog(It is a tool to change the EEPROM of FT2232).
Sjf24x0_ft2232 is still developing, any advisement is welcom.
My MSN/Email is : thisway.diy@163.com