Skip to content

Commit

Permalink
Add a way to install development tools on fedora and arch linux to re…
Browse files Browse the repository at this point in the history
…adme.

Signed-off-by: Jun Aruga <[email protected]>
  • Loading branch information
junaruga committed Jan 22, 2022
1 parent 6e38e82 commit d4a01db
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,26 @@ The Embedded Controller on your Framework Laptop handles low level functions, in

The Framework Laptop EC code can be built easily outside the Chromium development environment as a standalone project with a minimal set of tools.

On Ubuntu you can install the development tools easily.
You can install the development tools easily.

On Ubuntu

```
sudo apt install gcc-arm-none-eabi libftdi1-dev
```

On Fedora

```
sudo dnf install arm-none-eabi-gcc-cs libftdi-devel
```

On Arch Linux

```
sudo pacman -S arm-none-eabi-gcc libftdi
```

## Framework Laptop EC for Intel 11th Gen Core Processors

Building the project
Expand Down

0 comments on commit d4a01db

Please sign in to comment.