-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How do I build a install image for Playstation 3? #98
Comments
you |
nah but can someone help this man |
So, this is a bit of a task: petitboot provides a bit of infrastructure for booting from one Linux instance to another; the So, the (very) general build process is:
For (1), you'd need a few (relatively) minor changes to buildroot to add a petitboot "package". There's an example here if you're keen! I'd write up some more detailed instructions, but it has been a loooong time since I've had access to ps3 hardware that could run Linux, so I'd have no way to actually verify those. |
ah. i dont want to compile EVERYTHING myself, could i use the example files to build a new dtbimage? |
If you're updating petitboot, then you'll need to create a new rootfs to install that into (matching all the existing library versioning), and then build that into a new kernel. Consuming existing binary files (and getting the ABI versioning right) is just going to be more trouble than rebuilding the whole set. |
Currently trying the same, already compiled the kernel. I was wondering what this config might be https://kernel.googlesource.com/pub/scm/linux/kernel/git/geoff/ps3-linux/+/refs/heads/master/arch/powerpc/configs/ps3_petitboot_defconfig |
Also hi james, long time no see;) |
Also the guy from t2 did something with petitboot, i think he build some type of initrd/kernel with kexec to boot on a ps3 but im not sure if he went through with it: |
lol i dont actually remember you |
I wasnt directly involved but still the stuff from psx place discord |
Playstation Homebrew? |
did you succeed ? as I too got some intrest in getting a relativly recent Linux going on my spare PS3. Rene from T2 does still work on his distro, might look into that. altho playing with Buildroot also sounds fun (and get my own "distro" going) |
to be honest, kinda gave up. as of right now my main focuses in the PS3 scene are modding GH:WoR and getting Gentoo working correctly in OtherOS. might also make my own distro, who knows. wanna get fan speed and temp reading working in Linux, too. |
This isnt really a issue, but i wasnt sure were to ask. I've recently gotten into PS3 linux stuff, and all the images floating around the web are very old. How would i go about building a new
dtbimage.ps3.bin
?The text was updated successfully, but these errors were encountered: