Welcome to Command Shell!
Username:admin
Password:*****
ROS>en
ROS#
ROS#
ROS#
ROS#
ROS#^ada
ROS(ada)#[063-15:52:39:260]ADA CONNECTED ...,WELCOME!

ROS(ada)#
ROS(ada)#
ROS(ada)#turnon 50
ROS(ada)#cmd 50 0
ROS(ada)#[064-15:53:15:570]------------------
[065-15:53:15:570]options c_iflag:0x510 c_oflag:0x5 c_cflag:0xfbe
[066-15:53:15:570]open/dev/ttyS1 ok

ROS(ada)#
ROS(ada)#
ROS(ada)#cmd 50 1
ROS(ada)#[067-15:53:39:970]------------------
[068-15:53:39:970]/dev/ttyS1 send data RetVal:6 sucess

ROS(ada)#
ROS(ada)#
ROS(ada)#ex
ROS#^config
ROS(config)#
ROS(config)#
ROS(config)#?
acl access control list config
autodial auto dial command
busy-cic set ts busy in e1Port
clock Manage the system clock
db database command
debug Debugging functions
dev dev emu cmd
devload dev load cmd
devrdfpga dev read fpga
dns-server Configure DNS servers
dspbert set dsp bert ,dspbert <e1no> <tsno> <mode> <on|off>
dsphairpin set dsp hairpin ,dsphairpin <e1no0> <tsno0> <e1no1> <tsno1>
dsploop set dsp loop ,dsploop <e1no> <tsno> <looptype> <on|off>
dsprecogtrace enable recog trace ,dsprecogtrace <e1no> <tsno> <on|off>
dspstats enable dsp stats ,dspstats <e1no> <tsno> <on|off>
dtulsw ar8236 lsw command
dtumib ar8236 mib command
e1loop set e1 loop ,e1loop <e1no> <looptype> <on|off>
e1regr Read e1 port register and show its value, e1reg <e1no> <regaddr>
e1regw Set e1 port register and show its value, e1reg <e1no> <regaddr> <regvalue>
exit Exit from configure mode
fat factory test command
flag switch system flags
fpga register cmd ops
free-cic set ts free in e1Port
fs file system operation command
host Add or delete a host's name and IP address
interface Select an interface to configure
kernel kernel operation command
license licence operation command
load load commands
mac mac show/modify
monitor Copy debug output to the current terminal
netinfo network info operation command
no Disable some parameter switchs
pool calling pool cmd
pra-param-configconfig pra parameters
rcd record config
recog recog config
reset Reset the board
reset-circ reset ss7 circ
reset-link reset ss7 link
rtk8370 rtk8370 switch operation command
rtkcard rtk8370 card operation command
select select rows from table
sflash spi flash operation command
sfp sdh fpga cmd ops
shutdown shutdown a user
sip config sip informations
ss7 config ss7 parameters
table List tables in database
trans transfer telephone number for ss7
uboot uboot update operation command
user_timeout set telnet users timeout
webs web server command
ROS(config)#fpga ?
fpga load

fpga read addr(0x)

fpga write addr(0x) data(0x)

fpga mvrd addr(0x)

fpga mvwr addr(0x) data(0x)

ROS(config)#fpga mvrd 0xf1010008
mv_read_register: data = 0x33331100
ROS(config)#fpga mvrd 0xf1010004
mv_read_register: data = 0x30013300
ROS(config)#

特定端口在debug模式下输出电平命令

编译后生成的.hex文件,生成.ldf文件。在52.3输入如下命令:

 ./addhead monappv4.01.01.bin  040101 mon arm mtgmarvell linux 

输入后会生成如下文件:

然后登录设备web界面,在web界面的cards update菜单栏加载monappv4.01.02.ldf文件,然后点击upload,ldf文件便会加载到设备linux文件系统中(ssh),此时我们在secure crt上登录设备ssh,进入/flash/apps目录,我们可以找到一个cardmon.ldf文件,该文件便是我们家再进去的ldf文件,只不过命里有所改动。

mtg主控板异常恢复

