<strong>描述</strong>
在 BSP 设置窗口中,我无法编辑/修改/更改 GUI 中列出的任何值。
<center><img src="http://xilinx.eetrend.com/files/2021-03/wen_zhang_/100062644-124910-00…; alt=""></center>
<strong>解决方案</strong>
由于 Ubuntu 16.04.5+ 机器中 GTK 版本存在的问题,为了正确查看和编辑 GUI 中的值,GTK 版本必须升级到 3.22。
升级 GTK 的步骤:
<pre>sudo add-apt-repository ppa:gnome3-team/gnome3-staging</pre>
<pre>sudo apt-get update</pre>
<pre>sudo apt dist-upgrade</pre>
<pre>sudo shutdown -r now</pre>