Building Angstrom following wiki: where is the image...
Hi,
Following this tutorial http://wiki.ros.org/hydro/Installation/Angstrom, I first tried option 1. I have Angstrom with kernel 2.6.32, but I followed the instructions which left me with a ruined BeagleBoard-xM system. Several other "users" had been created, I could no longer log in as user, only as root and ROS was not installed. After flashing the kernel again and running git, I checked using "opkg list" for ROS packages and none were available. So I guess the recommendation should be "only with latest kernel". Then I build an image, but after building it I can't find the image. What is it called, where is it? Then I used bitbake for cross-compiling ROS. When that finished, I checked for ROS packages and found none. Where should I find them ?
Edit: I tried to create the image again and this time it even goes wrong before the image is finalized giving this error:
NOTE: Error during finalise of /home/<user>/devel/setup-scripts/sources/openembedded-core/meta/recipes-extended/images/core-image-lsb-sdk.bb ERROR: ExpansionError during parsing /home/<user>/devel/setup-scripts/sources/openembedded-core/meta/recipes-extended/images/core-image-lsb-sdk.bb: Failure expanding variable toolchain_create_sdk_version: ExpansionError: Failure expanding variable METADATA_REVISION, expression was ${@base_detect_revision(d)} which triggered exception OSError: [Errno 12] Cannot allocate memory NOTE: Error during finalise of /home/<user>/devel/setup-scripts/sources/openembedded-core/meta/recipes-extended/images/core-image-lsb-dev.bb ERROR: Command execution failed: Exited with 1
Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
I guess I'm doing something wrong, but no clue what....