Skip to content

Commit 3867173

Browse files
committed
update readme
1 parent 806c7dc commit 3867173

File tree

1 file changed

+19
-43
lines changed

1 file changed

+19
-43
lines changed

README.md

Lines changed: 19 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,19 @@
1-
# Arduino Core for Kendryte K210
2-
## Windows
3-
### 1.首选项添加下列地址 然后打开开发版管理器下载开发包
4-
>https://bigbits.oss-cn-qingdao.aliyuncs.com/Arduino_for_k210/package_k210_index.json
5-
### 2.安装好之后添加工具链目录到PATH环境变量
6-
>C:\Users\\**(username)**\AppData\Local\Arduino15\packages\Kenduino\tools\riscv64-unknown-elf-gcc\8.2.0\bin
7-
### 3.安装[.Net core runtime](https://download.visualstudio.microsoft.com/download/pr/3f05ee2d-5372-43d6-9562-be86632a53d4/1361281426efa7ff206289adb0411f55/dotnet-runtime-3.0.0-preview3-27503-5-win-x64.exe)
8-
### 4.开发板选择Sipeed M1 Board 编程器选 k-flash
9-
### 5.连接开发板选对应的串口号
10-
### 6.编写程序 编译 上传 完成
11-
----
12-
## Ubuntu
13-
### 1.首选项添加下列地址 然后打开开发版管理器下载开发包
14-
>https://bigbits.oss-cn-qingdao.aliyuncs.com/Arduino_for_k210/package_k210_index.json
15-
### 2.需要解决usb串口访问权限
16-
>sudo usermode -a -G dialout **(username)**
17-
### 3.安装pyserial
18-
>pip3 install pyserial
19-
### 4.开发板选择Sipeed M1 Board 编程器选 k-flash
20-
### 5.连接开发板选对应的串口号
21-
### 6.编写程序 编译 上传 完成
22-
----
23-
## Windows
24-
### 1.Add the following address to the **Preferences** and open the **Boards Manager** to download the development kit.
25-
>https://bigbits.oss-cn-qingdao.aliyuncs.com/Arduino_for_k210/package_k210_index.json
26-
### 2.Add the toolchain directory to the PATH environment variable after installation.
27-
>C:\Users\\**(username)**\AppData\Local\Arduino15\packages\Kenduino\tools\riscv64-unknown-elf-gcc\8.2.0\bin
28-
### 3.Install [.Net core runtime](https://download.visualstudio.microsoft.com/download/pr/3f05ee2d-5372-43d6-9562-be86632a53d4/1361281426efa7ff206289adb0411f55/dotnet-runtime-3.0.0-preview3-27503-5-win-x64.exe)
29-
### 4.Board selects Sipeed M1 Board & Programmer to choose k-flash.
30-
### 5.Connect the development board and then choose the serial port.
31-
### 6.Now you can write the Arduino code and upload it to the k210 board.
32-
----
33-
## Ubuntu
34-
### 1.Add the following address to the **Preferences** and open the **Boards Manager** to download the development kit.
35-
>https://bigbits.oss-cn-qingdao.aliyuncs.com/Arduino_for_k210/package_k210_index.json
36-
### 2.Enter the following command in the terminal to solve the problem of usb serial port access rights.
37-
>sudo usermode -a -G dialout **(username)**
38-
### 3.Install pyserial
39-
>pip3 install pyserial
40-
### 4.Board selects Sipeed M1 Board & Programmer to choose k-flash.
41-
### 5.Connect the development board and then choose the serial port.
42-
### 6.Now you can write the Arduino code and upload it to the k210 board.
43-
----
1+
Maixduino
2+
========
3+
4+
Arduino core for Maix Board (K210)
5+
6+
7+
## Docs
8+
9+
Docs: [maixduino.sipeed.com](https://maixduino.sipeed.com/)
10+
11+
12+
13+
## Other SDK
14+
15+
If you want to code by scripts, refer to our [MaixPy](https://maixpy.sipeed.com)
16+
17+
18+
19+

0 commit comments

Comments
 (0)