调试OK,开始运行后先输入一个端口号,网络设备连接到树莓派的IP地址上的这个端口上,就会提示有新的客户端连接进来,网络和串口发送的信息会同步显示到LX终端上,支持多客户端接入,只支持一个串口,既ttyAMA0,115200-n-8-1
代码回复可见
——回复可见内容——
下载地址
到手玩了几天,差不多熟悉了,不过想想用什么写程序呢?记事本?打死我也不干了,现在看到记事本还恶心呢,稍微靠谱点的一个是安卓,一个就是QT4了,安卓到目前为止还没有可用的镜像,那就只有QT4了,还等什么,开始干吧。
参考此链接http://qt-project.org/wiki/apt-get_Qt4_on_the_Raspberry_Pi
Using the Raspbian image
apt-getFirstly I got the development tools needed by Qt Creator in the hope it would be less heavy for the Pi to download separately.
- sudo apt-get install qt4-dev-tools
Then I went for Qt Creator
- sudo apt-get install Qtcreator
I also installed
- sudo apt-get install gcc
- sudo apt-get install xterm
- sudo apt-get install git-core
-
sudo apt-get install subversion
this gives as a result Qt Creator 2.5 with Qt 4.8.1 32 bit
We can only compile for remote embedded devices and this is not the case here, because we are on the Pi and not remotely accessing it.
添加工具链
I added a gcc toolchain
tools>Options > build & run > tab tool chain > button add
Choose GCC
- Then set compiler path : /usr/bin/arm-linux-gnueabihf-gcc-4.6
- Debugger : /usr/bin/gdb
- Mkspec : default
To fix this :
- Go to menu help > about plugins
- Uncheck device support > remote linux
- Restart Qt Creator
- Go to tools > options TAB > build & run > Qt versions > add “/usr/bin/qmake-qt4”
It will then show up as a desktop project in the project wizard instead of embedded.
如果出现e: unable to locate package qt creator或E:者未发现软件包qt creator,请尝试sudo apt-get update 和 sudo apt-get upgrade
如果还是有问题,尝试sudo apt-get install qtcreator(小写,因为Linux里面大小写是严格区分的)
回复
有奖活动 | |
---|---|
【有奖活动】分享技术经验,兑换京东卡 | |
话不多说,快进群! | |
请大声喊出:我要开发板! | |
【有奖活动】EEPW网站征稿正在进行时,欢迎踊跃投稿啦 | |
奖!发布技术笔记,技术评测贴换取您心仪的礼品 | |
打赏了!打赏了!打赏了! |
打赏帖 | |
---|---|
【换取逻辑分析仪】-基于ADI单片机MAX78000的简易MP3音乐播放器被打赏48分 | |
我想要一部加热台+树莓派PICO驱动AHT10被打赏38分 | |
【换取逻辑分析仪】-硬件SPI驱动OLED屏幕被打赏36分 | |
换逻辑分析仪+上下拉与多路选择器被打赏29分 | |
Let'sdo第3期任务合集被打赏50分 | |
换逻辑分析仪+Verilog三态门被打赏27分 | |
换逻辑分析仪+Verilog多输出门被打赏24分 | |
【分享评测,赢取加热台】使用8051单片机驱动WS2812被打赏40分 | |
【换取逻辑分析仪】rtthread添加RRH62000传感器驱动-基于野火启明6M5被打赏48分 | |
换逻辑分析仪+Verilog多输入门被打赏27分 |