Editing Talk:PS3 OpenWRT
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 3: | Line 3: | ||
* NAND can kexec -l huge_elfs, to load some stuff if needed. | * NAND can kexec -l huge_elfs, to load some stuff if needed. | ||
Can't flash but can load, we can store an elf on HDD and maybe add an entry to kboot.conf | Can't flash but can load, we can store an elf on HDD and maybe add an entry to kboot.conf | ||
== Paralel compilation == | == Paralel compilation == | ||
Line 39: | Line 35: | ||
# kexec -e | # kexec -e | ||
Using current version of petitboot-huge, downloaded from | Using current version of petitboot-huge, downloaded from http://www.ps3devwiki.com/wiki/PS3_OpenWRT, "kexec -l /root/openwrt-ps3-petitboot-vmlinux.elf" gives: | ||
"Warning: append= option is not passed. Using the first kernel root partition | "Warning: append= option is not passed. Using the first kernel root partition | ||
Line 57: | Line 53: | ||
Made sure that you have an official flashed to kexec whatever. | Made sure that you have an official flashed to kexec whatever. | ||
That's the point. I'm trying to kexec official elf form | That's the point. I'm trying to kexec official elf form ps3devwiki and petitboot freezes. Possibly current version of kexec doesn't work at powerpc properly. | ||
cnpym | cnpym | ||
Line 67: | Line 63: | ||
"- init - | "- init - | ||
/usr/sbin/petitboot: can't load library 'libps3-utils.so.2'" | /usr/sbin/petitboot: can't load library 'libps3-utils.so.2'" | ||
cnpym | cnpym | ||
Line 101: | Line 89: | ||
Maybe someone could give me a hint, how to configure openwrt-toolchain correctly in order to get a petitboot image able to kexec another kernel.... | Maybe someone could give me a hint, how to configure openwrt-toolchain correctly in order to get a petitboot image able to kexec another kernel.... | ||
Thanks for this! | Thanks for this! | ||
btw: it is mentioned to first test all petitboot images from old petitboot-shell with | btw: it is mentioned to first test all petitboot images from old petitboot-shell with (http://www.ps3devwiki.com/wiki/PS3_OpenWRT): | ||
kexec -l and kexec -e | kexec -l and kexec -e | ||