diff options
Diffstat (limited to 'docs/linux/setup_linux-host_qemu-vm_arm-kernel.md')
| -rw-r--r-- | docs/linux/setup_linux-host_qemu-vm_arm-kernel.md | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/docs/linux/setup_linux-host_qemu-vm_arm-kernel.md b/docs/linux/setup_linux-host_qemu-vm_arm-kernel.md index 315c2240d..0c74c4273 100644 --- a/docs/linux/setup_linux-host_qemu-vm_arm-kernel.md +++ b/docs/linux/setup_linux-host_qemu-vm_arm-kernel.md @@ -104,8 +104,13 @@ ssh should succeed. # syzkaller -Build `syzkaller` with `make TARGETARCH=arm`. Create manager config `arm.cfg` -similar to the following one (changing paths as necessary): +Build syzkaller as described [here](/docs/contributing.md), with `arm` target: + +``` +make TARGETOS=linux TARGETARCH=arm +``` + +Create manager config `arm.cfg` similar to the following one (changing paths as necessary): ``` { |
