gopro-usb-tools icon indicating copy to clipboard operation
gopro-usb-tools copied to clipboard

no /dev/mtd0 device on gopro hero 4

Open tsauce opened this issue 7 years ago • 0 comments

Having some issues here: After booting up h4-recovery.tgz I can telnet into the hero 4, but it won't finish flashing the hero 4 probably because there's something up with bad blocks ?

The recovery script erases /dev/mtd0 but I don't seem to find that.

seems like no devices?

/ # cat  /proc/mtd
dev:    size   erasesize  name

I also get a bunch of these:


[   18.223337] Bad eraseblock 4093 at 0x00001ffa0000
[   18.224129] ambarella-nand ambarella-nand: BCH corrected failed (0xc0000ffe), addr is 0x[1ffc0000]!
[   18.224153] Bad eraseblock 4094 at 0x00001ffc0000
[   18.224925] ambarella-nand ambarella-nand: BCH corrected failed (0xc0000fff), addr is 0x[1ffe0000]!
[   18.224951] Bad eraseblock 4095 at 0x00001ffe0000
[   18.224960] No space left to write bad block table
[   18.225179] ambarella-nand: probe of ambarella-nand failed with error -28
[   18.232502] ambarella_udc: version 2 August 2011

I'm guessing that this is a bad motherboard and i won't be able to flash? Or can it be saved?

Is there anyway to tell it to ignore bad blocks ? No space left to write bad block table <-- seems to be where it's stuck.

Thanks for all of the hardwork thus far!

tsauce avatar Nov 28 '17 03:11 tsauce