From f955c3aad0912c4e032d71ccb0dd7eab3843b766 Mon Sep 17 00:00:00 2001 From: Jonas Harnesk Date: Mon, 20 Apr 2015 14:03:44 +0200 Subject: [PATCH] In order to make a CC3D.bin you need to add OPBL=yes. --- docs/development/Building in Mac OS X.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/development/Building in Mac OS X.md b/docs/development/Building in Mac OS X.md index b1088e01c9..e2792b3d50 100755 --- a/docs/development/Building in Mac OS X.md +++ b/docs/development/Building in Mac OS X.md @@ -107,3 +107,12 @@ git pull make clean TARGET=NAZE make TARGET=NAZE ``` + +Or in the case of CC3D in need of a `obj/cleanflight_CC3D.bin` +``` +git reset --hard +git pull + +make clean TARGET=CC3D +make TARGET=CC3D OPBL=yes +``` \ No newline at end of file