
24 May
2016
24 May
'16
5:27 p.m.
On Mon, May 16, 2016 at 5:07 PM, Kevin Smith kevin.smith@elecsyscorp.com wrote:
Instead of requiring gluebi to update u-boot environments from Linux, directly support writing to an UBI device. The fw_env.config file will look something like this:
Device Offset Envsize LEB Size Count /dev/ubi0_0 0 0x10000 0x1f000 1
It is important to use LEB size instead of PEB size when using UBI.
Signed-off-by: Kevin Smith kevin.smith@elecsyscorp.com Cc: Michael Heimpold mhei@heimpold.de Cc: Joe Hershberger joe.hershberger@ni.com
Seems reasonable to me.