diff options
Diffstat (limited to 'util/autoport/readme.md')
-rw-r--r-- | util/autoport/readme.md | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/util/autoport/readme.md b/util/autoport/readme.md index e5ea77d12c..158cf49fdf 100644 --- a/util/autoport/readme.md +++ b/util/autoport/readme.md @@ -25,7 +25,12 @@ This will allow autoport to detect as much as possible make cd ../autoport go build - ./autoport --input_log=logs --make_logs --coreboot_dir=../.. + sudo ./autoport --input_log=logs --make_logs --coreboot_dir=../.. + + Note: in case you have problems getting gcc and golang to target machine + you can just compile on another machine and transfer binaries + `autoport`, `inteltool` and `ectool`. You'll still need other prerequisites + but you may place them in the same directory as autoport. * Look for output unknown PCI devices. E.g. |