Yes, I did , won't except commands, run mtd, mtd, or erase rootfs_data
How do they fail? Is it verbose and if so, could you paste here?
Also, run a
printenv command and report back.
Printenv:
Easy-Link> printenv
bootargs=console=ttyS0,115200 root=31:02 rootfstype=squashfs init=/sbin/init mtdparts=ar7240-nor0:128k(u-boot),1024k(kernel),6912(rootfs),64k(config),64k(ART)
bootcmd=bootm 0x9f020000
bootdelay=1
baudrate=115200
ethaddr=0x00:0xaa:0xbb:0xcc:0xdd:0xee
ipaddr=192.168.1.1
serverip=192.168.1.100
stdin=serial
stdout=serial
stderr=serial
ethact=eth0
Environment size: 345/65532 bytes
edit:
list of tried commands:
Easy-Link> run
Usage:
run - run commands in an environment variable
Easy-Link> run mtd
## Error: "mtd" not defined
Easy-Link> erase rootfs_data
Usage:
erase - erase FLASH memory
Easy-Link> mtd
Unknown command 'mtd' - try 'help'
Easy-Link> run erase rootfs_data
## Error: "erase" not defined
Easy-Link> help
fake - fake
? - alias for 'help'
boot - boot default, i.e., run 'bootcmd'
bootd - boot default, i.e., run 'bootcmd'
bootm - boot application image from memory
cp - memory copy
erase - erase FLASH memory
help - print online help
httpboot- entering the backup mode.
md - memory display
mm - memory modify (auto-incrementing)
mtest - simple RAM test
mw - memory write (fill)
nm - memory modify (constant address)
ping - send ICMP ECHO_REQUEST to network host
printenv- print environment variables
progmac - Set ethernet MAC addresses
reset - Perform RESET of the CPU
run - run commands in an environment variable
setenv - set environment variables
tftpboot- boot image via network using TFTP protocol
version - print monitor version
Easy-Link> httpboot
eth1 link down
eth1 link down
uip init...
http init...
eth1 link down
eth1 link down
eth1 link down
edit:
Any way to use "mw" command, memory write command, then "bootm" command to boot from memory, to flash through GUI?