On Tue, Aug 12, 2014 at 09:30:22AM -0300, Diego Sueiro wrote: > Hi there, > > > On Mon, Aug 11, 2014 at 11:03 PM, Arago Project git <[email protected]> > wrote: > > > Module: meta-ti > > Branch: daisy > > Commit: 7eeebc0f79d9097e771855d4cfefdb6989be3d05 > > URL: > > http://arago-project.org/git/meta-ti.git?a=commit;h=7eeebc0f79d9097e771855d4cfefdb6989be3d05 > > > > > > Author: Alexandre Belloni <[email protected]> > > Date: Mon Aug 4 21:45:50 2014 +0000 > > > > beaglebone: use the am335x_boneblack u-boot configuration > > > > Using the am335x_boneblack configuration for u-boot allows to save the > > environment to the emmc. Else, it is not possible to save the > > environment at all. > > > > Signed-off-by: Alexandre Belloni <[email protected]> > > Signed-off-by: Denys Dmytriyenko <[email protected]> > > > > --- > > > > conf/machine/beaglebone.conf | 2 +- > > 1 files changed, 1 insertions(+), 1 deletions(-) > > > > diff --git a/conf/machine/beaglebone.conf b/conf/machine/beaglebone.conf > > index 8a83a1a..0b4dce3 100644 > > --- a/conf/machine/beaglebone.conf > > +++ b/conf/machine/beaglebone.conf > > @@ -11,4 +11,4 @@ IMAGE_FSTYPES += "tar.gz" > > > > SERIAL_CONSOLE = "115200 ttyO0" > > > > -UBOOT_MACHINE = "am335x_evm_config" > > +UBOOT_MACHINE = "am335x_boneblack" > > > > There is a typo here. Must be "am335x_boneblack_config" instead of > "am335x_boneblack"
Goot catch, thanks! -- Denys -- _______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
