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 | |||
Modified cmdline: | Modified cmdline: | ||
Unable to find /proc/device-tree//chosen/linux,stdout-path, printing from purgat | Unable to find /proc/device-tree//chosen/linux,stdout-path, printing from purgat | ||
Line 47: | Line 43: | ||
segment[0].mem:0x1143000 memsz:19243008 | segment[0].mem:0x1143000 memsz:19243008 | ||
segment[1].mem:0x239d000 memsz:36864 | segment[1].mem:0x239d000 memsz:36864 | ||
segment[2].mem:0x7fff000 memsz:4096 | segment[2].mem:0x7fff000 memsz:4096 | ||
After "kexec -e" ps3 freezes and does nothing. | After "kexec -e" ps3 freezes and does nothing. | ||
cnpym | cnpym | ||