"sgl-router/vscode:/vscode.git/clone" did not exist on "35ef3f2902a771bce04e814a970c4da9e4f61e56"
Commit cc179404 authored by Hejing Li's avatar Hejing Li
Browse files

basicmem.py: add devmem read operation

parent 5d2de81f
......@@ -32,7 +32,8 @@ class MemTest(node.AppConfig):
def run_cmds(self, node):
return [
f'busybox devmem 0x{self.addr:x} 64 0x42'
f'busybox devmem 0x{self.addr:x} 64 0x42',
f'busybox devmem 0x{self.addr:x} 64'
]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment