Skip to main content

developerWorks >  Power Architecture  >  Forums  >  Cell Broadband Engine Architecture forum  >  developerWorks

Installing FC7 on PS3    Point your RSS reader here for a feed of the latest messages in this thread


Tags for this thread: 

     

 
 

My developerWorks
 Welcome, Guest
Sign in or register
Permlink Replies: 22 - Pages: 2 [ 1 2 | Next ] - Last Post: Jul 29, 2008 9:54 AM Last Post By: Haresh_Kainth_UK
Jason_Dale

Posts: 6
Registered: Dec 19, 2007 04:49:17 PM
Installing FC7 on PS3
Posted: Dec 20, 2007 04:18:47 PM
Click to report abuse...   Click to reply to this thread Reply
Hi everyone,

The install instructions for Fedora Core 7 on the PS3 have moved:

http://www.ibm.com/developerworks/blogs/page/powerarchitecture?entry=ibomb_ps3_sdk30_fc7

This thread will be used for discussion, updates, etc. on that article.

Thanks!
-- Jason

Message was edited by: Jason_Dale
aBarbieri

Posts: 8
Registered: Sep 20, 2007 09:48:29 AM
Re: Installing FC7 on PS3
Posted: Dec 27, 2007 01:08:30 PM   in response to: Jason_Dale in response to: Jason_Dale's post
Click to report abuse...   Click to reply to this thread Reply
Hello Jason,

did you notice there is a new addon version from:
http://www.kernel.org/pub/linux/kernel/people/geoff/cell/

now it's 20071220 version 1.5.1 rather than 1.4.1 (this seems to take care of the firmware changes introduced in 2.10)

kernel source is now linux-2.6.23-20071219, is the LVM patch still needed?

spotted a minor typo in the instructions... initrd-2.6.3.img is created but initrd-2.6.3-rc3.img is used later on.

many thanks,
andrea

Message was edited by: aBarbieri

Message was edited by: aBarbieri
guillaume.pierron

Posts: 1
Registered: Jan 10, 2008 02:58:54 PM
Re: Installing FC7 on PS3
Posted: Jan 10, 2008 03:00:04 PM   in response to: Jason_Dale in response to: Jason_Dale's post
Click to report abuse...   Click to reply to this thread Reply
I'm also interested in an answer to this question, may you answer please?
Thank you.
Guillaume
.

Message was edited by: guillaume.pierron

Message was edited by: guillaume.pierron
Jason_Dale

Posts: 6
Registered: Dec 19, 2007 04:49:17 PM
Re: Installing FC7 on PS3
Posted: Jan 11, 2008 06:13:35 PM   in response to: guillaume.pierron in response to: guillaume.pierron's post
Click to report abuse...   Click to reply to this thread Reply
I just did a fresh system install with the 20071220 version of the Addon CD, and it seems that the LVM step (step 8) is still needed. I built the kernel and modules without it, and it couldn't boot.

I also fixed the typo that Andrea pointed out regarding initrd-2.6.3.img

I am trying to figure out the best way to keep the instructions up to date. If I edit the original post the reflect the most current information, then the comments that follow won't make sense. If I start a new thread with every update then there will be several versions of the instructions out there, which could get confusing.

One option is to turn this into an article on developerWorks, and use this thread to keep people posted as to updates of the main article.

I'll keep you posted.

--Jason
bmayer

Posts: 11
Registered: Jan 13, 2008 12:04:01 PM
Re: Installing FC7 on PS3
Posted: Jan 13, 2008 12:49:17 PM   in response to: Jason_Dale in response to: Jason_Dale's post
Click to report abuse...   Click to reply to this thread Reply
I had to use the 12/20 addon disc to get the system to even boot.
In step 10 the last command doesn't work unless I do not include "-rc3".
It appears to have worked

For sure keep updating the above guide. After it is stable for awhile maybe produce an article on it.
Jason_Dale

