aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ps3/README
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-10-23 06:23:41 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-10-23 06:23:41 +0000
commit2e70752ffa98e97c307b024a944fe618db9f9ffc (patch)
tree86e85e9d03bccd8f206f27f453f55f17dadb5c17 /target/linux/ps3/README
parent3aade25a90245511c0b5f0ad7278a1977e248a4c (diff)
downloadupstream-2e70752ffa98e97c307b024a944fe618db9f9ffc.tar.gz
upstream-2e70752ffa98e97c307b024a944fe618db9f9ffc.tar.bz2
upstream-2e70752ffa98e97c307b024a944fe618db9f9ffc.zip
Add ps3 target
This patch adds a target for the Sony PlayStation 3. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9413 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ps3/README')
-rw-r--r--target/linux/ps3/README29
1 files changed, 29 insertions, 0 deletions
diff --git a/target/linux/ps3/README b/target/linux/ps3/README
new file mode 100644
index 0000000000..8e75980b88
--- /dev/null
+++ b/target/linux/ps3/README
@@ -0,0 +1,29 @@
+OpenWRT on PS3
+
+To install the built image, you'll need to copy bin/otheros-ps3-2.6.bld
+to a USB device, MMC card or CD image. The image will need to be placed
+on your media, at the path:
+
+ /ps3/otheros/otheros.bld
+
+Then insert the media into the ps3, and navigate to 'Install Other OS'
+in the PS3's menu.
+
+Depending on your monitor, you may need to alter the kernel command
+line options. The default is to autodetect, which should work on most
+monitors. However, if you get a blank screen on boot, try changing
+(through make kernel_menuconfig) "video=ps3fb:mode:0" to
+"video=ps3fb:mode:1" for 480i, or "video=ps3fb:mode:3" for 720p. The
+possible modes are:
+
+Video mode ID:
+ 0:auto mode
+ YUV 60Hz 1:480i 2:480p 3:720p 4:1080i 5:1080p
+ YUV 50Hz 6:576i 7:576p 8:720p 9:1080i 10:1080p
+ RGB 60Hz 33:480i 34:480p 35:720p 36:1080i 37:1080p
+ RGB 50Hz 38:576i 39:576p 40:720p 41:1080i 42:1080p
+ VESA 11:WXGA 12:SXGA 13:WUXGA
+
+ full screen mode: <video mode ID> + 128
+ dither ON mode : <video mode ID> + 2048
+