Ubuntu开发中的问题

1.退出anaconda指令:conda deactivate

2.Linux系列:一打开终端就默认进入conda的base环境,取消方法

在终端输入conda config --show,会显示所有的配置信息,然后利用conda config --set来修改此配置:

conda config --set auto_activate_base false

3.查看串口名称使用

ls -l /dev/ttyS*

4.OTG和UART连接开发板

OTG开机不打印信息,Uart打印

只有OTG可以使用adb工具,所以OTG可以发送文件和命令,Uart只能传命令

Uart连接的是debug口

相关推荐
衫水12 小时前
ubuntu系统如何检查和安装以及运行redis
redis·ubuntu·bootstrap
苏宸啊13 小时前
Linux权限
linux·运维·服务器
Gofarlic_oms113 小时前
Windchill用户登录与模块访问失败问题排查与许可证诊断
大数据·运维·网络·数据库·人工智能
xqhoj13 小时前
Linux——make、makefile
linux·运维·服务器
文亭湖畔程序猿13 小时前
Debian 12 日常命令 & nano 快捷键速查表
运维·debian
张童瑶13 小时前
Linux 在线安装编译Python3.11
linux·运维·python3.11
ziqibit13 小时前
debian Live with Persistence 持久化U盘的debian系统
运维·debian
Shi_haoliu14 小时前
SolidTime 在 Rocky Linux 9.5 上的完整部署流程
linux·运维·nginx·postgresql·vue·php·laravel
Lkygo14 小时前
LlamaIndex使用指南
linux·开发语言·python·llama
qq_2546177714 小时前
nslookup 这个命令解析dns,和系统接口gethostbyname解析区别在哪?
linux·网络