<div dir="ltr">Hi Geoff,<div><br></div><div>The size is indeed 7.5MiB after stripping, but it still does not boot. I tried both with and without initrd. My current kboot config looks like this from petitboot screen:</div><div>/var/petitboot/mnt/sda1/boot/vmlinux root=UUID=<the uuid> video=ps3fb:mode:13 ps3fb=16M nomodeset</div><div><br></div><div>Could it perhaps be a problem with the firmware or petitboot? It was somewhat difficult to find a working solution since most links (on psdevwiki for instance) seem to be broken. I am using the petitboot (dtbImage.ps3.bin.minimal) image from psdevwiki. For firmware I could not find all required packages, so I am using alternative (version 4.70) firmware with otheros support instead. This seems to boot with the red ribbon dvd, but perhaps it is not compatible with the latest kernel?</div><div><br></div><div>Rick</div></div><div class="gmail_extra"><br><div class="gmail_quote">2015-07-28 20:43 GMT+02:00 Geoff Levand <span dir="ltr"><<a href="mailto:geoff@infradead.org" target="_blank">geoff@infradead.org</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Rick,<br>
<span class=""><br>
On Mon, 2015-07-27 at 23:26 +0200, Rick Gaiser wrote:<br>
<br>
<br>
> 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?).<br>
<br>
</span>Maybe here?<br>
<br>
  <a href="https://git.kernel.org/cgit/linux/kernel/git/geoff/ps3-linux.git/log/?h=ps3-queue-v3.12" rel="noreferrer" target="_blank">https://git.kernel.org/cgit/linux/kernel/git/geoff/ps3-linux.git/log/?h=ps3-queue-v3.12</a><br>
<span class=""><br>
> 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:<br>
> make ps3_defconfig<br>
> make<br>
> make install<br>
> make modules_install<br>
> make headers_install<br>
><br>
><br>
> 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...<br>
<br>
</span>You can strip that to about 7.5 MiB:<br>
<br>
  strip -s -R .comment vmlinux -o vmlinux.strip<br>
<br>
ps3_defconfig needs no initrd.  What is your kboot.conf?<br>
<span class="HOEnZb"><font color="#888888"><br>
-Geoff<br>
<br>
<br>
</font></span></blockquote></div><br></div>