(二)miller指导查看主控板寄存器操作的更多相关文章

  1. (三)主控板生级uboot与内核

    一.升级uboot 把我的电脑增加一个192.168.1.3的ip,方便升级boot. 1.连接串口,连接网口到GE1; 2.登陆电脑后到D:\MTG3000MAIN\first目录打开tftp32 ...

  2. (四)主控板改IP,升级app,boot,mac

    给主控板升级boot要在boot界面进行,进入boot后,要先查看boot下ip和掩码是否和电脑ip(severip)在一个网段,不在的话要使用setenv命令设置ip地址和掩码.之后再输入upboo ...

  3. 直接对寄存器操作,实现usart的串口输出寄存器的配置

    就像前面提到的,我用的板子是一款stm32f107系列的板子,在这块板子上,已经开发出了一套比较成熟的库函数,这也就意味着你可以不用直接去操作存储器来实现某些功能.比方说对于USART来说可以直接通过 ...

  4. I.MX6 AR8031 寄存器操作

    /*************************************************************************** * I.MX6 AR8031 寄存器操作 * ...

  5. 汇编语言程序入门实验二:在dos下建立子目录操作

    汇编语言程序入门实验二:在dos下建立子目录操作 1,背景 在读此文,并读懂前,建议读者先阅读这两篇博客 1,在dos环境下汇编语言程序设计入门(输出hello world)和masm32的下载.安装 ...

  6. LINUX如何查看其他用户的操作

    我们知道可以使用history命令,查看自己的操作记录,但如果你是root用户,如何查看其它用户的操作记录呢?   其实history命令只是把当前用户目录下的~/.bash_History文件内容列 ...

  7. Mybatis的学习总结二:使用Mybatis对表进行CRUD操作【参考】

    一.使用Mybatis对表进行CRUD操作------基于XML的实现 1.定义SQL的映射文件 2.在conf.xml中进行注册. 2.创建测试类 [具体过程参考:Mybatis的学习总结一] 二. ...

  8. STM32串口寄存器操作(转)

    源:STM32串口寄存器操作 //USART.C /************************************************************************** ...

  9. STM32 下的库函数和寄存器操作比较

    以 led闪烁中的flashLed函数例子: 库函数操作简单,但是效率不如寄存器操作的高: 寄存器操作很复杂,因为要熟悉上百个寄存器,但是程序效率很高 /**下面是通过直接操作库函数的方式实现IO控制 ...

随机推荐

  1. Xcode中设置按钮在十分钟之内禁用

    btn.enabled=NO;` NSTimer * notificationTimer = [NSTimer scheduledTimerWithTimeInterval:10*60.0 targe ...

  2. easyui datagrid 可过滤行的数据表格 导出

    //过滤栏表格导出数据                  /* xukf                 * id datagrid id                 * url Action 路 ...

  3. hdu4924 Football Manager

    这题上来我是没有思路的.因为目标值关涉到的因素太多而直接枚举的复杂度又太高. 目标值由两部分合成,一部分是队员的CA和与PA和,另一部分是队员之间的relationship. 前者是简单的代数累加,而 ...

  4. HDU(4734),数位DP

    题目链接:http://acm.split.hdu.edu.cn/showproblem.php?pid=4734 F(x) Time Limit: 1000/500 MS (Java/Others) ...

  5. winform中拖动功能实现技巧

    实现的需求,我通过拖动选中的用户行放到左边的机构节点上,从而实现用户改变组织机构的关系 贴代码 private DataGridViewSelectedRowCollection sourceRowC ...

  6. JMeter基于http请求的web接口性能测试总结

    [本文出自天外归云的博客园] 基于http请求的web接口性能测试总结 压测的目的:对于Web接口压测的目的最终是要在对数据库造成压力的情况下观察压测服务器的cpu是否达到预警值.memory是否发生 ...

  7. Android多分辨率适配

    前一阶段开发android项目,由于客户要求进行多分辨率适配,能够支持国内主流的分辨率手机.因此经过了几次开发走了很多弯路,目前刚刚领略了android多分辨率适配的一些方法. 先介绍一下所走的弯路, ...

  8. Mysql-学习笔记(==》数据库备份修复 十 四)

    CREATE DATABASE db USE db; CREATE TABLE stu( id INT UNSIGNED NOT NULL AUTO_INCREMENT, sname VARCHAR( ...

  9. windows下mysql自动定时备份bat

    @echo off : basedataset ip=192.168.12.41set user=rootset password=12456 set databaseName=test set /a ...

  10. Linux Source命令及脚本的执行方式解析

    转 http://www.51testing.com/html/38/225738-206878.html 当我修改了/etc/profile文件,我想让它立刻生效,而不用重新登录:这时就想到用sou ...