51 lines
2.1 KiB
Markdown
51 lines
2.1 KiB
Markdown
![]() |
# ARMINO Development Framework
|
|||
|
|
|||
|
* [中文版](./README_CN.md)
|
|||
|
|
|||
|
Welcome to Armino bk_idk!
|
|||
|
ARMINO is the AIoT development framework aimed to support Beken SoCs developed since 2022, also it's aimed to support
|
|||
|
all popular IoT OS, such as RT-Thread, AliOS, LiteOS etc.
|
|||
|
|
|||
|
|
|||
|
# bk_idk Release and Supported SoCs
|
|||
|
|
|||
|
The following table shows bk_idk support of Beken SoCs where ![alt text][developing] and ![alt text][supported]
|
|||
|
denote developing status and support, respectively. In developing status the build is not yet enabled and some
|
|||
|
crucial parts could be missing(like documentation, datasheet). Please use an bk_idk release where the desired
|
|||
|
SoC is already supported.
|
|||
|
|
|||
|
|
|||
|
|Branch\Chip | [BK7236] | [BK7258] | Comment |
|
|||
|
|:------------ |:---------------------: |:---------------------: |:----------------------: |
|
|||
|
|release/v2.0.1|![alt text][supported] |![alt text][supported] |sdk 2.0 MP Branch |
|
|||
|
|
|||
|
|
|||
|
[supported]: https://img.shields.io/badge/-supported-green "supported"
|
|||
|
[developing]: https://img.shields.io/badge/-developing-orange "developing"
|
|||
|
|
|||
|
==Tag version , please use the official release version for development.==
|
|||
|
|
|||
|
release Branch Tag is official release, the format is vx.x.x.x,for example: v2.0.1.1
|
|||
|
|
|||
|
Beken SoCs released before 2022, such as BK7231N, BK7231U, BK7251 etc, are not supported by ARMINO.
|
|||
|
|
|||
|
# ARMINO Release and OS
|
|||
|
|
|||
|
The following table shows Armino support of Popular IoT OS where ![alt text][developing] and ![alt text][supported]
|
|||
|
denote developing status and support, respectively.
|
|||
|
|
|||
|
|OS | main |
|
|||
|
|:----------- |:---------------------: |
|
|||
|
|FreeRTOS | ![alt text][supported] |
|
|||
|
|
|||
|
[supported]: https://img.shields.io/badge/-supported-green "supported"
|
|||
|
[developing]: https://img.shields.io/badge/-developing-orange "developing"
|
|||
|
|
|||
|
# Resource
|
|||
|
|
|||
|
Here's a quick summary of resources to help you find your way around:
|
|||
|
|
|||
|
- Documentation: http://docs.bekencorp.com
|
|||
|
- Beken Products: http://www.bekencorp.com/index/goods/product.html to gain overview about different Beken products
|
|||
|
- Beken Home Page: http://www.bekencorp.com to find more resources
|