Forum: PS3 Linux Discussion - The PS3 Linux Discussion forum contains all the information you are looking for on using Linux on the PS3.


The above video goes away if you are a member and logged in, so log in now!




 
Would you like to get all the new info from
PSX-Scene in your email each day?




Want to learn more about the team keeping you up to date with the latest scene news?

Read about them now!

Check out our Developer bios, too!

 


User Tag List

Thread: Script: auto build and package graf's latest kernel for debian/bootos
  

Page 4 of 4 FirstFirst ... 2 3 4
Results 31 to 40 of 40
  1. #31  
    cookie42 is offline Registered Cookie
    Join Date
    Nov 2010
    Posts
    690
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    6
    Likes Received
    18
    Someone correct me if I'm wrong, but yeah afaik it should be fine, the point of having source instead of pre-compiled versions hosted is so it can be compiled on pretty much any linux distro.
    You may have to install different dependencies, or use different commands to compile it, but it should be similar.
    Just be prepared for it to take like 6 hours compiling it on the ps3 itself. It took about this long for me before I used a custom kernel that used all of the ps3s ram. After I used a kernel with full ram access it probably took about 3-4 hours each time.

    Although I'm not sure where the kboot.conf will be for you, for bootos it's on the root of the ps3 drive and the linux partition. It shouldn't be hard for you to find.
    STOP! Before you ask questions... READ the first post! RTFFP = Read The F*cking First Post
    Yes, A 3.55 "jb" (cfw) is available, no >3.55 "jb" or cfw yet.
    Yes, A 3.55 downgrade is available. But not to lower than stock firmware! (What it came with)
    No >3.55 downgrade is out there yet.
    Reply With Quote  

  2. #32  
    jtc1967's Avatar
    jtc1967 is offline Registered User
    Join Date
    Aug 2008
    Posts
    27
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    9
    Likes Received
    6
    Sorry for not reponding earlier , been a busy time for me. I am glad that you got the kernel up and running. the one on the root of the linux partition is the one that will allow you to boot different versions of the kernel such as Graf's kernel or the standard debian kernel.

    here is my kboot.conf on the linux partition

    Graf.kernel.latest=/boot/vmlinux initrd=/boot/initrd.img root=UUID=2d7994a5-530e-4df3-9dab-b794d298a94f
    Graf.kernel.old=/boot/vmlinux.graf2 initrd=/boot/initrd.img.graf2 root=UUID=2d7994a5-530e-4df3-9dab-b794d298a94f
    debian.safe=/boot/vmlinux.safe initrd=/boot/initrd.safe root=UUID=2d7994a5-530e-4df3-9dab-b794d298a94f
    initrd.img , vmlinux are both syslinks to the latest kernel
    Reply With Quote  

  3. #33  
    user is offline account deleted
    Join Date
    Oct 2010
    Posts
    268
    Downloads
    1
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    1
    Likes Received
    33
    Quote Originally Posted by cookie42 View Post
    I don't suppose you could upload yours? Or could you upload yours user?
    Multiupload.com - upload your files to multiple file hosting sites!
    Reply With Quote  

  4. #34  
    cookie42 is offline Registered Cookie
    Join Date
    Nov 2010
    Posts
    690
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    6
    Likes Received
    18
    Lol, thanks. I've actually recompiled mine a couple of times since that post because I kept forgetting certain things, but I'll try yours later. I need to get around to compiling it with all the dependencies I need instead of the ones I need at that particular moment.
    Maybe add it to the first post for anyone else having problems?
    Again, thanks for the script and the kernel.
    STOP! Before you ask questions... READ the first post! RTFFP = Read The F*cking First Post
    Yes, A 3.55 "jb" (cfw) is available, no >3.55 "jb" or cfw yet.
    Yes, A 3.55 downgrade is available. But not to lower than stock firmware! (What it came with)
    No >3.55 downgrade is out there yet.
    Reply With Quote  

  5. #35  
    cookie42 is offline Registered Cookie
    Join Date
    Nov 2010
    Posts
    690
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    6
    Likes Received
    18
    Anyone know if the patches from marcan's git are still needed?
    I'm curious why graf hasn't added them if they are.
    STOP! Before you ask questions... READ the first post! RTFFP = Read The F*cking First Post
    Yes, A 3.55 "jb" (cfw) is available, no >3.55 "jb" or cfw yet.
    Yes, A 3.55 downgrade is available. But not to lower than stock firmware! (What it came with)
    No >3.55 downgrade is out there yet.
    Reply With Quote  

  6. #36  
    user is offline account deleted
    Join Date
    Oct 2010
    Posts
    268
    Downloads
    1
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    1
    Likes Received
    33
    Quote Originally Posted by cookie42 View Post
    Anyone know if the patches from marcan's git are still needed?
    I'm curious why graf hasn't added them if they are.
    we need them to boot the kernel using bootos. if you're using petitboot, you don't need them.
    Reply With Quote  

  7. #37  
    Denbo44 is offline Member
    Join Date
    Feb 2010
    Posts
    28
    Downloads
    5
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    4
    Likes Received
    0
    Quote Originally Posted by cookie42 View Post
    Well that was actually a suggestion for barnhilltrckn, he could also ssh in as root and edit like that.
    So, I'm wondering, how long is the kernal supposed to compile? I started it, but after a couple hours, stopped it since my ps3 had been on for too long. Would it be a better idea to cross compile, instead of trying it on the ps3?
    To cross build I use crosstool-ng-1.10.0 ,
    add environment variables

    path ="path to x-tools" powerpc64-unknown-linux-gnu/bin
    CROSS_COMPILE=powerpc64-unknown-linux-gnu-
    ARCH=powerpc


    To configure crosstool I used the samples/powerpc64-unknown-linux-gnu/crosstool.config

    Had to create the initrd.img on the ps3.
    Less than 15 minute build time .
    Reply With Quote  

  8. #38  
    flo's Avatar
    flo
    flo is offline Member
    Join Date
    Jun 2006
    Posts
    492
    Downloads
    1
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    4
    I have followed the tutorial by pshomebrew to get Ubuntu running on my PS3 using asbestos 1.5 ( old i know )
    Can i install graf's kernel on it ? The script on the first page is outdated because git.dukio is down . Can anyone update it ?
    Reply With Quote  

  9. #39  
    cookie42 is offline Registered Cookie
    Join Date
    Nov 2010
    Posts
    690
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    6
    Likes Received
    18
    Replace the dukio git url with this
    Code:
    http://git.gitbrew.org/ps3/?p=ps3linux/linux-2.6.git\;a=snapshot\;h=HEAD\;sf=tgz
    STOP! Before you ask questions... READ the first post! RTFFP = Read The F*cking First Post
    Yes, A 3.55 "jb" (cfw) is available, no >3.55 "jb" or cfw yet.
    Yes, A 3.55 downgrade is available. But not to lower than stock firmware! (What it came with)
    No >3.55 downgrade is out there yet.
    Reply With Quote  

  10. #40  
    babu7952000 is offline Registered User
    Join Date
    Feb 2011
    Posts
    11
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    can we download torrents after installing linux on ps3 ...????plz plz plz tell me :-)
    Reply With Quote  

Page 4 of 4 FirstFirst ... 2 3 4
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •