aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ps3/README
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-12-18 17:53:51 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-12-18 17:53:51 +0000
commit979bc5536dd4960748cc7a96426abdc8ace15131 (patch)
tree489257932a74e4eae93a088b5a74ab83e0111eb4 /target/linux/ps3/README
parent6f794eeedb213b044da00ca89b61e6b6eca24f62 (diff)
downloadupstream-979bc5536dd4960748cc7a96426abdc8ace15131.tar.gz
upstream-979bc5536dd4960748cc7a96426abdc8ace15131.tar.bz2
upstream-979bc5536dd4960748cc7a96426abdc8ace15131.zip
ps3: R.I.P.
It is broken and it is not maintained by anyone since long time. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34765
Diffstat (limited to 'target/linux/ps3/README')
-rw-r--r--target/linux/ps3/README43
1 files changed, 0 insertions, 43 deletions
diff --git a/target/linux/ps3/README b/target/linux/ps3/README
deleted file mode 100644
index 2d08b8c259..0000000000
--- a/target/linux/ps3/README
+++ /dev/null
@@ -1,43 +0,0 @@
-OpenWRT on the Sony PS3 Game Console
-
-The OpenWRT build will create both a 1st stage PS3-Linux image
-suitable for programming into the PS3 flash memory, and a 2nd
-stage PS3-Linux image suitable for loading via bootloaders or
-the kexec utility.
-
-The 2nd stage image is convenient for testing new builds. It can
-be loaded from disk, USB device, or the network by an existing
-Other OS bootloader. After the 2nd stage image is tested and
-found to be good, the 1st stage image can then be programmed into
-flash memory. It is recommended to use this method during
-development to avoid corrupting the flash memory contents, which
-requires a reboot to the Game OS to repair.
-
-Known good Other OS bootloader images and installation information
-can be found here:
-
- http://www.kernel.org/pub/linux/kernel/people/geoff/cell/
-
-The 2nd stage image file is bin/openwrt-ps3-vmlinux.elf. It can
-be loaded with an entry in the bootloader config file. It has
-no initrd file.
-
-The 1st stage image is named bin/otheros.bld. It can be programmed
-into flash memory either from Linux or the Game OS. From Linux,
-use the command:
-
- ps3-flash-util -w otheros.bld
-
-From the Game OS, use the menu item 'Install Other OS'.
-
-Tips on how to recover your PS3-Linux system when it hangs up or no
-longer boots can be found here:
-
- http://www.kernel.org/pub/linux/kernel/people/geoff/cell/ps3-howto/ps3-boot-recovery-howto.txt
-
-To alter the kernel command line options, run 'make kernel_menuconfig'
-and go to 'Kernel Options' -> 'Initial kernel command string'.
-
-The default video behavior is to autodetect the monitor capabilities,
-which should work for most monitors. More info on video modes can be
-found in the man page of the ps3-video-mode utility.