<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
  <channel>
    <title>Firefly开源社区 - AIO-3399C (AI版)</title>
    <link>https://dev.t-firefly.com/forum-391-1.html</link>
    <description>Latest 20 threads of AIO-3399C (AI版)</description>
    <copyright>Copyright(C) Firefly开源社区</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Tue, 21 Apr 2026 08:09:12 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://dev.t-firefly.com/static/image/common/logo_88_31.gif</url>
      <title>Firefly开源社区</title>
      <link>https://dev.t-firefly.com/</link>
    </image>
    <item>
      <title>AIO-3399C的Android 7.1系统Industry版本没有屏幕旋转</title>
      <link>https://dev.t-firefly.com/thread-100480-1-1.html</link>
      <description><![CDATA[1、AIO-3399C(AI)板，配了Firefly的10寸LVDS屏
2、下载并以单lvds编译Android 7.1 Industry系统源码：
./FFTools/make.sh -d rk3399-firefly-aioc-ai-lvds-HSX101H40C -j8 -l
rk3399_firefly_aioc_ai_lvds-userdebug

3、生成AIO-3399C-AI_Industry7.1.2_LVDS_xxxx ...]]></description>
      <category>AIO-3399C (AI版)</category>
      <author>bulazhang</author>
      <pubDate>Mon, 11 Nov 2019 05:25:12 +0000</pubDate>
    </item>
    <item>
      <title>在AOI3399C上使用fireflyApi，无法与其他32位动态链接库共用</title>
      <link>https://dev.t-firefly.com/thread-99884-1-1.html</link>
      <description><![CDATA[在安卓项目中，需要使用fireflyApi的rs232接口。
对fireflyApi的demo进行了修改，成功实现了通信。
但是将其他外部设备链接到板子上的时候，发现动态链接库只能同时使用32位或者64位的，我其他的外部设备的动态链接库都是32位的，而demo里的libc++.so和libcutils.so是 ...]]></description>
      <category>AIO-3399C (AI版)</category>
      <author>15821199125</author>
      <pubDate>Mon, 22 Jul 2019 03:21:59 +0000</pubDate>
    </item>
    <item>
      <title>Aio-3399C安卓板菜单界面电量显示能否自定义设置电量值</title>
      <link>https://dev.t-firefly.com/thread-99870-1-1.html</link>
      <description><![CDATA[有个新需求，firefly板子的电量标志不准确，能否可以将我们自己下位机的电量上传至firefly的主界面电量处]]></description>
      <category>AIO-3399C (AI版)</category>
      <author>蓝胖子</author>
      <pubDate>Wed, 17 Jul 2019 02:37:08 +0000</pubDate>
    </item>
    <item>
      <title>一比一仿QQ全平台IM通信源码转让支持定制</title>
      <link>https://dev.t-firefly.com/thread-99841-1-1.html</link>
      <description><![CDATA[一比一仿QQ全平台IM通信源码转让支持定制



微缘起源于2004年，从最初的第三方开源系统XMPP的Openfire到Tigase的改造和优化，
直至目前拥有自主通信系统的最新版微缘，实际客户支持千万级的并发,
我们团队为了梦想一直在路上，承载着团队的信任.肩负着家庭的责 ...]]></description>
      <category>AIO-3399C (AI版)</category>
      <author>Amoヽ</author>
      <pubDate>Wed, 10 Jul 2019 05:48:04 +0000</pubDate>
    </item>
    <item>
      <title>如何从开发板中导出rootfs或者说备份系统</title>
      <link>https://dev.t-firefly.com/thread-99775-1-1.html</link>
      <description><![CDATA[开发中已经全部调试完毕，接着要复制到另外一块板中，如果操作？]]></description>
      <category>AIO-3399C (AI版)</category>
      <author>miaotouyang</author>
      <pubDate>Thu, 27 Jun 2019 06:33:45 +0000</pubDate>
    </item>
    <item>
      <title>AIO-3399C 开机自动启动软件 报QxcbConnetctio:连接错误</title>
      <link>https://dev.t-firefly.com/thread-99750-1-1.html</link>
      <description><![CDATA[1、在/etc/rc.local的exit 0前添加qt应用程序
通过日志文件追踪报错：QXcbConnextion:Could not connect to display :0.0
但自行打开终端，并在终端中执行 sourece /etc/rc.local 程序能正常运行。

2、如果在/home/firefly/.bashrc 中添加应用程序
开机不能自动运 ...]]></description>
      <category>AIO-3399C (AI版)</category>
      <author>miaotouyang</author>
      <pubDate>Wed, 19 Jun 2019 02:55:47 +0000</pubDate>
    </item>
    <item>
      <title>请问这个firefly系统怎么安装teamviwer</title>
      <link>https://dev.t-firefly.com/thread-99706-1-1.html</link>
      <description><![CDATA[如题  大家又安装成功的吗 谢谢]]></description>
      <category>AIO-3399C (AI版)</category>
      <author>blueapple</author>
      <pubDate>Mon, 10 Jun 2019 04:28:06 +0000</pubDate>
    </item>
    <item>
      <title>RK3399PRO开放串口读写权限</title>
      <link>https://dev.t-firefly.com/thread-99663-1-1.html</link>
      <description><![CDATA[如题，因为APP需要通过串口来读写外部的串口设备，但是看得到开发板的几个串口都没有权限给普通用户，我只好每次在板子上电后用ADB手动命令行修改串口权限。但这样的话，做成产品放到用户那里去，是肯定不行的，难道还要客户去接个usb到电脑敲命令？！

方法肯定是有 ...]]></description>
      <category>AIO-3399C (AI版)</category>
      <author>lr6410</author>
      <pubDate>Wed, 05 Jun 2019 01:58:51 +0000</pubDate>
    </item>
    <item>
      <title>RK3399PRO 安卓8.1怎么编译开放root镜像</title>
      <link>https://dev.t-firefly.com/thread-99662-1-1.html</link>
      <description><![CDATA[如题，因为APP的某些需求，需要系统镜像开放出root权限，APP要能成功执行su命令。
看了一些编译root的帖子，依然不能成功，请求帮助。]]></description>
      <category>AIO-3399C (AI版)</category>
      <author>lr6410</author>
      <pubDate>Wed, 05 Jun 2019 01:55:16 +0000</pubDate>
    </item>
    <item>
      <title>求AIO-339C-V1.0  LVDS配置文件  ubuntu系统</title>
      <link>https://dev.t-firefly.com/thread-99661-1-1.html</link>
      <description><![CDATA[参考http://dev.t-firefly.com/forum.php?mod=viewthread&amp;tid=13884&amp;highlight=lvds
http://dev.t-firefly.com/thread-52767-1-2.html
和源码目录下linux-sdk/kernel/arch/arm64/boot/dts/rockchip/rk3399-firefly-aioc-lvds.dts

编译出boot。img
烧入后测试只有L ...]]></description>
      <category>AIO-3399C (AI版)</category>
      <author>miaotouyang</author>
      <pubDate>Tue, 04 Jun 2019 03:15:40 +0000</pubDate>
    </item>
    <item>
      <title>请求RK3399PRO的GPIO文档</title>
      <link>https://dev.t-firefly.com/thread-99639-1-1.html</link>
      <description><![CDATA[请求RK3399PRO的GPIO文档，谁有请发我一些，谢谢！]]></description>
      <category>AIO-3399C (AI版)</category>
      <author>lr6410</author>
      <pubDate>Thu, 30 May 2019 08:59:38 +0000</pubDate>
    </item>
    <item>
      <title>3399c烧ubuntu时用的是哪个分区表？</title>
      <link>https://dev.t-firefly.com/thread-99622-1-1.html</link>
      <description><![CDATA[导入配置 rk3399-ubuntu1804.cfg




导入配置rk3399-android81.cfg



实际Linux-sdk内核编译出来的是resource.img和kernel，与导入的配置矛盾了]]></description>
      <category>AIO-3399C (AI版)</category>
      <author>miaotouyang</author>
      <pubDate>Sat, 25 May 2019 02:50:40 +0000</pubDate>
    </item>
    <item>
      <title>gitlab 同步3399pro 失败</title>
      <link>https://dev.t-firefly.com/thread-99617-1-1.html</link>
      <description><![CDATA[按照https://gitlab.com/TeeFirefly/rk3399pro-oreo-bundle 中的Readme  下载bundle 

update失败  
log如下
ll@ubuntu:~/firefly/android8_pro3399$ .bundle/update 
Update Bundle repo...
From https://gitlab.com/TeeFirefly/rk3399pro-oreo-bundle
 * branc ...]]></description>
      <category>AIO-3399C (AI版)</category>
      <author>腾龙</author>
      <pubDate>Fri, 24 May 2019 09:21:47 +0000</pubDate>
    </item>
    <item>
      <title>我的RK3399 OTG进MASKROM模式，不能擦写系统问题</title>
      <link>https://dev.t-firefly.com/thread-99612-1-1.html</link>
      <description><![CDATA[用RK3399做了一个新板子遇到出厂烧录问题问题，就是OTG进MASKROM模式，不能擦写系统
定位发现接电脑USB的时候，电脑做主，输出给板子5V供电了，这个5V电源从板子其他位置漏电到RK3399的内核电压，后来我在USB的5V上面加了一个二极管，就能下载了
中间还换了一根USB线 ...]]></description>
      <category>AIO-3399C (AI版)</category>
      <author>大地主因</author>
      <pubDate>Thu, 23 May 2019 08:25:31 +0000</pubDate>
    </item>
    <item>
      <title>RK3399 Ubuntu 编译网卡驱动时没有找到modules</title>
      <link>https://dev.t-firefly.com/thread-99539-1-1.html</link>
      <description><![CDATA[root@NanoPi-NEO4:~/xiao/U12_linux_v5.1.5_19247.20160830# ./install.sh 
##################################################
Realtek Wi-Fi driver Auto installation script
Novembor, 21 2011 v1.1.0
##################################################
D ...]]></description>
      <category>AIO-3399C (AI版)</category>
      <author>13634148401</author>
      <pubDate>Tue, 07 May 2019 01:49:35 +0000</pubDate>
    </item>
    <item>
      <title>AIO-3399C串口J6,J8和DEBUG分别对应tty多少？</title>
      <link>https://dev.t-firefly.com/thread-99537-1-1.html</link>
      <description><![CDATA[如题，从哪份资料上可以看到对应关系？
谢谢。]]></description>
      <category>AIO-3399C (AI版)</category>
      <author>miaotouyang</author>
      <pubDate>Mon, 06 May 2019 08:18:50 +0000</pubDate>
    </item>
    <item>
      <title>AIO3399c连接键盘输入的二维码识别设备后无法弹出软件盘，怎么破？</title>
      <link>https://dev.t-firefly.com/thread-99521-1-1.html</link>
      <description><![CDATA[因为usb连接的设备是键盘输入模式，拔掉usb重启应用能够弹出软件盘，但是不重启应用就无法弹出软件盘。]]></description>
      <category>AIO-3399C (AI版)</category>
      <author>jacamar</author>
      <pubDate>Mon, 29 Apr 2019 10:47:57 +0000</pubDate>
    </item>
    <item>
      <title>AIO-3399(ai) TYPE-C ADB问题</title>
      <link>https://dev.t-firefly.com/thread-99444-1-1.html</link>
      <description><![CDATA[我的AIO-3399(ai) 板TYPE-C 无法使用ADB，TYPE-C插入PC设备管理器无响应，应该不是驱动问题，有看到网友之前发了相关帖子，但都没有解决方案。
查看官网教程说AIO-3399(ai)板TYPE-C用于NPU了，只能用网络ADB，但这确实不方便，这样来mtp不也不能用了吗？
想问怎么通过 ...]]></description>
      <category>AIO-3399C (AI版)</category>
      <author>lys23926635</author>
      <pubDate>Tue, 16 Apr 2019 07:12:20 +0000</pubDate>
    </item>
    <item>
      <title>汽车上面的lvds hsd视频信号 我要接到3300里面处理成视频流</title>
      <link>https://dev.t-firefly.com/thread-99384-1-1.html</link>
      <description><![CDATA[汽车上面的lvds hsd视频信号 我要接到3300里面处理成视频流 我要怎么做呢]]></description>
      <category>AIO-3399C (AI版)</category>
      <author>qq32026</author>
      <pubDate>Sat, 30 Mar 2019 16:41:15 +0000</pubDate>
    </item>
    <item>
      <title>【视频】AIO-3399C(AI) 六核人工智能开源主板</title>
      <link>https://dev.t-firefly.com/thread-99340-1-1.html</link>
      <description><![CDATA[AIO-3399C(AI) 采用Rockchip六核高性能处理器，板载模块化深度神经网络学习加速器NPU，无需外部缓存，拥有强劲算力与超高效能，支持 PyTorch , Caffe 深度学习框架，提供完整易用的模型训练工具、网络训练模型实例，可快速应用在移动边缘计算、智能家居、人脸检测识 ...]]></description>
      <category>AIO-3399C (AI版)</category>
      <author>Firefly</author>
      <pubDate>Fri, 22 Mar 2019 06:38:13 +0000</pubDate>
    </item>
  </channel>
</rss>