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 54: | Line 50: | ||
Warning is harmful, the rest is good/debug: retry without USB devices plugged in.<br> | Warning is harmful, the rest is good/debug: retry without USB devices plugged in.<br> | ||
Maybe (now) your flashed petitboot is misconfigured, reflash an official/tested bin with ps3-flash-utils or from GameOS pkg. | Maybe (now) your flashed petitboot is misconfigured, reflash an official/tested bin with ps3-flash-utils or from GameOS pkg. | ||
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 | ||