Skip to content

Commit

Permalink
Update Building-in-Mac-OSX.md (#506)
Browse files Browse the repository at this point in the history
* Update Building-in-Mac-OSX.md

* Update docs/development/building/Building-in-Mac-OSX.md

* Update docs/development/building/Building-in-Mac-OSX.md

* Update docs/development/building/Building-in-Mac-OSX.md

---------

Co-authored-by: Mark Haslinghuis <[email protected]>
  • Loading branch information
keu and haslinghuis authored Jan 6, 2025
1 parent 2e674d3 commit 3c96f42
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/development/building/Building-in-Mac-OSX.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ To install the needed compiler you just need to enter the betaflight directory a

## Build the code

Enter the betaflight directory and run `make configs` to retrieve board targets then `make TARGET=MATEKH743` to
build firmware for the BETAFLIGHTF4. When the build completes, the .hex firmware should be available as
`obj/betaflight_4.4.2_MATEKH743.hex` for you to flash using the Betaflight Configurator.
Enter the betaflight directory and run `make configs` to retrieve board targets then `make MATEKH743` to
build firmware for the MATEKH743. When the build completes, the .hex firmware should be available as
`obj/betaflight_4.6.0_MATEKH743.hex` for you to flash using the Betaflight Configurator.

## Updating to the latest source

Expand All @@ -68,6 +68,6 @@ changes from the repository, then rebuild the firmware:
git reset --hard
git pull
make clean TARGET=MATEKH743
make TARGET=MATEKH743
make clean CONFIG=MATEKH743
make MATEKH743
```

0 comments on commit 3c96f42

Please sign in to comment.