[Cbe-oss-dev] ps3-flash-util updated

Geoff Levand geoffrey.levand at am.sony.com
Fri Aug 17 14:57:57 EST 2007


I added support for a simple flash database to ps3-flash-util.  It
is still a work in progress.  The interface has changed as below.
See the source for more details:

  git://git.kernel.org/pub/scm/linux/kernel/git/geoff/ps3-utils.git

-Geoff


ps3-flash-util (ps3-utils) 2.1.0

SYNOPSIS
     ps3-flash-util [-hsgorzFLv] [-d flash-dev] [-w image-file] [-P owner key]
                    [-D owner key dword] [-W owner key word]
                    [-H owner key half] [-R owner key]

OPTIONS
     -h      Print a help message.

     -d flash-dev
             Use the flash device node flash-dev (default=/dev/ps3flash).

     -s      Show the current flash settings.

     -w image-file
             Write the Other OS image image-file to flash memory (’-’ for data
             on stdin).

     -g      Set the boot flag to Game OS.

     -o      Set the boot flag to Other OS.

     -r      Set the compression flag to not compressed.

     -z      Set the compression flag to gzip compressed.

     -F      Format (write) an empty Other OS database to flash memory.  Any
             existing data in the flash memory will be lost.

     -P owner key
             Print owner:key database entries.  A zero (0) value for owner or
             key can be used as a wildcard to match any owner or key.

     -D owner key dword
             Add or update a 64 bit owner:key database entry.  The dword argu-
             ment supports input matching the scanf "%Li" format specifica-
             tion.

     -W owner key word
             Add or update a 32 bit owner:key database entry.  The word argu-
             ment supports input matching the scanf "%Li" format specifica-
             tion.

     -H owner key half
             Add or update a 16 bit owner:key database entry.  The half argu-
             ment supports input matching the scanf "%Li" format specifica-
             tion.

     -R owner key
             Remove an owner:key entry from the database.

     -v      Program verbosity level.  The level is additive.






More information about the cbe-oss-dev mailing list