美文网首页ptp_in_zephyr_project
FRDM-K64F 执行 zephyr的"hello world

FRDM-K64F 执行 zephyr的"hello world

作者: SnC_ | 来源:发表于2021-01-11 17:51 被阅读0次
  1. 根据链接,对board进行DAPLink bootloader以及DAPLink interface firmware的升级。
  2. 连接到linux系统,设备ID为/dev/ttyACM*,其中*为任意数字。
  3. 将编译后的bin文件复制到usb设备里。zephyr编译hello world
  4. 用screen进行串行连接
  5. 按下board上的reset按钮,让程序重新执行。
  6. 按下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

相关文章

网友评论

    本文标题:FRDM-K64F 执行 zephyr的"hello world

    本文链接:https://www.haomeiwen.com/subject/ebudaktx.html