Skip to content

Commit

Permalink
Update clang version in Ubuntu documentation (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
haslinghuis authored Nov 21, 2023
1 parent 5d90d27 commit 599a26a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/development/Building-in-Ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This document is tested and based on the latest Ubuntu 22.04 LTS release and can
### Clone Betaflight Repository and Install Toolchain

$ sudo apt update && sudo apt upgrade
$ sudo apt install build-essential libblocksruntime-dev libtool git curl clang
$ sudo apt install build-essential libblocksruntime-dev libtool git curl clang-12
$ git clone https://github.com/betaflight/betaflight.git
$ cd betaflight
$ make arm_sdk_install
Expand Down Expand Up @@ -37,7 +37,7 @@ Make sure to remove `obj/` and `make clean`, before building again.

See [Betaflight Configurator Development](https://github.com/betaflight/betaflight-configurator#development) for how to build the Betaflight Configurator.

### Flashing a Target with Betaflight Configurator on Ubuntu 22.04
### Flashing a Target with Betaflight Configurator

In most Linux distributions the user won't have access to serial interfaces by default. Flashing a target requires configuration of usb for dfu mode. To add this access right type the following command in a terminal:

Expand Down

0 comments on commit 599a26a

Please sign in to comment.