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. 动手动脑小程序——TryAndCatch

    import java.util.Scanner; public class Gade { public static void main(String[] args) {  // TODO 自动生成 ...

  2. 用ThreadLocal为线程生成唯一标识及实现原理

    1.在多线程编程中,有时候需要自动为每个启动的线程生成一个唯一标识,这个时候,通过一个ThreadLocal变量来保存每个线程的标识是最有效.最方便的方式了. 2.ThreadLocal 实例通常是类 ...

  3. HDU(4528),BFS,2013腾讯编程马拉松初赛第五场(3月25日)

    题目链接:http://acm.split.hdu.edu.cn/showproblem.php?pid=4528 小明系列故事——捉迷藏 Time Limit: 500/200 MS (Java/O ...

  4. 1. WP8.1学习笔记

    数据绑定 含义:将对象绑定到控件上 2.基本名词 控件:绑定目标 对象:绑定源(数据源) 控件与对象属性的联系:路径 如何绑定 创建对象,设置控件 在控件需要数据绑定的地方使用拓展语法 <But ...

  5. linux lamp服务器安装配置

    1 安装Apache服务器 yum -y install httpd httpd-devel 如何查看服务: systemctl  | grep httpd 启动apache: service htt ...

  6. 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 ...

  7. easyUI学习网站

    http://www.runoob.com/jeasyui/plugins-form-timespinner.html http://www.jeasyui.net/plugins/178.html ...

  8. 第二课 android项目结构

  9. 【leetcode❤python】Move Zeroes

    #-*- coding: UTF-8 -*- #filter()函数可以对序列做过滤处理,就是说可以使用一个自定的函数过滤一个序列,#把序列的每一项传到自定义的过滤函数里处理,并返回结果做过滤.最终一 ...

  10. ubuntu下ssh登陆阿里云服务器(ubuntu系统)中文乱码问题

    研究了几天终于解决了... 原文地址:  http://blog.csdn.net/a__yes/article/details/50489456 问题描述: 阿里云的服务器ubuntu系统,wind ...