From 383e1c3120dfe5531c36770927443dee152cfd34 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Tue, 17 Apr 2018 13:05:26 +0100 Subject: [PATCH] readme: ./run -f does not need a - in the argument --- README.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index a6c5aea..0bf4f8f 100644 --- a/README.adoc +++ b/README.adoc @@ -832,7 +832,7 @@ It is kind of random: if you just `insmod` manually and then immediately `./rung But this fails most of the time: shell 1: .... -./run -a arm -f '- lkmc_eval="insmod /hello.ko"' +./run -a arm -f 'lkmc_eval="insmod /hello.ko"' .... shell 2: @@ -920,7 +920,7 @@ So once we find the address the first time, we can just reuse it afterwards, as Do a fresh boot and get the module: .... -./run -f '- lkmc_eval="/pr_debug.sh;insmod /fops.ko;/poweroff.out"' +./run -f 'lkmc_eval="/pr_debug.sh;insmod /fops.ko;/poweroff.out"' .... The boot must be fresh, because the load address changes every time we insert, even after removing previous modules.