aboutsummaryrefslogtreecommitdiff
path: root/scripts/ethosumonitor/sample.json
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/ethosumonitor/sample.json')
-rw-r--r--scripts/ethosumonitor/sample.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/scripts/ethosumonitor/sample.json b/scripts/ethosumonitor/sample.json
new file mode 100644
index 0000000..537e95a
--- /dev/null
+++ b/scripts/ethosumonitor/sample.json
@@ -0,0 +1,19 @@
+{
+ "__comment__": [
+ "'host' is the Linux physical address accessible from /dev/mem.",
+ "'device' is the corresponding device address.",
+ "'size' is the size in bytes of the memory region."
+ ],
+ "memoryMap": [
+ {
+ "host": "0x6cf00000",
+ "device": "0x00000000",
+ "size": "0x00400000"
+ },
+ {
+ "host": "0x84000000",
+ "device": "0x64000000",
+ "size": "0x01000000"
+ }
+ ]
+}