打工人上人

打工人上人

0个粉丝

3

问答

0

专栏

0

资料

打工人上人  发布于  2021-08-09 14:56:48
采纳率 0%
3个问答
2687

rv1126执行io命令修改寄存器无效

 

[root@RV1126_RV1109:/]# io
Raw memory i/o utility - $Revision: 1.5 $

io -v -1|2|4 -r|w [-l ] [-f ] []

-v         Verbose, asks for confirmation
-1|2|4     Sets memory access size in bytes (default byte)
-l <len>   Length in bytes of area to access (defaults to
           one access, or whole file length)
-r|w       Read from or Write to memory (default read)
-f <file>  File to write on memory read, or
           to read on memory write
<addr>     The memory address to access
<val>      The value to write (implies -w)

Examples:
io 0x1000 Reads one byte from 0x1000
io 0x1000 0x12 Writes 0x12 to location 0x1000
io -2 -l 8 0x1000 Reads 8 words from 0x1000
io -r -f dmp -l 100 200 Reads 100 bytes from addr 200 to file
io -w -f img 0x10000 Writes the whole of file to memory

Note access size (-1|2|4) does not apply to file based accesses.

[root@RV1126_RV1109:/]# io -4 -r -l 4 0xfe010050
fe010050: 00001177
[root@RV1126_RV1109:/]#
[root@RV1126_RV1109:/]# io -4 -w -l 4 0xfe010050 0x333333
[root@RV1126_RV1109:/]#
[root@RV1126_RV1109:/]# io -4 -r -l 4 0xfe010050
fe010050: 00001177

通过io命令修改寄存器无效,有人知道怎么回事吗?

我来回答
回答0个
时间排序
认可量排序
易百纳技术社区暂无数据
或将文件直接拖到这里
悬赏:
E币
网盘
* 网盘链接:
* 提取码:
悬赏:
E币

Markdown 语法

  • 加粗**内容**
  • 斜体*内容*
  • 删除线~~内容~~
  • 引用> 引用内容
  • 代码`代码`
  • 代码块```编程语言↵代码```
  • 链接[链接标题](url)
  • 无序列表- 内容
  • 有序列表1. 内容
  • 缩进内容
  • 图片![alt](url)
+ 添加网盘链接/附件

Markdown 语法

  • 加粗**内容**
  • 斜体*内容*
  • 删除线~~内容~~
  • 引用> 引用内容
  • 代码`代码`
  • 代码块```编程语言↵代码```
  • 链接[链接标题](url)
  • 无序列表- 内容
  • 有序列表1. 内容
  • 缩进内容
  • 图片![alt](url)
相关问答
无更多相似问答 去提问
举报反馈

举报类型

  • 内容涉黄/赌/毒
  • 内容侵权/抄袭
  • 政治相关
  • 涉嫌广告
  • 侮辱谩骂
  • 其他

详细说明

易百纳技术社区