Messages recommandés

Posté(e)

bonjour à tous,

j'ai donc monté mon teensy, fais environ 5 dump tous identique et controler avec hxd, et flashtool.

le probleme se produit à l'ecriture voici le log de norway gui:

Python started with:
NORway.py COM3
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: Samsung (0xec)
NOR chip type: K8P2716UZC (0x7e6660)
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.
Closing serial device...
Done.
Python started with:
NORway.py COM3 vwrite "C:\Users\RAJ\Downloads\WAYGui-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: Samsung (0xec)
NOR chip type: K8P2716UZC (0x7e6660)
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...
Traceback (most recent call last):
File "NORway.py", line 773, in <module>
n.writerange(addr, data, False, False, False)
File "NORway.py", line 546, in writerange
self.program(addr/2, data[:ssize], wordmode, ubm, noverify)
File "NORway.py", line 497, in program
res = self.readbyte()
File "NORway.py", line 53, in readbyte
return ord(self.read(1))
File "NORway.py", line 48, in read
self.flush()
File "NORway.py", line 43, in flush
self.ser.write(self.obuf)
File "C:\Python27\lib\site-packages\serial\serialwin32.py", line 260, in write
raise writeTimeoutError
serial.serialutil.SerialTimeoutException: Write timeout
ERROR: Something went wrong with python: 1

j'ai reinstallé python, essayé en ligne de commande, reflashé le teensy en 0.5 et en 0.6, changé le cable usb, je n'est pas encore changé d'ordinateur pour l'instant.

quelqu'un à deja eu se genre de problème ?

Merci

Créer un compte ou se connecter pour commenter

Vous devez être membre afin de pouvoir déposer un commentaire

Créer un compte

Créez un compte sur notre communauté. C’est facile !

Créer un nouveau compte

Se connecter

Vous avez déjà un compte ? Connectez-vous ici.

Connectez-vous maintenant