Re: [PATCH] cmd: nand biterr - Add support for nand biterr command

2021-10-26 Thread Tom Rini
On Tue, Jun 29, 2021 at 12:46:11PM +0530, Balamanikandan Gunasundar wrote: > The command shall be used to induce bit errors in the nand page > manually. The code flips a bit in the specified offset without > changing the ECC. This helps to see how the software handles the > error. > > The patch

Re: [PATCH] cmd: nand biterr - Add support for nand biterr command

2021-10-21 Thread Balamanikandan.Gunasundar
Hello, Can you please provide your comments on this patch. Thanks, Balamanikandan On 29/06/21 12:46 pm, Balamanikandan Gunasundar wrote: > The command shall be used to induce bit errors in the nand page > manually. The code flips a bit in the specified offset without > changing the ECC. This

[PATCH] cmd: nand biterr - Add support for nand biterr command

2021-06-29 Thread Balamanikandan Gunasundar
The command shall be used to induce bit errors in the nand page manually. The code flips a bit in the specified offset without changing the ECC. This helps to see how the software handles the error. The patch is ported from https://patchwork.ozlabs.org/project/uboot/patch/\