存放晨检仪 SDK 20260323 的代码压缩包

This commit is contained in:
c
2026-04-14 15:03:33 +08:00
commit 1f4f4a0fa7
7 changed files with 37 additions and 0 deletions

37
README.md Normal file
View File

@@ -0,0 +1,37 @@
## 晨检仪项目源码
### 部署结构
> 除了 **SDK** 和 **GO 项目** 其他目录需要在指定位置。
```text
/home
├── thirdparty/ # thirdparty_20260323
├── arm-ca9-linux-gnueabihf-6.5/ # arm-ca9-linux-gnueabihf-6.5.tar
/usr/bin/make_ext4fs # make_ext4fs 文件夹里的可执行文件
```
### 依赖安装
```console
sudo apt install bzip2 device-tree-compiler gcc g++ make build-essential bison flex lz4 u-boot-tools mtd-utils libssl-dev
```
### 解压命令
```console
tar -jxvf xxx.tar.bz2
tar -xvf xxx.gz
```
### 设置
选择 no
```console
sudo dpkg-reconfigure dash
```
### 编译流程
进入 SDK 根目录下,执行下面命令
```console
source build/envsetup.sh
lunch
make
```