09-22-2022, 11:44 PM
install mtd-utils
ls -l /dev/mtd*
mtd_debug info /dev/mtd0
If this all shows something reasonable, then the flashing utility is buggy
you could try
mtd_debug erase /dev/mtd0 0 16777216 ,,, I am assuming length is same as mine
This should take about 1/2 min
If you are sure (and brave) ,, if you have towboot FOR SPI do mtd_debug write .........
(towboot/uboot for SPI is NOT same as for emmc/SD)
ls -l /dev/mtd*
mtd_debug info /dev/mtd0
If this all shows something reasonable, then the flashing utility is buggy
you could try
mtd_debug erase /dev/mtd0 0 16777216 ,,, I am assuming length is same as mine
This should take about 1/2 min
If you are sure (and brave) ,, if you have towboot FOR SPI do mtd_debug write .........
(towboot/uboot for SPI is NOT same as for emmc/SD)