最近需要使用RT-Thread smart 开发调试一些软件功能,由于软件功能平台无关,使用外部硬件操作,会耗费更多的时间在后台。 打算使用BSP qemu-virt64-aarch64搭建一个RT-Thread smart的开发调试环境,可以开发验证一些平台无关的软件功能 环境搭建 Win10 64位 VMware 工作站专业版 VS 代码(ssh 远程) Ubuntu 20.04 RT-Thread master 最新支持: BSPqemu-virt64-aarch64 下载 RT-Thread 这里使用gitee的RT-Thread库,先通过fork的方式,把RT-Thread fork到自己的账号下 ubuntu 中安安装好git qemu,通过git 克隆一份 RT-Thread 最新代码 可以直接连接克隆RT-Thread 官方的git clone scons 结构 进入rt-thread/bsp/qemu-virt64-aarch64,直接scons可能会提示scons找不到,如果找不到,就安装一下scons Command ‘scons’ not found, but can be installed with: sudo apt install scons 安装 scons 的方法:$ sudo apt install scons
|