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. ACM题目————Equations

    Description Consider equations having the following form: a*x1^2+b*x2^2+c*x3^2+d*x4^2=0 a, b, c, d a ...

  2. 三对角矩阵(Tridiagonal Matrices)的求法:Thomas Algorithm(TDMA)

    转载http://www.cnblogs.com/xpvincent/archive/2013/01/25/2877411.html 做三次样条曲线时,需要解三对角矩阵(Tridiagonal Mat ...

  3. 【转】Windows下搭建cvs服务器

    转载地址:http://hi.baidu.com/iloverobot/item/fad1eb6d66c45e166995e66d 下载cvs server:CVSNT 网址为:http://www. ...

  4. java文件上传到服务器

    最近项目中使用到了文件从本地到服务器的功能.其实是为了解决目前浏览器不支持获取本地文件全路径.不得已而想到上传到服务器的固定目录,从而方便项目获取文件,进而使程序支持EXCEL批量导入数据. 在前台界 ...

  5. 文本去重之MinHash算法

    1.概述     跟SimHash一样,MinHash也是LSH的一种,可以用来快速估算两个集合的相似度.MinHash由Andrei Broder提出,最初用于在搜索引擎中检测重复网页.它也可以应用 ...

  6. javaWEB国际化:DateFormat,NumberFormat,MessageFormat,ResourceBundle的使用

    DateFormat:格式化日期的工具类,本身是一个抽象类: NumberFormat:格式化 数字 到 数字字符串,或货币字符串的字符类; MessageFormat: 可以格式化模式字符串,模式字 ...

  7. hiho 第1周 最长回文子串

    题目链接:http://hihocoder.com/problemset/problem/1032 #include <bits/stdc++.h> using namespace std ...

  8. hahaha

    [问题描述] 小Q对计算几何有着浓厚的兴趣.他经常对着平面直角坐标系发呆,思考一些有趣的问题.今天,他想到了一个十分有意思的题目: 首先,小Q会在x轴正半轴和y轴正半轴分别挑选n个点.随后,他将轴的点 ...

  9. Linux 常见的trouble shooting故障排错

    Linux 常见的trouble shooting故障排错 备份开机所必须运行的程序对一个运维人员来说是非常有必要的.在实际生产环境中,系统和数据基本都是安装在不同的硬盘上面,因为企业最关心的还是数据 ...

  10. PowerDesigner导出Excel

    1.打开PowerDesigner,创建物理模型(Physical Data Model) 2.在PowerDesigner菜单栏中,依次点击“Tools ->Excute Commands-& ...