Skip to content

Latest commit

 

History

History
89 lines (60 loc) · 1.83 KB

README.md

File metadata and controls

89 lines (60 loc) · 1.83 KB

CenoOS-IOT

CenoOS is a real time operating system for IOT devices from cenocloud.

open issues closed issues Discord

Docuemnt

Architecture Overview

Prepare

开发板

在根目录/conf/makefile.conf中修改如下配置:

# 开发板支持
ARCH=arm32
BOARD=ek-TM4C123gxl
MCU=TM4C123GH6PM
LINK_FILE=link.ld
OCD_CFG_FILE=ek-tm4c123gxl.cfg

其中选项对应board下支持的开发版

配置OPENOCD

OPENOCD_SCRIPT_DIR=/usr/local/share/openocd/scripts/board

配置项目

BASE_DIR=/Users/neroyang/project/Ceno-RTOS

构建

OPENOCD启动

cd user
make openOCD_connect

构建

make all

烧写

make flash

写在最后

have a good trial!

Community

discord

twitch

License

CenoOS is released under the Apache 2.0 license

Let's fund issues in this repository

CenoOS