Skip to content

Commit f15872c

Browse files
committed
Add a way to install development tools on fedora to readme.
Signed-off-by: Jun Aruga <[email protected]>
1 parent 6e38e82 commit f15872c

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,20 @@ The Embedded Controller on your Framework Laptop handles low level functions, in
1414

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

17-
On Ubuntu you can install the development tools easily.
17+
You can install the development tools easily.
18+
19+
On Ubuntu
1820

1921
```
2022
sudo apt install gcc-arm-none-eabi libftdi1-dev
2123
```
2224

25+
On Fedora
26+
27+
```
28+
sudo dnf install arm-none-eabi-gcc-cs libftdi-devel
29+
```
30+
2331
## Framework Laptop EC for Intel 11th Gen Core Processors
2432

2533
Building the project

0 commit comments

Comments
 (0)