Talk:PS3 OpenWRT: Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
Line 20: Line 20:
make[1]: Leaving directory `/usr/src/openwrt-dev/target/linux'
make[1]: Leaving directory `/usr/src/openwrt-dev/target/linux'
make: *** [kernel_menuconfig] Error 2
make: *** [kernel_menuconfig] Error 2
In HOWTO line 94 should be:
cp kernel-config-3.3 .config

Revision as of 21:07, 20 September 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

I've tried compiling using HOWTO, but as a result of "make V=99 kernel_menuconfig" i'm getting:

      • End of Linux kernel configuration.
      • Execute 'make' to build the kernel or try 'make help'.

make[3]: Leaving directory `/usr/src/openwrt-dev/build_dir/linux-ps3_petitboot/l inux-2.6.30.10' /usr/src/openwrt-dev/scripts/kconfig.pl '>' /usr/src/openwrt-dev/build_dir/lin ux-ps3_petitboot/linux-2.6.30.10/.config > /usr/src/openwrt-dev/target/linux/ps3 /config-2.6.30 Parse error at /usr/src/openwrt-dev/scripts/kconfig.pl line 137, <FILE> line 696 . make[2]: *** [menuconfig] Error 255 make[2]: Leaving directory `/usr/src/openwrt-dev/target/linux/ps3' make[1]: *** [menuconfig] Error 2 make[1]: Leaving directory `/usr/src/openwrt-dev/target/linux' make: *** [kernel_menuconfig] Error 2


In HOWTO line 94 should be:

cp kernel-config-3.3 .config