Skip to content
/ fw Public

Simple Bash script that shows PS4 PKGs' required firmware. Useful to quickly check if you could need a backport or need to spoof your PS4's firmware version.

Notifications You must be signed in to change notification settings

hippie68/fw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

fw

Simple Bash script that shows PS4 PKGs' SDK version and required firmware. Requires Bash script "sfo" (https://github.com/hippie68/sfo) in $PATH.

Usage:

fw [options] [file|directory ...]

Options:

-h  Display help
-r  Traverse directories recursively

Example output:

$ fw
SDK:    FW:     File name:
7.00	7.00    The Last of Us Part II [Game] [CUSA10249].pkg
5.05	7.00    The Last of Us Part II [Update v1.07] [CUSA10249].pkg

Explanation:

  • SDK: You can, theoretically, run the game if your real firmware version is equal or higher.
  • FW: You can run the game if your real firmware version is equal or higher OR if you spoof your firmware version.

Both conditions, for SDK and FW, must be met. In the depicted, theoretical example, the update PKG is obviously backported. If your real firmware is lower than 7.00 you can run the game after you installed the patch and spoofed your firmware version to 7.00+.

DLC has no firmware requirements.

About

Simple Bash script that shows PS4 PKGs' required firmware. Useful to quickly check if you could need a backport or need to spoof your PS4's firmware version.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages