Back
Issues with ps3flash.c
Guys, ps3flash.c is the old driver from SONY, disable it, my ps3nflash driver 1000 times better and replaces it, it gives you more freedom

You can activate ps3nflash only if you deactivate ps3flash.c driver.
Correction, ps3vflash.c replaces ps3fral.c
Don’t worry, as soon as i get my hands on a PC and PS3, everything will progress faster
Changelog to PS3DM:
- Fixed example description
- Implemented first version of ‘update_pkg’ command
- Implemented first version of ‘inspect_pkg’ command
- Fixed data output in AIM
- Added retval check
- Negate error code before passing it to strerror
- Added missing ps3dm_um.c module
- Yet another error message fix
- Fixed error messages
Changelog to PS3 Linux Kernel:
- Check send and receive buffer size in PS3 DM VUART device driver (arch/powerpc/include/asm/ps3dm.h & drivers/ps3/ps3dm.c)
- Revised ps3flash device driver due to changes in ps3stor_lib module (arch/powerpc/platforms/ps3/Kconfig & drivers/char/ps3flash.c)
- Enable PS3 VFLASH device driver only when default SONY’s PS3 FLASH device driver is not activated (arch/powerpc/platforms/ps3/Kconfig & drivers/char/ps3flash.c)