Editing Linux 3 on PS3
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
[[Category: | [[Category:Linux]] | ||
=Introduction= | =Introduction= | ||
* Linux 2.6 | * Linux 2.6 is EOL, which means no new features and no bugfixes. | ||
* Linux 3 is stable and works on PS3 Slim without problems. | * Linux 3 is stable and works on PS3 Slim without problems. | ||
* I stopped Linux 2.6 development, new drivers are available only on Linux 3. | |||
= | =Linux 3 Kernel Patches= | ||
See my GIT repos: http://gitorious.ps3dev.net/ps3linux | |||
=Cross-Compiling= | =Cross-Compiling= | ||
Line 27: | Line 27: | ||
make ARCH=powerpc CROSS_COMPILE=powerpc64-linux- modules_install INSTALL_MOD_PATH=$HOME/linux-3.4.12-build | make ARCH=powerpc CROSS_COMPILE=powerpc64-linux- modules_install INSTALL_MOD_PATH=$HOME/linux-3.4.12-build | ||
make ARCH=powerpc CROSS_COMPILE=powerpc64-linux- headers_install INSTALL_HDR_PATH=$HOME/linux-3.4.12-build/usr | make ARCH=powerpc CROSS_COMPILE=powerpc64-linux- headers_install INSTALL_HDR_PATH=$HOME/linux-3.4.12-build/usr | ||
linux-3.6.2 | linux-3.6.2 | ||
Line 61: | Line 46: | ||
------------------------------------- | ------------------------------------- | ||
cp linux-3.6. | cp linux-3.6.1-build/boot/vmlinux-3.6.2 /boot/ | ||
cp linux-3.6. | cp linux-3.6.1-build/boot/System.map-3.6.2 /boot/ | ||
rm -rf /lib/modules/3.6.2 | rm -rf /lib/modules/3.6.2 | ||
cp -r linux-3.6.2-build/lib/modules/3.6.2 /lib/modules/ | cp -r linux-3.6.2-build/lib/modules/3.6.2 /lib/modules/ | ||
Line 76: | Line 61: | ||
* linux-3.4.10-build.tar.xz: http://www.multiupload.nl/9SG19DPP85 (MD5 dd464d568f9761cec75b4e1c492c890c) | * linux-3.4.10-build.tar.xz: http://www.multiupload.nl/9SG19DPP85 (MD5 dd464d568f9761cec75b4e1c492c890c) | ||
* linux-3.5.6-build.tar.xz: http://www.multiupload.nl/21QWUAPAYZ (MD5 2d4b779483fb8090e6e178700131a7d4) | * linux-3.5.6-build.tar.xz: http://www.multiupload.nl/21QWUAPAYZ (MD5 2d4b779483fb8090e6e178700131a7d4) | ||
* linux-3.6. | * linux-3.6.1-build.tar.xz: http://www.multiupload.nl/AMQ80HRU3Y (MD5 1b1dbc940dd227de8e99dcd5ade8035d) | ||