add readme

This commit is contained in:
jialexd 2019-04-03 11:03:41 +08:00
parent 370ee54fdb
commit ec9ed93057
2 changed files with 24 additions and 3 deletions

21
README.md Executable file
View file

@ -0,0 +1,21 @@
## 开始
#### 获取SDK
```
git clone https://github.com/jialexd/sdk-ameba-v4.0c_180328.git
```
#### 解压编译工具并设置环境变量
```
cd sdk-ameba-v4.0c_180328/tools/arm-none-eabi-gcc
tar xjf gcc-arm-none-eabi-4_8-2014q3-20140805-linux.tar.bz2 -C /opt
```
#### 编译
```
cd sdk-ameba-v4.0c_180328/project/realtek_amebaz_va0_example/GCC-RELEASE
make
```

6
project/realtek_amebaz_va0_example/inc/build_info.h Executable file → Normal file
View file

@ -1,6 +1,6 @@
#define UTS_VERSION "2019/03/26-09:09:53" #define UTS_VERSION "2019/04/03-08:52:05"
#define RTL8195AFW_COMPILE_TIME "2019/03/26-09:09:53" #define RTL8195AFW_COMPILE_TIME "2019/04/03-08:52:05"
#define RTL8195AFW_COMPILE_DATE "20190326" #define RTL8195AFW_COMPILE_DATE "20190403"
#define RTL8195AFW_COMPILE_BY "jiale" #define RTL8195AFW_COMPILE_BY "jiale"
#define RTL8195AFW_COMPILE_HOST "" #define RTL8195AFW_COMPILE_HOST ""
#define RTL8195AFW_COMPILE_DOMAIN "" #define RTL8195AFW_COMPILE_DOMAIN ""