Salut,
Bon benh, pas très concluant 
C:\NORway-master>NORway.py COM12 write c:\NORway-master\NOR_patched.bin
NORway.py v0.6 beta - Teensy++ 2.0 NOR flasher for PS3 (judges@eEcho.com)
(Orignal noralizer.py by Hector Martin "marcan" <hector@marcansoft.com>)
Pinging...
Set SB to tristate
NOR chip manufacturer: Spansion (0x01)
NOR chip type: S29GL128 (0x7e2101)
Checking sector protection...
No protected sectors found!
STATUS_TRIST_N: LOW
STATUS_RESET_N: HIGH
STATUS_READY: HIGH
STATUS_CE_N: LOW
STATUS_WE_N: HIGH
STATUS_OE_N: HIGH
Resetting NOR...
Ready.
Writing...
0 KB / 16384 KB
Closing serial device...
Done.
Traceback (most recent call last):
File "C:\NORway-master\NORway.py", line 771, in <module>
n.writerange(addr, data, False, False, True)
File "C:\NORway-master\NORway.py", line 546, in writerange
self.program(addr/2, data[:ssize], wordmode, ubm, noverify)
File "C:\NORway-master\NORway.py", line 486, in program
self.erasesector(addr)
File "C:\NORway-master\NORway.py", line 307, in erasesector
self.ping()
File "C:\NORway-master\NORway.py", line 89, in ping
raise NORError("Ping failed (expected 0x42, got 0x%02x)"%val)
__main__.NORError: Ping failed (expected 0x42, got 0xff)
C:\NORway-master>NORway.py COM12 writeword c:\NORway-master\NOR_patched.bin
NORway.py v0.6 beta - Teensy++ 2.0 NOR flasher for PS3 (judges@eEcho.com)
(Orignal noralizer.py by Hector Martin "marcan" <hector@marcansoft.com>)
Pinging...
Closing serial device...
Done.
Traceback (most recent call last):
File "C:\NORway-master\NORway.py", line 707, in <module>
n.ping()
File "C:\NORway-master\NORway.py", line 89, in ping
raise NORError("Ping failed (expected 0x42, got 0x%02x)"%val)
__main__.NORError: Ping failed (expected 0x42, got 0xff)
J'ai oublié quelque chose ?
Merci,