我有问题在cubieboard2上的嵌入式linux项目中显示启动步骤和每个步骤的时间。所以我用grabserial解决了这个问题。这样做遵循以下说明:
1-从以下网址下载抓取:https://github.com/tbird20d/grabserial
2-提取下载的文件并转到解压缩的目录
3-使用终端中的以下脚本生成grabserial文件可执行文件:
Sudo chmod +x grabserial
使用以下脚本安装所需的软件包:
sudo apt-get install python-setuptools
5-执行以下复制:
sudo cp grabserial /usr/local/bin
6-使用cd /..
退出解压缩的文件夹7-使用com0端口将设备连接到PC。
终端中的8-类型脚本将com0端口的输出保存到bootTime.txt文件中。
sudo grabserial -d /dev/ttyS0 -m RomBoot -t -e 30 &>>bootTime.txt
9-如果要在终端中显示bootTime.txt内容,请打开一个新终端并输入以下脚本:
tailf bootTime.txt