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 | ||