- 根据链接,对board进行DAPLink bootloader以及DAPLink interface firmware的升级。
- 连接到linux系统,设备ID为
/dev/ttyACM*
,其中*为任意数字。
- 将编译后的bin文件复制到usb设备里。zephyr编译hello world。
-
用screen进行串行连接
-
按下board上的reset按钮,让程序重新执行。
- 按下
ctrl+a
,k
,退出screen
参考链接:
https://docs.zephyrproject.org/latest/boards/arm/frdm_k64f/doc/index.html
https://os.mbed.com/platforms/FRDM-K64F/
https://learn.sparkfun.com/tutorials/terminal-basics/command-line-windows-mac-linux