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. C++Lua配置

    1.先从lua官网下载lua新版本http://www.lua.org/,我这里以lua-5.3.0.tar.gz为例,大小不到300kb 2.解压后出现如下图 3.在vs2013新建工程静态库类型( ...

  2. 八大排序算法之五--交换排序—冒泡排序(Bubble Sort)

    基本思想: 在要排序的一组数中,对当前还未排好序的范围内的全部数,自上而下对相邻的两个数依次进行比较和调整,让较大的数往下沉,较小的往上冒.即:每当两相邻的数比较后发现它们的排序与排序要求相反时,就将 ...

  3. Android Webview实现文件下载功能

        在做美图欣赏Android应用的时候,其中有涉及到Android应用下载的功能,这个应用本身其实也比较简单,就是通过WebView控制调用相应的WEB页面进行展示.刚开始以为和普通的文件下载实 ...

  4. hihoCoder 搜索一·24点

    题目1 : 搜索一·24点 时间限制:10000ms 单点时限:1000ms 内存限制:256MB 描述 周末,小Hi和小Ho都在家待着.在收拾完房间时,小Ho偶然发现了一副扑克,于是两人考虑用这副扑 ...

  5. 关于easyUI在子页面增加显示tabs的一个问题

    在父页面点个链接能动态看到子页面的情况太简单,请看easyUI官网:http://www.jeasyui.com/tutorial/layout/tabs2.php 现在说的是在子页面点个按钮也能触发 ...

  6. ACM Computer Factory

    ACM Computer Factory Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 6104 Accepted: 2113 ...

  7. Python网络爬虫Scrapy框架研究 以及 代理设置

    地址:https://github.com/yidao620c/core-scrapy 例子:https://github.com/geekan/scrapy-examples 中文翻译文档: htt ...

  8. Codeforces Round #372 (Div. 2) C

    Description ZS the Coder is playing a game. There is a number displayed on the screen and there are ...

  9. easyui DataGrid 的 Checkbox 选择多行

    这么一来在取得 DataGrid 的 Checkbox 有勾选的数据值就可以沿用方式一的程序, 1.$('#ButonGetCheck').click(function(){ 2.var checke ...

  10. 有关Duilib的博客(持续更新)

    1.转载:http://blog.csdn.net/LostSpeed/article/category/1896505 2.支持多线程和动画 转载:http://blog.csdn.net/Skil ...