Talk:Linux 3 on PS3: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
Masterzorag (talk | contribs) (Changes from 2.6 to 3.x) |
||
Line 11: | Line 11: | ||
::We also have http://git.ps3dev.net/ btw | ::We also have http://git.ps3dev.net/ btw | ||
::Contact [[user:admin|defyboy]] or [[User:Euss|me (eussNL)]] if you need anything more :) | ::Contact [[user:admin|defyboy]] or [[User:Euss|me (eussNL)]] if you need anything more :) | ||
'''Changes from 2.6 to 3.x | |||
--------------------------------''' | |||
OtherOS++ page is freezed about linux howtos, deep changes has been done in the last year.<br /> | |||
If you plan to switch on Linux 3 thare are many things you need to know! | |||
<pre> | |||
SS_patch_CFW is NOT needed to gain full access to SS, even dispmgr_access.sh script! | |||
All is done by new kernel drivers and userland tools: ps3vuart-tools replaces old ps3dm-tools. | |||
/dev/ps3flash device: | |||
Graf's drivers has been rewritten, no more /dev/vflash* | |||
File /etc/udev/rules.d/70-persistent-ps3flash.rules must be changed as: | |||
NAND: KERNEL=="ps3flashf", SYMLINK+="ps3flash" | |||
NOR: KERNEL=="ps3nflashf", SYMLINK+="ps3flash" | |||
Wireless is fully handled by patches: | |||
no more ps3_gelic.disable_eurus_ctrl_iface=1 boot parameter for NAND; | |||
improved ps3_jupiter driver for NOR. | |||
7th SPU: | |||
boot parameter has changed to: | |||
spu_base.enum_shared=1 | |||
(New ps3sed and ps3strgmngr should overcome the need of emer_init_patch, letting us resize the GameOS region.) | |||
</pre> |
Revision as of 11:28, 23 August 2012
Firstly, thanks for coming (and contributing) to PS3DevWiki. It seems like "official" now. :)
I don't know if you notice but EussNL made a backup of your repository in http://www.ps3devwiki.com/files/OtherOSplusplus/ ; but it's not "up to date". So if you want/can merge your latest changes (from gitbrew.org/~glevand/ps3/ but you told me you got it on your hdd) to this "new" repository, it would be awesome.
Thanks a lot.
Korben - 01:02, 16 August 2012
- We also have http://git.ps3dev.net/ btw
- Contact defyboy or me (eussNL) if you need anything more :)
Changes from 2.6 to 3.x
OtherOS++ page is freezed about linux howtos, deep changes has been done in the last year.
If you plan to switch on Linux 3 thare are many things you need to know!
SS_patch_CFW is NOT needed to gain full access to SS, even dispmgr_access.sh script! All is done by new kernel drivers and userland tools: ps3vuart-tools replaces old ps3dm-tools. /dev/ps3flash device: Graf's drivers has been rewritten, no more /dev/vflash* File /etc/udev/rules.d/70-persistent-ps3flash.rules must be changed as: NAND: KERNEL=="ps3flashf", SYMLINK+="ps3flash" NOR: KERNEL=="ps3nflashf", SYMLINK+="ps3flash" Wireless is fully handled by patches: no more ps3_gelic.disable_eurus_ctrl_iface=1 boot parameter for NAND; improved ps3_jupiter driver for NOR. 7th SPU: boot parameter has changed to: spu_base.enum_shared=1 (New ps3sed and ps3strgmngr should overcome the need of emer_init_patch, letting us resize the GameOS region.)