Re: [PATCH] cmd: ubi: add a command to swap volumes

2021-08-22 Thread Heiko Schocher
Hello Ayoub, Sorry for late reply, but I was not an cc ... so I missed this EMail... On 09.07.21 17:57, Ayoub Zaki wrote: > This commit adds the command ubi swap to swap an ubi volumes. > The format of the command is: ubi swap . > To enable this command, the option CMD_UBI_SWAPVOL must be

[PATCH] cmd: ubi: add a command to swap volumes

2021-07-09 Thread Ayoub Zaki
This commit adds the command ubi swap to swap an ubi volumes. The format of the command is: ubi swap . To enable this command, the option CMD_UBI_SWAPVOL must be selected. Signed-off-by: Ayoub Zaki --- cmd/Kconfig | 8 cmd/ubi.c | 54