View Single Post
Guest | Posts: n/a | Thanked: 0 times | Joined on
#4
Great idea with a thread for this
Some info that may be usefull, if it is 'hidden' somewhere, in protected area. Is mtd partitioning. Can be seen like this, and possible dumped with some memory dump utility, or dd.
Code:
~ $ cat /proc/mtd
dev:    size   erasesize  name
mtd0: 00100000 00040000 "bootloader"
mtd1: 002c0000 00040000 "config"
mtd2: 01000000 00040000 "kernel"
mtd3: 00200000 00040000 "log"
mtd4: 1ca40000 00040000 "var"
mtd5: 02000000 00040000 "moslo"
mtd6: 20000000 00040000 "omap2-onenand"
~ $
 

The Following User Says Thank You to For This Useful Post: