Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update clang version in Ubuntu documentation #243

Merged
merged 1 commit into from
Nov 21, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading