Talk:PS3 OpenWRT: Difference between revisions
Jump to navigation
Jump to search
Masterzorag (talk | contribs) m (Answers) |
|||
Line 16: | Line 16: | ||
Order is a key factor compiling petitboot, make sure to use -j1: this also keep filtering for error messages easier to follow.<br> | Order is a key factor compiling petitboot, make sure to use -j1: this also keep filtering for error messages easier to follow.<br> | ||
Official howto just tell enough about ps3strgmngr and fix. | Official howto just tell enough about ps3strgmngr and fix. | ||
Keep getting "make[2]: [package/rootfs-prepare] Error 2 (ignored)" during buildtime. Is there any solution to this? | |||
cnpym |
Revision as of 08:34, 7 October 2012
Images
- 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
Paralel compilation
Don't know if it is just me but any attempt to build openwrt's latest trunk using multiple jobs fails...
Yup! Firstly it stops on parted-3.0 (cause it has some libuuid dependencies). But when you do "make package/util-linux/compile; make package/util-linux/install" it stops on compiling ps3strgmngr.
cnpym
Order is a key factor compiling petitboot, make sure to use -j1: this also keep filtering for error messages easier to follow.
Official howto just tell enough about ps3strgmngr and fix.
Keep getting "make[2]: [package/rootfs-prepare] Error 2 (ignored)" during buildtime. Is there any solution to this?
cnpym