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

2016-05-06 Thread Marcin Niestroj
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.

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

2016-05-20 Thread Marcin Niestroj
On 06.05.2016 14:58, Marcin Niestroj 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 direct read/write UBI volum