MI424 Ver: E版本的串口信息.

67 views
Skip to first unread message

K.I.S.S

unread,
Dec 23, 2010, 3:11:32 AM12/23/10
to MI424_OpenWRT
U-boot的.

U-Boot 1.1.1 (Development build) (Build time: Apr 25 2008 - 14:50:25)

Warning: Clock descriptor tuple not found in eeprom, using defaults
Warning: Board descriptor tuple not found in eeprom, using defaults
MC524WR board revision major:6A, minor:0, serial #: unknown
OCTEON CN50XX-CP revision: 1, Core clock: 500 MHz, DDR clock: 330 MHz
(660 Mhz data rate)
Octeon CPU id: d0601
Initializing LAN switch (KSZ8995MA). Id: 95:09
DRAM: 64 MB
Flash: 16 MB
Clearing DRAM...... done
octeon_phy_mem_named_block_alloc: alloc failed!
BIST check passed.
Starting PCI
PCI Status: PCI 32-bit
PCI BAR 0: 0x00000000, PCI BAR 1: Memory 0x00000000 PCI 0xf8000000
Net: octeth0, octeth1

K.I.S.S

unread,
Dec 23, 2010, 3:14:22 AM12/23/10
to MI424_OpenWRT
MC524WR# ?
? - alias for 'help'
askenv - get environment variables from stdin
autoscr - run script from memory
base - print or set address offset
bootelf - Boot from an ELF image in memory
bootoct - Boot from an Octeon Executive ELF image in memory
bootoctelf - Boot a generic ELF image in memory. NOTE: This command
does not support
simple executive applications, use bootoct for those.
bootoctlinux - Boot from a linux ELF image in memory
bootp - boot image via network using BootP/TFTP protocol
cmp - memory compare
coninfo - print console devices and informations
cp - memory copy
crc32 - checksum calculation
dhcp - invoke DHCP client to obtain IP/boot params
dualimage - sets openrg_start and openrg_size according to the current
active image.
echo - echo args to console
eeprom - EEPROM sub-system
erase - erase FLASH memory
flinfo - print FLASH memory information
go - start application at address 'addr'
gunzip - Uncompress an in memory gzipped file
help - print online help
itest - return true/false on integer compare
loadb - load binary file over serial line (kermit mode)
loop - infinite loop on address range
md - memory display
mii - MII utility commands
mm - memory modify (auto-incrementing)
mtest - simple RAM test
mw - memory write (fill)
namedalloc - Allocate a named bootmem block
namedfree - Free a named bootmem block
namedprint - Print list of named bootmem blocks
nm - memory modify (constant address)
ping - send ICMP ECHO_REQUEST to network host
printenv- print environment variables
protect - enable or disable FLASH write protection
rarpboot- boot image via network using RARP/TFTP protocol
read64 - read 64 bit word from 64 bit address
read64b - read 8 bit word from 64 bit address
read64l - read 32 bit word from 64 bit address
read_cmp - read and compare memory to val
reset - Perform RESET of the CPU
run - run commands in an environment variable
saveenv - save environment variables to persistent storage
setenv - set environment variables
sleep - delay execution for some time
tftpboot- boot image via network using TFTP protocol
tlv_eeprom - EEPROM data parsing for ebt3000 board
unlzma - Uncompress an in memory LZMA file
version - print monitor version
write64 - write 64 bit word to 64 bit address
write64b - write 8 bit word to 64 bit address
write64l - write 32 bit word to 64 bit address

K.I.S.S

unread,
Dec 23, 2010, 3:14:32 AM12/23/10
to MI424_OpenWRT
MC524WR# printenv
bootdelay=0
baudrate=115200
download_baudrate=115200
bootloader_flash_update=protect off 0xbec00000 0xbec3ffff; erase
0xbec00000 0xbec3ffff; cp.b 0x100000 0xbec00000 0x40000
bootloader_tftp=tftp 0x100000 u-boot-mc524wr5a.bin
nuke_env=protect off 0xbec40000 0xbec5ffff; erase 0xbec40000
0xbec5ffff
autoload=n
small_ram=namedfree __tmp_reserved_linux; namedfree
__tmp_reserved_bootloader; namedalloc __tmp_reserved_linux 0xf00000
0x100000
unzip_prep=namedfree __tmp_img; namedfree __tmp_gz; namedalloc
__tmp_img 0x1000000 0x1000000; namedalloc __tmp_gz 0x1000000 0x2000000
unzip_run=unlzma __tmp_gz __tmp_img; bootoctlinux 0x1000000 numcores=$
(numcores)
openrg_net=run small_ram; run unzip_prep; tftp 0x2000000 openrg.img;
run unzip_run
openrg=run small_ram; run unzip_prep; dualimage; cp.b $(openrg_start)
0x2000000 $(openrg_size); run unzip_run
ethact=octeth0
bootcmd=run openrg
filesize=36f60
fileaddr=100000
netmask=255.255.255.0
ipaddr=192.168.1.200
numcores=2
stdin=serial
stdout=serial
stderr=serial
serverip=192.168.1.195

Xue Liu

unread,
Dec 23, 2010, 10:13:48 PM12/23/10
to mi424_...@googlegroups.com
这是单核心还是双核心?Uboot好像没说

Xue Liu
China University of Mining and Technology

Mobile: +86 13813282819

Email:  liuxue...@gmail.com   
Blog:  http://clockworkbird9.wordpress.com


This message was sent by Xue Liu (me…) . If you really want to know more about me, you can  visit my Blog



2010/12/23 K.I.S.S <snip...@gmail.com>

--
您收到此邮件是因为您订阅了 Google 网上论坛的“MI424_OpenWRT”论坛。
要向此网上论坛发帖,请发送电子邮件至 mi424_...@googlegroups.com
要取消订阅此网上论坛,请发送电子邮件至 mi424_openwr...@googlegroups.com
若有更多问题,请通过 http://groups.google.com/group/mi424_openwrt?hl=zh-CN 访问此网上论坛。




--


sniperpr

unread,
Dec 23, 2010, 11:50:47 PM12/23/10
to mi424_...@googlegroups.com
肯定双核心.

Ken Leung

unread,
Dec 31, 2010, 7:45:30 AM12/31/10
to mi424_...@googlegroups.com
底層又是OpenRG?

Ken Leung

unread,
Dec 31, 2010, 7:50:31 AM12/31/10
to mi424_...@googlegroups.com
搞錯,OpenRG應該是中間層才對
這次換成U-Boot作爲底層了?抛棄RedBoot?

2010/12/31 Ken Leung <lianw...@gmail.com>
Reply all
Reply to author
Forward
0 new messages