当前位置:网站首页>XILINX/system-controller-c/BoardUI/无法连接开发板,任意操作后卡死的解决办法
XILINX/system-controller-c/BoardUI/无法连接开发板,任意操作后卡死的解决办法
2022-07-04 12:42:00 【华为云】
问题背景
在RF_Analyzer的Demo过程中,使用ZCU111-SYSTEM-Controller的时候,遇到一个问题。表现为,进入GUI界面后不管单击什么按钮,都会导致GUI界面卡死。打开Log界面后会看到如图所示的log
Exception in thread Thread-2:Traceback (most recent call last):File "threading.py", line 801, in __bootstrap_innerFile "testthread.py", line 85, in runFile "testthread.py", line 206, in runbuttonFile "testthread.py", line 785, in shellUnicodeEncodeError: 'ascii' codec can't encode characters in position 1-6: ordinal not in range(128)
问题分析
首先直接百度/google/bing
UnicodeEncodeError: 'ascii' codec can't encode characters in position 1-6: ordinal not in range(128)
得到的分析大多是python的编码问题,我的pc中曾经安装过2.7.2 3.8.6。检查编码后发现已经是utf8。在另一台没有安装python的机器上这个gui也能运行,说明GUI的运行不依赖本地的py环境。因此,问题应该还是出在exe本身。
检查驱动,由于在另一台电脑部署此环境,没有出现这个问题,因此将另一个机器的串口驱动重新在本机安装,故障依旧,排除驱动问题。
然后在XILINX的论坛中发现有很多人和我有类似的问题。
类似问题
靠谱的解决方案
解决方法可以参照这位日本网友的方案
发现问题的大佬
总结
出现这个问题的根本原因是串口设备列表中有非英文的字符,由于程序在拉取串口设备列表的时候识别到了无法识别的字符,因此导致程序出现错误。
只需要暂时卸载串口即可使用GUI。
边栏推荐
- C language: the sorting problem of circle number reporting
- A treasure open source software, cross platform terminal artifact tabby
- Talk about the design and implementation logic of payment process
- Jetson TX2 configures common libraries such as tensorflow and pytoch
- Dgraph: large scale dynamic graph dataset
- Using nsproxy to forward messages
- Alibaba cloud award winning experience: build a highly available system with polardb-x
- WPF双滑块控件以及强制捕获鼠标事件焦点
- [AI system frontier dynamics, issue 40] Hinton: my deep learning career and research mind method; Google refutes rumors and gives up tensorflow; The apotheosis framework is officially open source
- CVPR 2022 | TransFusion:用Transformer进行3D目标检测的激光雷达-相机融合
猜你喜欢
golang 设置goproxy代理的小细节,适用于go module下载超时,阿里云镜像go module下载超时
Is the outdoor LED screen waterproof?
C language array
面向个性化需求的在线云数据库混合调优系统 | SIGMOD 2022入选论文解读
6 分钟看完 BGP 协议。
Detailed explanation of mt4api documentary and foreign exchange API documentary interfaces
PostgreSQL 9.1 飞升之路
DC-5 target
游戏启动后提示安装HMS Core,点击取消,未再次提示安装HMS Core(初始化失败返回907135003)
高效!用虚拟用户搭建FTP工作环境
随机推荐
Peak detection of measured signal
ArcGis利用栅格处理工具进行影像裁剪
Golang sets the small details of goproxy proxy proxy, which is applicable to go module download timeout and Alibaba cloud image go module download timeout
Rsyslog配置及使用教程
Vit (vision transformer) principle and code elaboration
Master the use of auto analyze in data warehouse
WPF double slider control and forced capture of mouse event focus
Cann operator: using iterators to efficiently realize tensor data cutting and blocking processing
Building intelligent gray-scale data system from 0 to 1: Taking vivo game center as an example
Practice: fabric user certificate revocation operation process
使用宝塔部署halo博客
Configure WebDAV server on Apache
认知的定义
Using nsproxy to forward messages
Implementation mode and technical principle of MT4 cross platform merchandising system (API merchandising, EA merchandising, nj4x Merchandising)
面向个性化需求的在线云数据库混合调优系统 | SIGMOD 2022入选论文解读
Iptables foundation and Samba configuration examples
实战:fabric 用户证书吊销操作流程
iptables基础及Samba配置举例
BackgroundWorker用法示例