Downgrading Firmware: Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
 
(14 intermediate revisions by 5 users not shown)
Line 4: Line 4:


=== Lowest Applicable Firmware ===
=== Lowest Applicable Firmware ===
*Look up in [http://www.ps3devwiki.com/index.php?title=SKU_Models#Retail_Models SKU Models Table] to see what other reported
*Look up in [[SKU_Models#Retail_Models|SKU Models Table]] to see what other reported
*[http://www.ps3devwiki.com/index.php?title=Talk:Playstation_Update_Package_%28PUP%29#Using_fake_upgrade_to_get_lowest_firmware_version_info Using fake upgrade to get lowest firmware version info]
*[[Talk:Playstation_Update_Package_%28PUP%29#Using_fake_upgrade_to_get_lowest_firmware_version_info|Using fake upgrade to get lowest firmware version info]]
*Use [http://gitbrew.org/~glevand/ps3/pkgs/get_applicable_version.pkg get_applicable_version.pkg] to receive lower/upper UDP broadcasts
*Use [http://gitbrew.org/~glevand/ps3/pkgs/get_applicable_version.pkg get_applicable_version.pkg] to receive lower/upper UDP broadcasts


Line 12: Line 12:
*[[Downgrading with PSgrade Dongle]] (using Factory Service Mode)
*[[Downgrading with PSgrade Dongle]] (using Factory Service Mode)
*[[Remarry Bluray Drive]] (uses Factory Service Mode)
*[[Remarry Bluray Drive]] (uses Factory Service Mode)
*[http://www.ps3devwiki.com/index.php?title=QA_Flagging#QA_Downgrading QA Downgrading] (QA flag extra and QA Recovery Downgrading)
*[[QA_Flagging#QA_Downgrading|QA Downgrading]] (QA flag extra and QA Recovery Downgrading)
*[[Downgrading with linux]] (for consoles with OtherOS or OtherOS++)
*[[Downgrading with linux]] (for consoles with OtherOS or OtherOS++)
*[[Hardware flashing]] (Wiring and comparison of hardware flashers: [[Infectus]], [[Progskeet 1.0 / 1.1]] / [[Progskeet 1.2]], [[Teensy 2.0++]], [[PNM]], [[PIC32MX]] etc)
*[[Hardware flashing]] (Wiring and comparison of hardware flashers: [[Infectus]], [[Progskeet 1.0 / 1.1]] / [[Progskeet 1.2]] / [[Progskeet 1.21]], [[Teensy 2.0++]], [[PNM]], [[PIC32MX]] etc)
*[[Flash#Overview|Flash]] (main reference page about flash content)
*[[Flash#Overview|Flash]] (main reference page about flash content)
*[[Validating flash dumps]]  (always validate before reflashing, 'what to check' guide page)
*[[Validating flash dumps]]  (always validate before reflashing, 'what to check' guide page)
Line 21: Line 21:
**<span style="text-decoration: line-through;">[[Downgrading with NOR flasher]]</span> (older guides, NOR specific)
**<span style="text-decoration: line-through;">[[Downgrading with NOR flasher]]</span> (older guides, NOR specific)


'''Note:''' If your firmware is 3.56 or higher then there are currently no ways to downgrade using software only. You can use Hardware flashers on ''any'' firmware, including 3.56 and above (provided the console is capable of running 3.55).
==== software downgrades ====
{{warning|content=If your firmware is 3.56 or higher then there are no ways to downgrade using software only. You can use Hardware flashers on ''any'' firmware, including 3.56 and above, provided the console is capable of running 3.55 (FSM method highly recommended) \ 3.56 (noFSM method only)<br />
 
There is no way to downgrade a console that has lowest capable running version 3.60 or higher.
}}


=== Problems and Issues ===
=== Problems and Issues ===
Line 56: Line 60:
  It is recommended to strictly use Rogero 355 v3.7 when downgrading firmware >3.55.
  It is recommended to strictly use Rogero 355 v3.7 when downgrading firmware >3.55.
   
   
  Greetz to #ps3downgrade & ps3devwiki
  Greetz to #ps3downgrade & psdevwiki
 




{{Hardware Flashers}}<noinclude>[[Category:Main]]</noinclude>
{{Homebrew}}
{{Homebrew}}

Latest revision as of 04:53, 23 January 2020

Downgrading Firmware[edit | edit source]

This page is more like a subindex page to other pages :)

Lowest Applicable Firmware[edit | edit source]

HowTo/Guides & Documentation[edit | edit source]

software downgrades[edit | edit source]

Warning
If your firmware is 3.56 or higher then there are no ways to downgrade using software only. You can use Hardware flashers on any firmware, including 3.56 and above, provided the console is capable of running 3.55 (FSM method highly recommended) \ 3.56 (noFSM method only)
There is no way to downgrade a console that has lowest capable running version 3.60 or higher.

Problems and Issues[edit | edit source]

Automation for Business/Lazy purposes[edit | edit source]

BwE's Downgrade Automator

BwE has made an automator for setting up files needed for downgrading.

This simple script is placed on your downgrading USB and when run (in Windows) it gives you options to load Lv2Diag.self files, FSM .PUP's, Recovery Mode .PUPs as well as the copy and management of bkpps3.bin files for clients.

The script also has md5 checking and other fail-safes.

This saves you the effort of copying/renaming all of the .PUP's and Lv2Diag.self's that you would be using in a typical downgrade setup.

A version without the firmware files is available here (Last Updated: 3rd Dec) and can still be used providing you have the firmwares required, which is listed within the script.

Condor Updater & QA Toggle is included in the .rar to aid with dehashing.

This script requires the following firmwares to be installed into the 'Firmware' folder and subsequently renamed:

Kmeaw 3.55 -> 'Kmeaw355'
OFW 3.55 -> 'OFW355'
Rebug 999 Downgrader -> 'Rebug999'
Rogero Downgrade Automator -> 'RogeroDowngrade'
Rogero 3.55 v3.7 -> 'Rogero355v3.7'
Rogero 4.21 v2.0 -> 'Rogero421v2.0'
Rogero 4.30 v2.03 -> 'Rogero430v2.03'

The MD5 checking this script does can be slow on some USB sticks, if this is a problem simply stop using the script.
It is a necessary part of the script, it determines what is in use and if it is valid.

It is recommended to strictly use Rogero 355 v3.7 when downgrading firmware >3.55.

Greetz to #ps3downgrade & psdevwiki