Bigbits 32a0f31c20 Add README
Signed-off-by: Bigbits <btx000@qq.com>
2019-03-23 20:01:19 +08:00
2019-03-23 20:01:19 +08:00
2019-03-15 18:52:26 +08:00
2019-03-21 11:52:35 +08:00
2019-03-23 20:01:19 +08:00

Arduino Core for Kendryte K210


Windows

1.首选项添加下列地址 然后打开开发版管理器下载开发包

https://bigbits.oss-cn-qingdao.aliyuncs.com/Arduino_for_k210/package_k210_index.json

2.安装好之后添加工具链目录到PATH环境变量

C:\Users\(username)\AppData\Local\Arduino15\packages\Kenduino\tools\riscv64-unknown-elf-gcc\8.2.0\bin

3.安装.Net core runtime

4.开发板选择Sipeed M1 Board 编程器选 k-flash

5.连接开发板选对应的串口号

6.编写程序 编译 上传 完成


Ubuntu

1.首选项添加下列地址 然后打开开发版管理器下载开发包

https://bigbits.oss-cn-qingdao.aliyuncs.com/Arduino_for_k210/package_k210_index.json

2.需要解决usb串口访问权限

sudo usermode -a -G dialout (username)

3.安装pyserial

pip3 install pyserial

4.开发板选择Sipeed M1 Board 编程器选 k-flash

5.连接开发板选对应的串口号

6.编写程序 编译 上传 完成

Description
Languages
C++ 50%
C 50%