From f955c3aad0912c4e032d71ccb0dd7eab3843b766 Mon Sep 17 00:00:00 2001 From: Jonas Harnesk Date: Mon, 20 Apr 2015 14:03:44 +0200 Subject: [PATCH 1/2] 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 From ca1a1903f9e067488d927e7342e8d4944a49f089 Mon Sep 17 00:00:00 2001 From: Jonas Harnesk Date: Wed, 22 Apr 2015 13:15:08 +0200 Subject: [PATCH 2/2] Removing the git references on request from Hydra --- docs/development/Building in Mac OS X.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/development/Building in Mac OS X.md b/docs/development/Building in Mac OS X.md index e2792b3d50..7ff06921ff 100755 --- a/docs/development/Building in Mac OS X.md +++ b/docs/development/Building in Mac OS X.md @@ -110,9 +110,6 @@ 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