Go Back  
Reply
 
Thread Tools
Old 09-24-2011   #291
cvp
Member
 
Join Date: May 2008
Posts: 77
Likes: 0
Liked 1 Time in 1 Post
Mentioned: 1 Post(s)
Tagged: 0 Thread(s)
Hello, is there new news about MX29GL128ELT2I-90G NOR Flash? i installed the Teensy in my ps3 (CECH2004B) but i dont read that it is only for Spansion
cvp is offline   Reply With Quote
Old 09-25-2011   #292
dodther
Apprentice
 
Join Date: Aug 2011
Posts: 7
Likes: 0
Liked 0 Times in 0 Posts
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Originally Posted by randuev View Post
very important to have proper ground (GND) connections. i've had to solder several of them in order to get reliable dump.

anyhow, FF all the way can mean only two things - you either have wrong HEX installed into teensy, or PS3 is not turned on
I did read my NOR, but when I try to flash my dump - i see "sector 000000 [1/128] [M]". entry does not occur.
dodther is offline   Reply With Quote
Old 09-25-2011   #293
Dudshl
Member
 
Join Date: Sep 2011
Posts: 75
Likes: 2
Liked 6 Times in 6 Posts
Mentioned: 3 Post(s)
Tagged: 0 Thread(s)
Send a message via ICQ to Dudshl
Originally Posted by dodther View Post
I did read my NOR, but when I try to flash my dump - i see "sector 000000 [1/128] [M]". entry does not occur.
I have the same problem with the same motherboard.
Dudshl is offline   Reply With Quote
Old 09-25-2011   #294
Dudshl
Member
 
Join Date: Sep 2011
Posts: 75
Likes: 2
Liked 6 Times in 6 Posts
Mentioned: 3 Post(s)
Tagged: 0 Thread(s)
Send a message via ICQ to Dudshl
Can somebody give me correct 3.70(OFW) and 3.55(OFW) NOR dump?
Dudshl is offline   Reply With Quote
Old 09-26-2011   #295
randuev
Member
null
 
Join Date: Sep 2011
Posts: 32
Likes: 29
Liked 17 Times in 6 Posts
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
dudshl - nor dump from other machine won't do you any good, because of different security and id tokens.
randuev is offline   Reply With Quote
Old 09-26-2011   #296
cvp
Member
 
Join Date: May 2008
Posts: 77
Likes: 0
Liked 1 Time in 1 Post
Mentioned: 1 Post(s)
Tagged: 0 Thread(s)
Hello, can anyone tell me if this NOR Flash will be Supported?



And is at the moment possible to downgrade FW 3.72 to 3.55?

thanks a lot
cvp is offline   Reply With Quote
Old 09-26-2011   #297
judges
Homebrew Developer
 
Join Date: Jul 2011
Posts: 299
Likes: 32
Liked 219 Times in 104 Posts
Mentioned: 85 Post(s)
Tagged: 0 Thread(s)
Originally Posted by cvp View Post
Hello, can anyone tell me if this NOR Flash will be Supported?



And is at the moment possible to downgrade FW 3.72 to 3.55?

thanks a lot
Yes and yes.
judges is offline   Reply With Quote
Old 09-26-2011   #298
cvp
Member
 
Join Date: May 2008
Posts: 77
Likes: 0
Liked 1 Time in 1 Post
Mentioned: 1 Post(s)
Tagged: 0 Thread(s)
thanks... but Read/Write is now possible? or i have wait for next release or Beta?
I've soldered the Teensy. As far as them all right. The dumps have a different content each time.
No IFI entry in Section 0000200. Only HBH or what ever... whats wrong ?

thanks a lot
cvp is offline   Reply With Quote
Old 09-26-2011   #299
judges
Homebrew Developer
 
Join Date: Jul 2011
Posts: 299
Likes: 32
Liked 219 Times in 104 Posts
Mentioned: 85 Post(s)
Tagged: 0 Thread(s)
Originally Posted by cvp View Post
thanks... but Read/Write is now possible? or i have wait for next release or Beta?
I've soldered the Teensy. As far as them all right. The dumps have a different content each time.
No IFI entry in Section 0000200. Only HBH or what ever... whats wrong ?

thanks a lot
For Macronix read/write should be okay with v0.3.

But first your dump should be okay of course..
- connect more gnd wires
- use thicker wires
- shorten your wires
- route wires somewhere else
- shield wires
- don't use ps3 without shielding
judges is offline   Reply With Quote
Old 09-27-2011   #300
cvp
Member
 
Join Date: May 2008
Posts: 77
Likes: 0
Liked 1 Time in 1 Post
Mentioned: 1 Post(s)
Tagged: 0 Thread(s)
so, i take new cable and resoldering all them. If i use 0.3 release i get this information:

Code:
C:\ps3\old>norway.py co
Pinging...
Set SB to tristate

STATUS_DRIVE:   False
STATUS_TRIST_N: True
STATUS_RESET_N: True
STATUS_READY:   True
STATUS_CE_N:    False
STATUS_WE_N:    True
STATUS_OE_N:    True

Resetting NOR...
Ready.
But the dumped bin are bad.

if i use the Beta 0.4, than i take this information:

Code:
C:\ps3\old>cd..

C:\ps3>norway.py com11
NORway.py v0.4 beta - Teensy++ 2.0 NOR flasher for PS3 (judges@eEcho.com)
(Orignal noralizer.py by Hector Martin "marcan" <hector
@marcan
soft.com>)

Pinging...
Set SB to tristate

Traceback (most recent call last):
  File "C:\ps3\NORway.py", line 510, in <module>
    n.printstate()
  File "C:\ps3\NORway.py", line 179, in printstate
    self.MF_ID = self.manufacturer_id()
  File "C:\ps3\NORway.py", line 100, in manufacturer_id
    self.ping()
  File "C:\ps3\NORway.py", line 78, in ping
    raise NORError("Ping failed (expected 42, got %02x)"%val)
__main__.NORError: Ping failed (expected 42, got 22)

=> If i try again...

C:\ps3>norway.py com11
NORway.py v0.4 beta - Teensy++ 2.0 NOR flasher for PS3 (judges@eEcho.com)
(Orignal noralizer.py by Hector Martin "marcan" <hector
@marcan
soft.com>)

Pinging...
Traceback (most recent call last):
  File "C:\ps3\NORway.py", line 504, in <module>
    n.ping()
  File "C:\ps3\NORway.py", line 78, in ping
    raise NORError("Ping failed (expected 42, got %02x)"%val)
__main__.NORError: Ping failed (expected 42, got 00)
I try now more GND to Teensy GND
EDIT01: => two GND wire solderin on board to GND from NOR... and from GND NOR to directly Teensy GND
EDIT02: => i disconnected the NOR GND and Soldering only on one of antoher GND place from diagram... same Problem
EDIT03: i dont have the MCP1825S-3302E/DB inside... its hard to buy here... i have the Taiwan TS2940 CW-3.3 on teensy

Last edited by cvp; 09-27-2011 at 08:39 AM.
cvp is offline   Reply With Quote
Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



PS3Hax.net is Copyright © 2010-2013.
Use of this site is governed by our Terms of Use and Privacy Policy. All Trademarks and images are owned by their respected owners.
Posts and links are subject to each author on this forum and are no way affiliated with the operations and/or opinions of ps3hax.net
All times are GMT -5. The time now is 01:48 AM.