-
Notifications
You must be signed in to change notification settings - Fork 59
Atheros ReferencePB93
Sean Bruno edited this page May 22, 2014
·
1 revision
Environment size: 434/65532 bytes
ar7240> printenv
bootdelay=4
baudrate=115200
ethaddr=0x00:0xaa:0xbb:0xcc:0xdd:0xee
ethact=eth0
ipaddr=192.168.169.3
serverip=192.168.169.2
stdin=serial
stdout=serial
stderr=serial
bootcmd=bootm 0xbf780000
bootargs=console=ttyS0,115200 root=31:04 rootfstype=squashfs init=/sbin/init mtdparts=ar7240-nor0:256k(u-boot),256k(u-boot-env),3072k(spare-rootfs),1024k(spare-uImage),3072k(rootfs),1024k(uImage),64k(mib0),64k(mib1),4096k(ct),3392k(var),64k(ART)
Environment size: 434/65532 bytes
ar7240> erase 0xbf080000 +0x700000
Erase Flash from 0xbf080000 to 0xbf77ffff in Bank # 1
First 0x8 last 0x77 sector size 0x10000 119
Erased 112 sectors
ar7240>
ar7240> erase 0xbf080000 +0x700000
Erase Flash from 0xbf080000 to 0xbf77ffff in Bank # 1
First 0x8 last 0x77 sector size 0x10000 119
Erased 112 sectors
ar7240> tftpboot 0x80010000 mfsroot-ap93.img.ulzma
Trying eth0
eth0 link down
FAIL
Trying eth1
dup 1 speed 1000
Using eth1 device
TFTP from server 192.168.169.2; our IP address is 192.168.169.3
Filename 'mfsroot-ap93.img.ulzma'.
Load address: 0x80010000
Loading: #################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
############
done
Bytes transferred = 4717568 (47fc00 hex)
ar7240>
ar7240> cp.b 0x80010000 0xbf080000 0x700000
Copy to Flash... write addr: bf080000
done