Posts: 6
Registered: Dec 19, 2007 04:49:17 PM
Re: Installing FC7 on PS3
Posted: Jan 15, 2008 06:15:35 PM   in response to: bmayer in response to: bmayer's post
Click to report abuse...   Click to reply to this thread Reply
I made the -rc3 fix you pointed out, and also moved the instructions to a seperate developerWorks article. I think that will be the best way to keep it updated.

Like I said before, I did most of this work on a 20GB machine (no wifi), and ssh into it, so things like the graphics, wifi, and sound aren't used. If anyone knows of any issues, please feel free to bring them up, and I'll try to address them.

Thanks,
--Jason
aBarbieri

Posts: 8
Registered: Sep 20, 2007 09:48:29 AM
Re: Installing FC7 on PS3
Posted: Jan 16, 2008 04:58:49 PM   in response to: Jason_Dale in response to: Jason_Dale's post
Click to report abuse...   Click to reply to this thread Reply
Hello Jason,

the current version of your install guide is very thorough now.

For people wanting to use the HugeTLB filesystem the article from the cell performace web site (the third link mentioned at the bottom) is also a very useful.

It also seems that FC8 would be a feasable (not supported) alternative if it wasn't for these two known issues:

It would be also nice to come up with a guide to slim down the services and the actual kernel to maximise the size of the memory available to the user... YellowDogLinux claims it can make available up to 192MB to the user.

cheers,
andrea
jeshua

Posts: 169
Registered: Nov 15, 2005 02:43:23 PM
Re: Installing FC7 on PS3
Posted: Jan 17, 2008 10:58:32 AM   in response to: aBarbieri in response to: aBarbieri's post
Click to report abuse...   Click to reply to this thread Reply
Andrea,
The known issues both appear to have work arounds, so if someone wrote up a guide that used the work arounds I would think FC8 would work.

Jason,
Thanks for the guide; it was very helpful since I'm new to all this.

Some comments: I think that if you partition your disk the way the gnuradio page suggests (ie. without LVM) you won't need to install the updated lvm package and won't need to recompile the kernel. Also, it seems that "make install" for dtc will install it into $(HOME)/bin/, which is probably not where you want it to go. I got around this by running "HOME=/usr make install" so that it gets put into /usr/bin.

One thing I wasn't sure about was whether or not all of these steps should be run as root. Some of them say to run them as root and others don't so I wasn't sure. I ended up running them all as root; hopefully that won't cause permissions problems later on.
aBarbieri

Posts: 8
Registered: Sep 20, 2007 09:48:29 AM
Re: Installing FC7 on PS3
Posted: Jan 17, 2008 11:31:10 AM   in response to: jeshua in response to: jeshua's post
Click to report abuse...   Click to reply to this thread Reply
Hello Jeshua,

the URLs I have provided contain already details of work arounds, so it is not an unsurmountable problem. one just needs to be aware of them.

for the latter it is possible to specify root=/dev/ps3da1 at the kboot prompt (and yaboot.conf)

this is a very useful place to check for the Linux Kernel on PS3
https://ozlabs.org/mailman/listinfo/cbe-oss-dev

aBarbieri

Posts: 8
Registered: Sep 20, 2007 09:48:29 AM
Re: Installing FC7 on PS3
Posted: Feb 02, 2008 06:02:30 AM   in response to: Jason_Dale in response to: Jason_Dale's post
Click to report abuse...   Click to reply to this thread Reply
Hello,

just hot from the press :)

new kboot and CELL-Linux-CL Addon from Geoff, now at version 1.6.

more details here:
http://ozlabs.org/pipermail/cbe-oss-dev/2008-February/004070.html

in practice ... kernel version 2.6.24

cheers,
andrea
maturin

Posts: 43
Registered: Apr 04, 2007 11:58:54 PM
Re: Installing FC7 on PS3
Posted: Feb 03, 2008 03:14:23 PM   in response to: Jason_Dale in response to: Jason_Dale's post
Click to report abuse...   Click to reply to this thread Reply
Does this fix the problems with PS3 firmware update 2.10? After I updated the firmware on my console, the PS3 wasn't able to send output to my monitor.

