aboutsummaryrefslogtreecommitdiffstats
path: root/docs/linux/setup_ubuntu-host_odroid-c2-board_arm64-kernel.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/linux/setup_ubuntu-host_odroid-c2-board_arm64-kernel.md')
-rw-r--r--docs/linux/setup_ubuntu-host_odroid-c2-board_arm64-kernel.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/linux/setup_ubuntu-host_odroid-c2-board_arm64-kernel.md b/docs/linux/setup_ubuntu-host_odroid-c2-board_arm64-kernel.md
index efb07a771..86d35cfd9 100644
--- a/docs/linux/setup_ubuntu-host_odroid-c2-board_arm64-kernel.md
+++ b/docs/linux/setup_ubuntu-host_odroid-c2-board_arm64-kernel.md
@@ -289,7 +289,7 @@ Use the following config:
"target": "linux/arm64",
"http": "127.0.0.1:56741",
"workdir": "/syzkaller/workdir",
- "vmlinux": "/linux-next/vmlinux",
+ "kernel_obj": "/linux-next",
"syzkaller": "/go/src/github.com/google/syzkaller",
"sshkey": "/odroid/ssh/id_rsa",
"rpc": "172.16.0.30:0",
@@ -310,7 +310,7 @@ Use the following config:
Don't forget to update:
- `workdir` (path to the workdir)
- - `vmlinux` (path to the `vmlinux` binary)
+ - `kernel_obj` (path to kernel build directory)
- `sshkey` (path to the generated ssh private key)
- `vm.console` (serial device you used in `minicom`)
- `vm.hub_bus` (number of the bus to which USB hub is connected, view with `lsusb`)