Skip to content

Commit

Permalink
Merge pull request #107 from Chrithon/patch-1
Browse files Browse the repository at this point in the history
Fix Vega Buildroot SDK dependency
  • Loading branch information
u0076 authored Dec 5, 2024
2 parents 39c2795 + f420ed7 commit a383696
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/vega/getting-started/buildroot-sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ The following describes the compilation methods in the two environments.
### Packages to be installed

```bash
sudo apt install -y make git gcc g++ bison flex device-tree-compiler mtd-utils
sudo apt install -y make git gcc g++ bison flex device-tree-compiler mtd-utils lz4
```

### Get SDK Source Code
Expand Down Expand Up @@ -261,4 +261,4 @@ saveenv
start up:
```
boot
```
```

0 comments on commit a383696

Please sign in to comment.