Add an initrun script that is respawned by init.
[openwrt/svn-archive/archive.git] / target / linux / ps3 / README
1 OpenWRT on Sony PS3 Game Console
2
3 To install the built image, you'll need to copy bin/otheros.bld to a
4 USB device, MMC card or CD image. The image will need to be placed
5 on your media, at the path:
6
7 /ps3/otheros/otheros.bld
8
9 Then insert the media into the ps3, and navigate to 'Install Other OS'
10 in the PS3's menu.
11
12 Depending on your monitor, you may need to alter the kernel command
13 line options. The default is to autodetect, which should work on most
14 monitors. However, if you get a blank screen on boot, or you'd like to
15 use a different resolution, you can specify a different video mode.
16
17 To do this, 'make kernel_menuconfig' and go to 'Kernel Options' ->
18 'Initial kernel command string', and add a video= parameter - for
19 example "video=720p". You can also specify a vide mode explicitly,
20 for example "video=9" for 1080i at 50Hz. Possible mode ids are:
21
22 Video mode ID:
23 0:auto mode
24 YUV 60Hz 1:480i 2:480p 3:720p 4:1080i 5:1080p
25 YUV 50Hz 6:576i 7:576p 8:720p 9:1080i 10:1080p
26 RGB 60Hz 33:480i 34:480p 35:720p 36:1080i 37:1080p
27 RGB 50Hz 38:576i 39:576p 40:720p 41:1080i 42:1080p
28 VESA 11:WXGA 12:SXGA 13:WUXGA
29
30 full screen mode: <video mode ID> + 128
31 dither ON mode : <video mode ID> + 2048
32