Updated PS3 Linux Distributor's Starter Kit released

Investigation into how Linux on the PS3 might lead to homebrew development.

Moderators: cheriff, emoon

Post Reply
Pit0711
Posts: 54
Joined: Thu Mar 24, 2005 5:45 am
Location: Old Europe -Germany-

Updated PS3 Linux Distributor's Starter Kit released

Post by Pit0711 »

http://thread.gmane.org/gmane.linux.ker ... cus=633367

v1.6 (2008/02/01 version)

ALL

o Following specs are changed

- Update Linux kernel version to 2.6.24. This kernel is build from
http://www.kernel.org/pub/linux/kernel/ ... 24.tar.bz2 and
additional PS3 patches. Please refer 'patches' directory in
'src/linux-2.6.24-20080131.tar.bz2' for details.

- Update perfmon2 to latest version

- Update PS3 utility to latest version

- Update kexec tools to latest version

- Support WPA2 access points. PS3 system software version 2.10
or later required.

Kboot

o Following spec are changed

- Update Linux kernel version to 2.6.24

- Update PS3 utility/kexec tools to latest version

Linux Kernel

o Following specs are changed

- Wireless support driver for PS3 reimplemented. The wireless and
wired network can be used simultenously. The wired ethernet
surves eth0 and the wireless does eth1. As both interfaces share
one MAC address, do not connect them into same network segment.

Library/Commands

- Commands for perfmon2 are updated to the latest version

- Kexec tools is updated to the latest version

- PS3 utility is updated. Major changes are as follows:

* A new helper script ps3-dump-bootloader to dump or check the md5sum of the
bootloader image in flash memory.
* A new helper script ps3-rtc-init to set the Linux RTC value to that currently
used by the Game OS.
* New or updated man pages for all the utilities.
* Changed the libps3-utils license of from LGPL to GPL + runtime exceptions.
See the text in lib/flash.h for details.
* libps3-utils is now -version-info 2:0:0.
* Added new ps3-boot-game-os options --no-reboot and --poweroff.
* Added long option support to ps3-flash-util.
* Added new ps3-flash-util option --game-time.
* Changed some ps3-flash-util output for easier text parsing.
* ps3-video-mode option -v and --video depreciated. Use option -m or --mode.
* ps3-video-mode option --full changed to --full-screen.
* ps3-video-mode option --color changed to --full-range to match Game OS
nomenclature of rgb full range.
* ps3-video-mode option -c (rgb full range) changed to -g.
* Re-worked ps3-utils.spec to support ppc and ppc64 builds of packages
ps3-utils, ps3-utils-libs, ps3-utils-libs-devel.

Refer the document 'Platform Specific Utilites' for details.

- The wireless network can be controlled via the wpa_supplicant userland
tool. The wpa_suppclicant which this kit contains is configured
only to support the PS3 wireless.

The wireless will not be brought up by default after the
installation of this kit. To enable, some configurations needed like
the followings:

1. Configure /etc/wpa_supplicant/wpa_supplicant.conf for your
network. To see whether your configuration can work, do the
followings.

# /usr/sbin/wpa_supplicant -D ps3 -i eth1 -c /etc/wpa_supplicant/wpa_supplicant -B
# /sbin/ifconfig eth1 XXX.XXX.XXX.XXX
# ping YYY.YYY.YYY.YYY

2. Enable the startup script if you want to bring up the wireless
at boot time.

# chkconfig --level 35 wpa_supplicant on

3. Configure the network setting for eth1. If you want to get the
IP address from your DHCP server, like the followings:

# cat /etc/sysconfig/network-scripts/ifcfg-eth1
DEVICE=eth1
ONBOOT=yes
BOOTPROTO=dhcp
TYPE=Ethernet

4. See the wireless network works after reboot.

Documents

- "Chapter 4: Advanced Cell Programming" is added to Cell
Programming Primer

- Wireless extension for GbE section of Linux Kernel Overview is
updated

- The descriptions for ps3-dump-bootloader and ps3-rtc-init command
are added to Platform Specific Utilities.

- "How to Use Linux on PS3 Linux" and "How to Enable Your Distro"
are updated.
Post Reply