I am getting "Cannot read bad block mark: Invalid argument" while reading the u-boot environment variables from linux console. I can erase and read/write environment variables from u-boot with no problem and even with flash_erase and flash_dump mtd-utils so I know the Nand sectors are not...
Could you please see the below note from the u-boot source's "tools/env/README" path. This is a demo implementation of a Linux command line tool to access the U-Boot's environment variables. In the current version, there is an issue in cross-compilation. In order to ...
I am getting "Cannot read bad block mark: Invalid argument" while reading the u-boot environment variables from linux console. I can erase and read/write environment variables from u-boot with no problem and even with flash_erase and flash_dump mtd-utils so I know the Nand sectors are not...