Fetch the repository succeeded.
This action will force synchronization from 合宙Luat/LuatOS, which will overwrite any changes that you have made since you forked the repository, and can not be recovered!!!
Synchronous operation will process in the background and will refresh the page when finishing processing. Please be patient.
本文以搭建rt-thread平台的LuatOS环境为主 分两种形式:
无论哪种, 均使用SConscript关联起来.
请在D盘新建一个github目录, 在该目录下进行操作
cd github
// 国内外地址选一个就行
// github地址
git clone https://github.com/openLuat/LuatOS.git
// 国内镜像地址
git clone https://gitee.com/wendal/LuatOS.git
当前的bsp源码以git submodule的形式存在
cd LuatOS
git submodule init
git submodule update
在D:\github\LuatOS\bsp\w60x
目录下, 启动env工具
# 更新pkgs
pkgs --update
# 执行编译
scons
# 等待编译完成后, 可以在D:\github\LuatOS\bsp\w60x\Bin目录找到刷机文件, 刷机即可
暂时取消package形式的介绍
Sign in for post a comment
Comment ( 0 )