深入探索Tock内核的安装、部署与应用开发
1. 开发环境工具安装
在开始Tock内核的开发之前,我们需要在不同的操作系统上安装必要的工具。以下是针对Linux和macOS系统的安装命令:
- Linux系统 :
$ sudo apt-get update
$ sudo apt install automake autoconf build-essential texinfo libtool libftdi-dev libusb-1.0-0-dev
$ curl https://sh.rustup.rs -sSf | sh
#Note, will need to restart terminal after installation
$ sudo apt install gcc-arm-none-eabi
$ sudo apt install gdb-multiarch
- macOS系统 :
$ curl https://sh.rustup.rs -sSf | sh
$ brew tap ARMmbed/homebrew-formulae && brew update && brew install arm-none-eabi-gcc
$ sudo apt install minicom
2. 树莓派上OpenOCD的安装
接下来,我们要
Tock内核安装与应用开发指南
超级会员免费看
订阅专栏 解锁全文
3175

被折叠的 条评论
为什么被折叠?



