交叉编译microcom ARM终端串口调试工具

由于默认的busybox没有支持microcom工具,也没有提供源码,所以需要自己交叉编译microcom工具。

microcom工具

https://packages.ubuntu.com/zh-cn/plucky/microcom

下载ubuntu带的软件包microcom,下载microcom_2023.09.0.orig.tar.xz版本,

设置编译链环境变量,配置./configure --host=arm-linux --build=x86_64-linux-gnu

./microcom -s 115200 -p /dev/ttyS1,发现不好用放弃。

busybox工具

查看目标机的版本:BusyBox v1.34.1 () multi-call binary.

下载busybox-1.34.1.tar.bz2版本,设置编译环境变量,设置默认配置:make defconfig

查看配置CONFIG_MICROCOM=y是否已经选中,修改.config配置文件的编译链:

复制代码
CONFIG_CROSS_COMPILER_PREFIX="aarch64-zxic-linux-"
CONFIG_SYSROOT="/home/wangyb/sda3/zm9300c-V2XR240060/toolchain/sysroots/aarch64-zxic-linux"

make编译成功,

复制代码
busybox: ELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=9dbb06951e6969491375cfe8fb89c80cf31f78c3, for GNU/Linux 3.14.0, stripped

busybox修改名称为microcom,拷贝到目标机运行。

复制代码
linux_genvict:root# ./microcom 
BusyBox v1.34.1 (2026-03-09 14:22:05 CST) multi-call binary.

Usage: microcom [-d DELAY_MS] [-t TIMEOUT_MS ] [-s SPEED] [-X] TTY

Copy bytes from stdin to TTY and from TTY to stdout

	-d DELAY	Wait up to DELAY ms for TTY output before sending
			every next byte to it
	-t TIMEOUT	Exit if both stdin and TTY are silent for TIMEOUT ms
	-s SPEED	Set serial line to SPEED
	-X		Disable special meaning of NUL and Ctrl-X from stdin
linux_genvict:root# 

./microcom -s 115200 /dev/ttyS1,可输出gnss模组的NMEA数据。

相关推荐
我不介意孤独1 小时前
04-记忆系统为什么向量数据库不够用
数据库·人工智能·资源隔离·agent infra
AOwhisky1 小时前
MySQL 学习笔记(第六期):MySQL 备份与恢复
运维·数据库·笔记·学习·mysql·云计算
qq21084629532 小时前
【数据库】TDengine 清理旧数据
数据库·oracle·tdengine
j_xxx404_2 小时前
MySQL表操作硬核解析:从 CREATE TABLE 到磁盘文件、ALTER TABLE 与 DDL 风险
运维·服务器·数据库·c++·mysql·adb·ai
数据库小学妹2 小时前
PostgreSQL迁移到国产数据库怎么做?评估、改造、上线全流程实操指南
数据库·经验分享·postgresql·dba
x***r1513 小时前
Redis Desktop Manager 0.8.8 安装教程(Windows redis-desktop-manager-0.8.8.384详细步骤)
数据库·windows·redis
initialize13063 小时前
Postgresql(Oracle兼容) 到Oracle19.9字符语义
数据库·oracle
稷下元歌3 小时前
七天学会plc 加机器视觉完整笔记:S7-1200 数据类型、存储区与寻址方式(I/Q/M/DB 详解)。
网络·数据库·笔记
潮起鲸落入海3 小时前
mysql 5.x源码安装
数据库·mysql
睡不醒男孩0308234 小时前
第一篇:多云与多模态时代的企业级数据库云管理平台(DBaaS)选型指南
数据库·clup·中启乘数