Re: [beagleboard] saveenv not available in Debian 8.4 images

2018-04-09 Thread gimcuan
thank you! On Thursday, 2 November 2017 08:10:22 UTC-4, Denys Yurchenko wrote: > > It is *wrong* way edit an u-boot source files. > > The write way is change *CONFIG_ENV_IS_NOWHERE=y* to > *CONFIG_ENV_IS_NOWHERE=n* and add *CONFIG_SYS_EXTRA_OPTIONS="EMMC_BOOT"* > to

Re: [beagleboard] saveenv not available in Debian 8.4 images

2017-11-02 Thread Denys Yurchenko
It is *wrong* way edit an u-boot source files. The write way is change *CONFIG_ENV_IS_NOWHERE=y* to *CONFIG_ENV_IS_NOWHERE=n* and add *CONFIG_SYS_EXTRA_OPTIONS="EMMC_BOOT"* to u-boot/configs/am335x_boneblack_defconfig (or to u-boot/configs/am335x_boneblack_vboot_defconfig) file. Best

Re: [beagleboard] saveenv not available in Debian 8.4 images

2017-02-27 Thread vl . arteev
Thanks! I commented define in the file include/configs/am335x_evm.h #define CONFIG_ENV_IS_NOWHERE After that I found saveenv command in uboot. But in this case saveenv command cause error "Unable to use mmc 0:1 for saveenv". I decided that I also should specify where I want to save environment

Re: [beagleboard] saveenv not available in Debian 8.4 images

2017-02-22 Thread vl . arteev
Hello Robert, Can you please describe more precisely how to enable uboot saveenv command for BeagleBone Black? I could not understand how patch line 177 relates to saveenv command. вторник, 12 апреля 2016 г., 23:09:45 UTC+3 пользователь RobertCNelson написал: > > > > On Tue, Apr 12, 2016

Re: [beagleboard] saveenv not available in Debian 8.4 images

2016-04-12 Thread Robert Nelson
On Tue, Apr 12, 2016 at 2:43 PM, wrote: > Thanks, > > If I require for u-boot to have this functionality on BeagleBone Black > (and use eMMC as the default storage), I guess I can go ahead and create my > own Debian image and turn on the saveenv functionality, but where

Re: [beagleboard] saveenv not available in Debian 8.4 images

2016-04-12 Thread greg . distefano
Thanks, If I require for u-boot to have this functionality on BeagleBone Black (and use eMMC as the default storage), I guess I can go ahead and create my own Debian image and turn on the saveenv functionality, but where is this functionality explicitly disabled? Regards, On Tuesday, April

Re: [beagleboard] saveenv not available in Debian 8.4 images

2016-04-12 Thread Robert Nelson
On Tue, Apr 12, 2016 at 12:53 PM, wrote: > Hi, > > The saveenv command is not able in the U-boot console, any idea why? > saveenv needs a default storage.. Since these images can be used on both the BeagleBone "White" and BeagleBone Black.. default storage =