From d5ef46efe34435f61d026411b7a966fd1558b15f Mon Sep 17 00:00:00 2001 From: Mirko Denecke Date: Sun, 26 Mar 2017 20:51:31 +0200 Subject: [PATCH] Fix cp build --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 62c97f2..8b80ce8 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ I recommend to use a u-blox M8N GPS. Connect the GPS to the GPS connector. Make 4. `git submodule update --init --recursive` 5. `./waf configure --board=blue` 6. `./waf (take about 1h20m)` -7. `cp build/bbbmini/bin/* /home/debian/` +7. `cp build/blue/bin/* /home/debian/` ## Run ArduPilot