I'm trying to update u-boot on a GoFlexHome dock according to instructions here:-
https://forum.doozan.com/read.php?3,12381
I've downloaded uboot.2017.07-tld-1.goflexhome.bodhi.tar from https://bitly.com/2zQWP4Y , and made sure I made the appropriate tools.
/etc/fw_env.config has been copied
running cat /proc/mtd gives me:-
dev: size erasesize name
mtd0: 00100000 00020000 "u-boot"
mtd2: 0ff00000 00020000 "rootfs"
rather than what it suggested:-
dev: size erasesize name
mtd0: 00100000 00020000 "u-boot"
mtd1: 00400000 00020000 "uImage"
mtd2: 02000000 00020000 "rootfs"
mtd3: 0db00000 00020000 "data"
...so I'm not at sure how to proceed.
https://forum.doozan.com/read.php?3,12381
I've downloaded uboot.2017.07-tld-1.goflexhome.bodhi.tar from https://bitly.com/2zQWP4Y , and made sure I made the appropriate tools.
/etc/fw_env.config has been copied
running cat /proc/mtd gives me:-
dev: size erasesize name
mtd0: 00100000 00020000 "u-boot"
mtd2: 0ff00000 00020000 "rootfs"
rather than what it suggested:-
dev: size erasesize name
mtd0: 00100000 00020000 "u-boot"
mtd1: 00400000 00020000 "uImage"
mtd2: 02000000 00020000 "rootfs"
mtd3: 0db00000 00020000 "data"
...so I'm not at sure how to proceed.