readme
来自「tinyos-2.x.rar」· 代码 · 共 26 行
TXT
26 行
README for SerialLoaderFlash
Author/Contact: Chieh-Jan Mike Liang <cliang4@cs.jhu.edu>
Description:
SerialLoaderFlash is similar to SerialLoader in that it receives
loadable programs from the serial port. However, SerialLoaderFlash
stores them on the external flash. Then, when it receives the command to
load the code, it makes the call to the dynamic loader.
Here are the steps:
1.) Load SerialLoader:
make telosb install bsl,<device_port>
2.) Create the loadable code, Blink.tos:
tosthreads-gen-dynamic-app ../../capps/Blink/Blink.c
3.) Erase the external flash:
./serialloader.py <device_port> 0
4.) Upload the binary:
./serialloader.py <device_port> 1 Blink.tos
5.) Run the binary:
./serialloader.py <device_port> 7
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?