当前位置:网站首页>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。
边栏推荐
- 从0到1建设智能灰度数据体系:以vivo游戏中心为例
- 面向个性化需求的在线云数据库混合调优系统 | SIGMOD 2022入选论文解读
- Runc hang causes the kubernetes node notready
- 游戏启动后提示安装HMS Core,点击取消,未再次提示安装HMS Core(初始化失败返回907135003)
- Reptile exercises (I)
- Rsyslog configuration and use tutorial
- 6 分钟看完 BGP 协议。
- CANN算子:利用迭代器高效实现Tensor数据切割分块处理
- 面试官:Redis 过期删除策略和内存淘汰策略有什么区别?
- Transformer principle and code elaboration (tensorflow)
猜你喜欢
Transformer principle and code elaboration (tensorflow)
Reinforcement learning - learning notes 1 | basic concepts
Zhongang Mining: in order to ensure sufficient supply of fluorite, it is imperative to open source and save flow
Interviewer: what is the difference between redis expiration deletion strategy and memory obsolescence strategy?
Concepts and theories related to distributed transactions
[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: Lidar camera fusion for 3D target detection with transformer
Etcd storage, watch and expiration mechanism
比量子化学方法快六个数量级,一种基于绝热状态的绝热人工神经网络方法,可加速对偶氮苯衍生物及此类分子的模拟
CANN算子:利用迭代器高效实现Tensor数据切割分块处理
随机推荐
Read the BGP agreement in 6 minutes.
Comparative study of the gods in the twilight Era
Etcd storage, watch and expiration mechanism
美团·阿里关于多模态召回的应用实践
WPF double slider control and forced capture of mouse event focus
【FAQ】华为帐号服务报错 907135701的常见原因总结和解决方法
When to use pointers in go?
用fail2ban阻止密码尝试攻
CVPR 2022 | TransFusion:用Transformer进行3D目标检测的激光雷达-相机融合
8个扩展子包!RecBole推出2.0!
Deploy halo blog with pagoda
面向个性化需求的在线云数据库混合调优系统 | SIGMOD 2022入选论文解读
Apache server access log access Log settings
Using nsproxy to forward messages
使用宝塔部署halo博客
ISO 27001 Information Security Management System Certification
使用 NSProxy 实现消息转发
Xue Jing, director of insight technology solutions: Federal learning helps secure the flow of data elements
MySQL three-level distribution agent relationship storage
Solution: how to delete the information of Jack in two tables with delete in one statement in Oracle