Editing Talk:Hardware flashing
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
==NAND== | |||
NAND (256MB, old FAT models, needs 32 wires, 15 per NAND + GND + VCC)<br /> | |||
2 chips: Samsung K9F1G08U0A-PIB0 | |||
== NAND | |||
< | |||
*http://www.uchobby.com/index.php/2007/05/05/read-embedded-flash-chips/ | |||
*[http://www.multiupload.com/KKSLGMGDJR NAND_Dumper_Extractor.rar (1.55 MB)] | |||
[http://www.sendspace.com/file/qhwkm5 FlowRebuilder v.4.1.0.0] | |||
---- | ---- | ||
==NOR== | |||
== | |||
NOR | |||
NOR 16MB, newer FAT models + Slims<br /> | NOR 16MB, newer FAT models + Slims<br /> | ||
needs 44 I/O wires: 23 address lines:A0-A22 + 16 Data lines:D0-D15 + 5 control lines: | needs 44 I/O wires: 23 address lines:A0-A22 + 16 Data lines:D0-D15 + 5 control lines: | ||
CE#,OE#,WE#,RESET#,TRISTATE (''optional'':#RY-BY) + GND + VCC<br /> ''(NB: RY | CE#,OE#,WE#,RESET#,TRISTATE (''optional'':#RY-BY) + GND + VCC<br /> ''(NB: RB/RY is optional only for Teensy, Progskeet NEED ALL controllines!)'' | ||
1 chip: Spansion S29GL128N90TFIR2 or Samsung K8Q2815UQB-P14B | 1 chip: Spansion S29GL128N90TFIR2 or Samsung K8Q2815UQB-P14B | ||
Line 729: | Line 27: | ||
*[http://code.google.com/p/spansion-nand-programmer/ spansion programmer (PIC based)] | *[http://code.google.com/p/spansion-nand-programmer/ spansion programmer (PIC based)] | ||
*[http://rootedsystem.com/2011/07/norway-allows-flashing-the-ps3-nor-using-the-teensy-2-0/ NORway Teensy] / [http://www.mediafire.com/?ir89sxupwspp3j4 NORway_v0.1.zip] | |||
---- | ---- | ||
Line 748: | Line 37: | ||
---- | ---- | ||
Simple dumping NOR from Linux: | |||
dd if=/dev/ps3nflasha of=NOR.BIN bs=1024 | |||
---- | |||
Alternatives for Infectus2 and Teensy 2.0++: | Alternatives for Infectus2 and Teensy 2.0++: | ||
Line 755: | Line 48: | ||
---- | ---- | ||
[http://www.atmel.com/dyn/resources/prod_documents/7593S.pdf Atmel AT90USB1286 datasheet] | [http://www.atmel.com/dyn/resources/prod_documents/7593S.pdf Atmel AT90USB1286 datasheet] | ||