Quantcast
Channel: Linux Device Hacking
Viewing all articles
Browse latest Browse all 3178

Update MTDs? (1 reply)

$
0
0
confirm.

the nandwrite and nanddump donot work under openwrt CC. So the openwrt 15.05 is not the best os for recovery but pretty good for general usage.I want to try lede next step.

is there the way to use tftp load firmware to memory and uboot command cp.b to update mtd partition as flash router?

root@OpenWrt:/mnt/sda1/nand# ./nandwrite
/bin/ash: ./nandwrite: not found
root@OpenWrt:/mnt/sda1/nand# ./nanddump
/bin/ash: ./nanddump: not found
root@OpenWrt:/mnt/sda1/nand# ls -l
-rwxr-xr-x 1 root root 1616492 Feb 27 2017 busybox
-rwxr-xr-x 1 root root 787036 Feb 27 2017 e2fsck
-rwxr-xr-x 1 root root 25632 Feb 27 2017 flash_erase
-rw-r--r-- 1 root root 329 Feb 27 2017 fw_env.config
-rwxr-xr-x 1 root root 668497 Feb 27 2017 fw_printenv
-rwxr-xr-x 1 root root 26548 Feb 27 2017 nanddump
-rwxr-xr-x 1 root root 29644 Feb 27 2017 nandwrite

Viewing all articles
Browse latest Browse all 3178