mtd-utils icon indicating copy to clipboard operation
mtd-utils copied to clipboard

mtd-utils

Results 4 mtd-utils issues
Sort by recently updated
recently updated
newest added

Hi! I took over maintaining upstream mtd-utils in 2016 after doing a lot of cleanup and work around the build system. The latest upstream release is 2.1.1 and a good...

jffs2reader misses the first entry from a jffs2 file system image. As can be seen below the directory /3518 is missing. Here is jffs2reader output -rwxr-xr-x 1 0 0 0...

`case 'l': length = strtol(optarg, NULL, 0);` Function description: **long** int strtol (const char* str, char** endptr, int base); Signed conversion function for unsigned numbers. Really? Try the key "-l...

If we use mtd partition with size 2^32. Program not worked with message "Length ** + offset ** exceeds device size 0". This is not obvious. It is necessary to...