|
楼主 |
发表于 2010-10-21 08:58:12
|
显示全部楼层
编程器太复杂了,先买个TTL线,不过没这样搞过猫,还不知道怎么玩
The ADAM2 Bootloader provides the following commands. The printenv command is an advantage over the ADAM2 FTP server allowing the dumping of all variables.
ADAM2 Revision 0.22.02
(C) Copyright 1996-2003 Texas Instruments Inc. All Rights Reserved.
(C) Copyright 2003 Telogy Networks, Inc.
Usage: setmfreq [-d] [-s sys_freq, in MHz] [cpu_freq, in MHz]
Memory optimization Complete!
Adam2_AR7RD >
Press any key to abort OS load, or wait 5 seconds for OS to boot...
Adam2_AR7RD > help
Commands Description
-------- -----------
h/help Displays the commands supported
info Displays board information
memop Memory Optimization
setmfreq configures/dumps the system and cpu frequencies
erase Erase Flash except Adam2 Kernel and Env space
printenv Displays Env. Variables
setenv Sets Env. variable <var> with a value <val>
unsetenv Unsets the Env. variable <var>
fixenv Defragment for Env. space
go Loads the image starting at address
Adam2_AR7RD > printenv
memsize 0x00800000
flashsize 0x00200000
modetty0 38400,n,8,1,hw
modetty1 38400,n,8,1,hw
bootserport tty0
cpufrequency 150000000
sysfrequency 125000000
bootloaderVersion 0.22.02
ProductID AR7RD
HWRevision Unknown
SerialNumber none
my_ipaddress 192.168.0.100
prompt Adam2_AR7RD
firstfreeaddress 0x9401d328
req_fullrate_freq 125000000
maca 00:e0:a0:a6:66:70
mtd0 0x90090000,0x901f0000
mtd1 0x90010000,0x90090000
mtd2 0x90000000,0x90010000
mtd3 0x901f0000,0x90200000
autoload 1
usb_rndis_mac 00:30:0A:1D:BE:80
usb_board_mac 00:30:0A:1D:BE:80
macc 00:30:0A:1D:BE:81
usb_pid 0x0005
usb_vid 0x06EA
connection0 0
Adam2_AR7RD >
这个应该是531B的bootloader吧 |
|