Re: [U-Boot] [PATCH] tools: env: Add support for direct read/write UBI volumes

2017-12-01 Thread Lothar Waßmann
Hi, On Tue, 14 Nov 2017 23:01:26 -0800 S. Lockwood-Childs wrote: > Up to now we were able to read/write environment data from/to UBI > volumes only indirectly by gluebi driver. This driver creates NAND MTD > on top of UBI volumes, which is quite a workaroung for this use case. > > Add support for

[U-Boot] [PATCH] tools: env: Add support for direct read/write UBI volumes

2017-11-15 Thread S. Lockwood-Childs
Up to now we were able to read/write environment data from/to UBI volumes only indirectly by gluebi driver. This driver creates NAND MTD on top of UBI volumes, which is quite a workaroung for this use case. Add support for direct read/write UBI volumes in order to not use obsolete gluebi driver.