|
启动信息如下:
- U-Boot 1.1.4.v5.3 (Jan 31 2013 - 12:54:33)
- DRAM: 128 MB
- CPU: 560 MHz
- Top of RAM usable for U-Boot at: 88000000
- Reserving 283k for U-Boot at: 87fb8000
- Reserving 144k for malloc() at: 87f94000
- Reserving 44 Bytes for Board Info at: 87f93fd4
- Reserving 36 Bytes for Global Data at: 87f93fb0
- Reserving 128k for boot params() at: 87f73fb0
- Stack Pointer at: 87f73f98
- Now running in RAM - U-Boot at: 87fb8000
- Flash Manuf Id 0xc2, DeviceId0 0x20, DeviceId1 0x14
- flash size 1MB, sector count = 64
- Flash: 1 MB
- Fetching MAC Address from 0x87fe3908
- eth0: f0:9e:63:59:ea:3e
- ATHRSF1_PHY: Port 4, Neg Success
- Ethernet link up - 1000Mbps Full
- eth0
- Ether initialization ok!
- Atheros on-chip NAND FLash Controller Driver, Version 0.1 (c) 2010 Atheros Communications, Ltd.
- Ath Nand ID[87ff117c]: c2:f1:80:1d:c2
- Macronix NAND 128MiB 3,3V 8-bit [128MB]
- ====== NAND Parameters ======
- sc = 0x87ff1158 bbt = 0x87f98360 bbt_size = 0x100 nf_ctrl = 0x345
- page = 0x800 block = 0x20000 oob = 0x40
- size = 128MB
- Setting 0xb8116290 to 0x28502d0f
- Test Size=0x8000000, Start!!
- RAM test complete!
- PTD Init
- MAC address check ok!
- boot method:3
- Hit "ESC" to stop autoboot: 0
复制代码 按esc 后
- ar7240> setenv serverip 192.168.10.77
- ar7240> printenv
- bootargs=console=ttyS0,9600 root=31:09 rootfstype=jffs2 init=/sbin/init mtdparts=ath-nor0:256k(ubootx),256k(iOS-boot),64k(board-inf),64k(cal),128k(iOS-data),256k(Res);ath-nand:256k(uboot),256k(uboot-env),1280k(uImage),7m(rootfs),128k(dummy),128k(cal)
- bootdelay=4
- baudrate=9600
- ethaddr=0x00:0xaa:0xbb:0xcc:0xdd:0xee
- dir=
- lu=tftp 0x80060000 ${dir}u-boot.bin&&erase 0x9f000000 +$filesize&&cp.b $fileaddr 0x9f000000 $filesize
- lf=tftp 0x80060000 ${dir}db12x${bc}-nand-jffs2&&nand erase 0x1c0000 0x700000&&nand write $fileaddr 0x1c0000 $filesize
- lk=tftp 0x80060000 ${dir}vmlinux${bc}.lzma.uImage&&nand erase 0x80000 0x140000&&nand write $fileaddr 0x80000 $filesize
- bootcmd=nboot 0x81000000 0 0x80000
- ethact=eth0
- bc=_f1eRNAA-C4_V5.3
- stdin=serial
- stdout=serial
- stderr=serial
- ipaddr=192.168.10.192
- serverip=192.168.10.77
- Environment size: 812/16380 bytes
复制代码 试着读入openwrt的固件
- ar7240> tftp 0x80000000 openwrt-19.07.4-ar71xx-generic-tl-wr710n-v1-squashfs-factory.bin
- Trying eth0
- speed=1000M
- Using eth0 device
- TFTP from server 192.168.10.77; our IP address is 192.168.10.192
- Filename 'openwrt-19.07.4-ar71xx-generic-tl-wr710n-v1-squashfs-factory.bin'.
- Load address: 0x80000000
- Loading: #################################################################
- #################################################################
- #################################################################
- #################################################################
- #################################################################
- #################################################################
- #################################################################
- #################################################################
- #################################################################
- #################################################################
- #################################################################
- #################################################################
- #################################################################
- #################################################################
- #################################################################
- #################################################################
- #################################################################
- #################################################################
- #################################################################
- #################################################################
- #################################################################
- #################################################################
- #################################################################
- #################################################################
- ############################
- done
- Bytes transferred = 8126464 (7c0000 hex)
复制代码 成功
求大神指导是否能刷入不死breed呢?下一步该如何操作呢
|
|