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)] | |||
There are 2 nands interleaved at the 512byte sectors level, giving a 1kb "interleaved sector". pages are 2kb on each nand. | |||
For Infectus don't use 3.9.9.0, as it removes dual NAND PS3 support :S If your board already came with this version or higher, use this: [http://www.multiupload.com/06EMHFCKN3 prepare_infectus_for_ps3.rar (5.53 MB)] If it is done, it will show up as "2 NAND Programmer" in the bottom left. | |||
Dual NAND PS3 compatible version: [http://www.multiupload.com/4L1JXGOFOF Infectus_programmer_3.8_Beta_2.zip (4.02 MB)] | |||
Power the Infectus, it crashes the PS3 and leaves the NANDs in powered mode. Use the console to power the NANDs: power it up until the PS3 crashes and halts with red flashing LED, press power again to stop the flashing, but keeps the console powered on. The NANDs are not accessed by the PS3 in this way, so it doesn't matter if the NAND content is already messed up. After that, you can read/write the NANDs. | |||
==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 ( | CE#,OE#,WE#,RESET#,TRISTATE (optional:#RY-BY) + GND + VCC<br /> | ||
1 chip: Spansion S29GL128N90TFIR2 or Samsung K8Q2815UQB-P14B | 1 chip: Spansion S29GL128N90TFIR2 or Samsung K8Q2815UQB-P14B | ||
*[http://www.multiupload.com/HDMHOVRICU noralizer.rar (9.95 MB)] incl. 2 different FAT models (CECHL04-jestero + CECH?-Phiren) pads labeled | *[http://www.multiupload.com/HDMHOVRICU noralizer.rar (9.95 MB)] incl. 2 different FAT models (CECHL04-jestero + CECH?-Phiren) pads labeled | ||
Line 727: | Line 24: | ||
*[http://www.multiupload.com/LHVNPTLY4P joohan USBbitbanger on AVR for NOR flashing.rar (1.17 MB)] ([http://psx-scene.com/forums/f149/usb-bitbanger-avr-good-nor-flash-programming-etc-75245/ original topic @psx-scene]) | *[http://www.multiupload.com/LHVNPTLY4P joohan USBbitbanger on AVR for NOR flashing.rar (1.17 MB)] ([http://psx-scene.com/forums/f149/usb-bitbanger-avr-good-nor-flash-programming-etc-75245/ original topic @psx-scene]) | ||
---- | ---- | ||
Line 748: | Line 34: | ||
---- | ---- | ||
Simple dumping NOR from Linux: | |||
dd if=/dev/ps3nflasha of=NOR.BIN bs=1024 | |||
= | |||