|
|
#301 |
|
Member
![]() |
My PS3 fat With DIA-001 do not start XMB: it ask connect controller and give FW 3.55 or higher. When I try update it (put PUP-file if usb:/PS3/UPDATE/) to any firmware 3.55 or higher - it says "data is corrupted" (errors 8002F225 or 8002F2B5 or 8002F2C5). In revicery menu I have same errors.
I can`t put it into factory/service mode by PSP with PS3JIG - console just boot and ask to connect controller and give correct firmware. (PS3JIG works fine on my another slim console). I tried to make dospedros_v2 "downgrade" with TEENSY (now it soldered and ready to flash any NOR dumps) - console just boot and ask to connect controller and give correct firmware on italian language. PS#JIG does not work too. Previous consoles owner says that he just format HDD on PC. After that he saw this errors. I try format it on PC in different filesystems. I formated it on another 3.55 consoles. There is no result. I think that firmware was damaged and now it can not update correctly. Any ideas how fix it? |
|
|
|
|
|
#302 | |
|
Member
![]() Join Date: Sep 2011
Posts: 32
Likes: 29
Liked 17 Times in 6 Posts
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
|
|
|
|
|
|
|
|
#303 |
|
Member
![]() Join Date: May 2008
Posts: 77
Likes: 0
Liked 1 Time in 1 Post
Mentioned: 1 Post(s)
Tagged: 0 Thread(s)
|
thanks, it works but only FF
maybe wrong Voltage Regulator? Code:
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 NOR chip manufacturer: unknown (0x8b) NOR chip type: unknown (0x6b68e9) 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. |
|
|
|
|
|
#304 |
|
Homebrew Developer
![]() Join Date: Jul 2011
Posts: 300
Likes: 33
Liked 219 Times in 104 Posts
Mentioned: 85 Post(s)
Tagged: 0 Thread(s)
|
Don't know. Did you get it from pjrc? Then it's probably correct. Did you follow their instructions to mount it (cut 5V trace, etc)?
http://www.pjrc.com/teensy/3volt.html No. Edit: You've read the "README.txt" and your PS3 is turned on, right?
|
|
|
|
|
|
#305 | |
|
Member
![]() Join Date: Oct 2010
Posts: 41
Likes: 11
Liked 11 Times in 8 Posts
Mentioned: 1 Post(s)
Tagged: 0 Thread(s)
|
1) TS2940 and MCP1825 are pin-compatible 2) TS2940 is able to supply more than enough current (1 Amp) Edit: If you want to make sure the regulator is working properly you will need a multimeter. Plug teensy in with USB, set multimeter to measure volts, put black probe on teensy GND and red probe on teensy 5V. If the multimeter shows 3.3V then the reg is OK. Last edited by juice777; 09-27-2011 at 11:17 AM. |
|
|
|
|
|
|
#306 |
|
Member
![]() Join Date: May 2008
Posts: 77
Likes: 0
Liked 1 Time in 1 Post
Mentioned: 1 Post(s)
Tagged: 0 Thread(s)
|
EDIT: OOK now works ^^
i forget to tun on the PS3. Now i find the IFI in the dumped NOR Flash! great job guys and thanks for help... EDIT:.. uhh... i think is not working perfectly... i read out the dump.. sometime IFI Information ist reading.. but not the same dump... oO Last edited by cvp; 09-27-2011 at 01:26 PM. |
|
|
|
|
|
#307 |
|
Apprentice
Join Date: Sep 2011
Posts: 2
Likes: 1
Liked 0 Times in 0 Posts
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
|
Just tested NORway 0.4 BETA 9 and i got a few successful dumps but i can't get it to erase or write to my Samsung p14B with ANY of the commands.
It just says unknown chip manufacturer and exits... Is it because i'm not turning the PS3 on and flashing???? My Bad.... I forgot 2 connections... sorry :/ Still Not working Last edited by xNand; 09-27-2011 at 04:38 PM. |
|
|
|
|
|
#308 |
|
Member
![]() Join Date: May 2008
Posts: 77
Likes: 0
Liked 1 Time in 1 Post
Mentioned: 1 Post(s)
Tagged: 0 Thread(s)
|
Code:
Pinging... Set SB to tristate NOR chip manufacturer: Macronix (0xc2) NOR chip type: MX29GL128 (0x7e2101) Checking sector protection... No protected sectors found! STATUS_TRIST_N: True STATUS_RESET_N: True STATUS_READY: True STATUS_CE_N: False STATUS_WE_N: True STATUS_OE_N: True EDIT: My Voltage Regulator give 3.24V is it enough? Last edited by cvp; 09-28-2011 at 07:20 AM. |
|
|
|
|
|
#309 | |
|
Apprentice
![]() Join Date: Sep 2011
Location: One step ahead
Posts: 10
Likes: 0
Liked 2 Times in 2 Posts
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
|
3.0-3.6V is OK to work. I tried with a Samsung K8Q2815UQB(tough one). I want to say that in my case i never had the same MD5 from dumped files, so im having troubles to read too. For those who cant write the upper chip in Samsung K8Q2815UQB, check out my experiment: I unplugged line A22 from Teensy++ and get 3.3V from line. So, the only way to write the upper chip was to put a series resistor in A22 to GND. I've been coding based on judges excellent work, and made some experiments that could confirm my theory. PS3 flash chip lines are both driven by PS3 and flasher hardware(Teensy++ in my case) so i think reading/writing problems are associated with this. I don't know why problems are different in differents PS3, but i do know this: If i power suppy PS3 flash chip from an external source, the only chip that seems to get warmed in the PS3 is the black one near Samsung FLASH chip, were all FLASH memory lines go... |
|
|
|
|
|
|
#310 |
|
Member
![]() Join Date: May 2008
Posts: 77
Likes: 0
Liked 1 Time in 1 Post
Mentioned: 1 Post(s)
Tagged: 0 Thread(s)
|
ah ok, thanks CrackMyDay...
... so i cut again all wire... realy...shorter is not possible on CECH2004B. I dumpe tje NOR three times... all dumps have the IFI on 00000200. But if i check two dumpes... like flash.bin and flash2.bin... he finde many different entrys... http://www.imagebanana.com/view/j2jmc8v8/ps3.PNG http://www.imagebanana.com/view/9dch3hof/ps3a.PNG i think its no normal right ? |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
|
|