Hello,
I'd like to reproduce the kernel and root filesystem binaries from the PSP 2 release. Since this looks like an angstrom distro, I set up OpenEmbedded and bitbake, specified argstrom, the 35xevm, and the CodeSourcery toolchain with these lines in local.conf:
DISTRO = "angstrom-2008.1"
MACHINE = "omap3evm"
TARGET_PREFIX = arm-none-linux-gnueabi-
ASSUME_PROVIDED += "virtual/${TARGET_PREFIX}gcc virtual/libc"
and then built a few packages. When I do "bitbake virtual/kernel" it builds a 2.6.27 kernel, but the PSP 2.0 kernel Makefile shows a version number of 2.6.26, so I must be using the wrong target, distro, or there are other config files used for building the PSP.
I'm wondering if there already exist instructions for doing a full from-source build using bitbake to get simialr state as the PSP 02.00.
Thanks!