MTD mtd3ro backup returns BCH decoding failed
Posted
by
saeed144
on Super User
See other posts from Super User
or by saeed144
Published on 2012-10-16T10:33:05Z
Indexed on
2012/10/16
11:07 UTC
Read the original article
Hit count: 245
While doing a kernel backup of an mtd (Memory Technology Device) from /dev/mtd/mtd3ro of a TI board gives many "BCH decoding failed", Here are system info
#cat /proc/mtd
dev: size erasesize name
mtd0: 00080000 00020000 "X-Loader"
mtd1: 00140000 00020000 "U-Boot"
mtd2: 000c0000 00020000 "U-Boot Env"
mtd3: 00500000 00020000 "Kernel"
mtd4: 1f880000 00020000 "File System"
here is the method used,
dd if=/dev/mtd/mtd3ro of=/data/local/tmp/mtd3.bin
doing a cat also returns the same error,
and here is the error,
BCH decoding failed
BCH decoding failed
yes, the destination has enough space ;)
tell me what do you think? Thanks
© Super User or respective owner