So I bought another PS3 and installed Linux without a problem. But when I try to start Linux, the console won't display data. And holding in the power button doesn't help either--it's completely non-responsive.
aBarbieri

Posts: 8
Registered: Sep 20, 2007 09:48:29 AM
Re: Installing FC7 on PS3
Posted: Feb 04, 2008 06:47:19 AM   in response to: maturin in response to: maturin's post
Click to report abuse...   Click to reply to this thread Reply
Does this fix the problems with PS3 firmware update 2.10? After I updated the firmware > on my console, the PS3 wasn't able to send output to my monitor.

that was initially fixed with v1.5.1 (20071220, kernel 2.6.23)

jeshua

Posts: 169
Registered: Nov 15, 2005 02:43:23 PM
Re: Installing FC7 on PS3
Posted: Feb 04, 2008 11:09:11 AM   in response to: maturin in response to: maturin's post
Click to report abuse...   Click to reply to this thread Reply
maturin wrote:
Does this fix the problems with PS3 firmware update 2.10? After I updated the firmware on my console, the PS3 wasn't able to send output to my monitor.

Do you mean the PS3 running the GameOS wasn't able to send output, or Linux running on the PS3 wasn't able to send output?

So I bought another PS3 and installed Linux without a problem. But when I try to start Linux, the console won't display data. And holding in the power button doesn't help either--it's completely non-responsive.

Holding the power button it's completely non-responsive? If the PS3 is running and you hold the power button down for 10 seconds, the PS3 should beep, the power light should start flashing, and eventually it should turn off (ie. power light turns red). None of this happens? If the PS3 is off, touching the power button doesn't make it beep and turn the PS3 on? If the PS3 is off, holding the power button down for more than 10 seconds doesn't cause it to beep a second time and boot the GameOS?
Jason_Dale

Posts: 6
Registered: Dec 19, 2007 04:49:17 PM
Re: Installing FC7 on PS3
Posted: Feb 05, 2008 11:16:49 AM   in response to: aBarbieri in response to: aBarbieri's post
Click to report abuse...   Click to reply to this thread Reply
Great - thanks for the update, Andrea!

I'm revising the how-to to include this new update.

Also, I think I'm going to change the instructions so that LVM isn't used by default. Originally I wanted to keep the system as close to a default FC7 install as possible, but a friend of mine who was following these instructions hit a wall when the site that hosts the LVM patch became inaccessible for a day.

I'm currently installing a system with the new 20080201 add-on and no LVM. I'll use it for a day or so to make sure it's ok, and then post a new guide.

Does anyone think it's worth keeping the current (LVM based) guide around? Is there any specific scenerio where a non-LVM based install wouldn't be acceptible?
aBarbieri

Posts: 8
Registered: Sep 20, 2007 09:48:29 AM
Re: Installing FC7 on PS3
Posted: Feb 07, 2008 04:31:14 PM   in response to: Jason_Dale in response to: Jason_Dale's post
Click to report abuse...   Click to reply to this thread Reply
Hello Jason,

I admit... I found very simple the process of keeping the default anaconda (Fedora 7) disk partitioning even though it requires to install the LVM rpm package later on (also when using SDTV it's better not to have to make too many screen based changes given the very poor screen resolution!)

what would be ideal on the other hand is to provide a Fedora 8 installation guide and the two known workarounds.

it appears that the CELL SDK 3.0 copes with F8 as per this thread:
http://ozlabs.org/pipermail/cbe-oss-dev/2008-January/003809.html

and given that Fedora 9 is just few months away.... better be ready.

the new stable kernel (2.6.24) also provides improved native support for the Gelic wireless interface.

btw... did you get my PM on how to make/install the compressed kernel image (bzImage)... ~7MB rather than 45MB a big saving for the /boot partition.

cheers,
andrea
 Tags
Help

Use the search field to find all types of content in My developerWorks with that tag.

Use the slider bar to see more or fewer tags.

Popular tags shows the top tags for this particular type of content or application that you're viewing.

My tags shows your tags for this particular type of content or application that you're viewing.

 

MoreLess 


Point your RSS reader here for a feed of the latest messages in all forums