简体   繁体   English

将Beaglebone Black LCD 4显示器与Python GUI一起使用

[英]Use an Beaglebone Black LCD 4 Display with an Python GUI

I have Angstrom installed on my Beaglebone. 我在Beaglebone上安装了Angstrom。 The Display that I'm using is the 4DCAPE-43T. 我正在使用的显示器是4DCAPE-43T。

And I wrote a simple Python script with QT Desingner, to make an simple GUI program. 我用QT Desingner编写了一个简单的Python脚本,以制作一个简单的GUI程序。

Now I want this program to run on the Beaglebone's LCD 4 Display. 现在,我希望该程序在Beaglebone的LCD 4显示屏上运行。 How can I do that? 我怎样才能做到这一点?

The only way I find to run the program was, over ssh on my laptop display. 我发现运行程序的唯一方法是在笔记本电脑显示屏上通过ssh。 Thanks if some one has an idea. 谢谢,如果有人有一个想法。

Get the qte enabled angstrom toolchain from this link " http://web.archive.org/web/20130823131954/http://www.angstrom-distribution.org/toolchains/ ". 从此链接“ http://web.archive.org/web/20130823131954/http://www.angstrom-distribution.org/toolchains/ ”获取启用了qte的Angstrom工具链。 Setup the QT IDE on your desktop to cross compile QT apps for BBB. 在桌面上设置QT IDE,以交叉编译BBB的QT应用程序。 Once you get binaries compatible with BBB architecture you can run them on BBB. 一旦二进制文件与BBB体系结构兼容,就可以在BBB上运行它们。 You need to look into cross-compilation stuff. 您需要研究交叉编译的内容。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM