[Cbe-oss-dev] Development environment
Geoff Levand
geoff at infradead.org
Wed Jul 29 04:43:01 AEST 2015
Hi Rick,
On Mon, 2015-07-27 at 23:26 +0200, Rick Gaiser wrote:
> I would like to contribute to linux on the ps3, but I am having trouble setting up the development environment. I am currently running red ribbon linux on a fat (nand) ps3, installed on a usb drive. It has a 3.12 kernel with patches (but I cannot find the source of this kernel with pathes anywhere?).
Maybe here?
https://git.kernel.org/cgit/linux/kernel/git/geoff/ps3-linux.git/log/?h=ps3-queue-v3.12
> I would like to play with the rsx, but first I would like to get a mainline kernel running. So I compiled and installed mainline v4.1 kernel and modules on the ps3:
> make ps3_defconfig
> make
> make install
> make modules_install
> make headers_install
>
>
> This gives me a 74MB vmlinux (is it supposed to be so huge?). It shows up in petitboot, but when I try to boot it hangs at "system is going down now...". There are a few udevd-event messages ending with "failed: Read-only file system". The usb drive is powered off, and then nothing...
You can strip that to about 7.5 MiB:
strip -s -R .comment vmlinux -o vmlinux.strip
ps3_defconfig needs no initrd. What is your kboot.conf?
-Geoff
More information about the cbe-oss-dev
mailing list