We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c60272 commit cfd6f9fCopy full SHA for cfd6f9f
README.md
@@ -3,10 +3,6 @@
3
泰山派Linux SDK
4
基于Rockchip原厂 `rk4.1-202305` 版本
5
6
-## 源码包
7
-直接clone下载比较大,可以考虑使用初始源码包
8
-* 百度盘: [https://pan.baidu.com/s/1jxfGnd5a9eMD3Wd4nY-Mwg?pwd=3ivk](https://pan.baidu.com/s/1jxfGnd5a9eMD3Wd4nY-Mwg?pwd=3ivk)
9
-
10
## 预编译固件
11
链接:https://pan.baidu.com/s/1yd-n9Xr-0quVid7sIeTM7Q?pwd=2653
12
提取码:2653
@@ -17,10 +13,9 @@
17
13
18
14
```bash
19
15
sudo apt install git-lfs
20
-git clone https://github.com/CmST0us/tspi-linux-sdk.git
16
+git clone --recursive https://github.com/CmST0us/tspi-linux-sdk.git
21
cd tspi-linux-sdk
22
-git lfs fetch
23
-git lfs checkout
+git lfs pull
24
25
sudo apt update
26
sudo apt install -y git ssh make gcc libssl-dev liblz4-tool expect \
0 commit comments