Skip to content

Commit

Permalink
Merge branch 'master' of 20.205.243.166:wenyi0421/turing-pi
Browse files Browse the repository at this point in the history
  • Loading branch information
wenyi0421 committed Feb 8, 2023
2 parents 4c9ca2b + 404e3bf commit 02e62a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
## Install the necessary dependent packages

```makefile
sudo apt-get install build-essential subversion git-core libncurses5-dev zlib1g-dev gawk flex quilt libssl-dev xsltproc libxml-parser-perl mercurial bzr ecj cvs unzip lib32z1 lib32z1-dev lib32stdc++6 libstdc++6 libncurses-dev u-boot-tools -y
sudo apt-get install build-essential subversion git-core libncurses5-dev zlib1g-dev gawk flex quilt libssl-dev xsltproc libxml-parser-perl mercurial bzr ecj cvs unzip lib32z1 lib32z1-dev lib32stdc++6 libstdc++6 libncurses-dev u-boot-tools mkbootimg -y
```

## build

```makefile
cd buildroot
make BR2_EXTERNAL="../br2t113pro" 100ask_t113-pro_spinand_core_defconfig
make cjson-rebuild
make V=1

//update config //Only once
Expand Down

0 comments on commit 02e62a0

Please sign in to comment.