Hi,

I assume you query is in reference to Angstrom Linux?

The build procedure for BeagleBone Black is identical to BeagleBone White. 
The Angstrom web site is somewhat vague about this and many other things. I 
create a console-image root file system using the following:

    mkdir Angstrom-v2013.06

    cd ./Angstrom-v2013.06

    git clone git://github.com/Angstrom-distribution/setup-scripts.git

    cd setup-scripts

    MACHINE=beaglebone ./oebb.sh config beaglebone

    MACHINE=beaglebone ./oebb.sh update

And to compile the console version of the root file system distribution:

    . environment-angstrom-v2013.06

    bitbake console-image

This will also create u-boot files and a kernel.

You can be more specific and use

    bitbake u-boot-denx

to create the u-boot files and

    bitbake virtual/kernel

Some other targets are

    systemd-image    which is a minimal root file system (no x windows)

and

    systemd-gnome-image.bb
    xfce-nm-image.bb
    hardware-bringup-image.bb
    development-gnome-image.bb





On Tuesday, January 21, 2014 2:31:18 AM UTC+11, Jan Zwiegers wrote:
>
> How do you configure or what recipes are there to specifically build for 
> BBB instead of BeagleBone?
> The only setups I can find is for BeagleBone.
>
> For instance this OE setup:
>
> $ MACHINE=beaglebone ./oebb.sh config beaglebone
>
> Is there a version for BBB?
>
> As well when building:
>
> $ MACHINE=beagleboard bitbake virtual/kernel
>
> At this moment I cannot figure out the difference and if one need to 
> specify it differently.
>
> Thanks!
>
>

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to