zigtechnologies 发表于 2021-1-12 10:21:33

您好,我想请教一个问题,AIO-3399C industry版本,hdmi in的声音 我测试能从针孔耳机出,但是切换到内置喇叭,就变成耳机和喇叭同时出声。而且hdmi in 声音切不到usb 耳机上去。在不接hdmi in的时候声音都能任意切的,是什么原因呢,如果我想让hdmi in 声音能从其他通道出来要怎么修改呢

这片海 发表于 2021-2-2 16:35:12

您好,我是用Face X2。我在编译源码之后生成了镜像文件(统一固件),但是导入到板子后发现机子不能正常启动了,而且usb也识别不了了。这可能是什么原因?

jdh 发表于 2021-3-26 14:43:31

学习学习

浜庤█ 发表于 2021-7-8 11:14:11

你好,JDM101007-BC40这款屏的规格书能发一下吗

kamio 发表于 2021-9-8 00:33:14

代码更新不到2020/09/25,能提供新的源码包吗?
git pull
./bundle/update
提示以下错误
Update Bundle repo...
fatal: 'origin' does not appear to be a git repository
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.


jpchen 发表于 2021-9-8 14:14:15

kamio 发表于 2021-9-8 00:33
代码更新不到2020/09/25,能提供新的源码包吗?
git pull
./bundle/update


参考如下帖子
https://dev.t-firefly.com/thread-103482-1-1.html

需要把bundle 放入到sdk目录下进行同步

kamio 发表于 2021-9-8 14:46:53

本帖最后由 kamio 于 2021-9-8 14:48 编辑

jpchen 发表于 2021-9-8 14:14
参考如下帖子
https://dev.t-firefly.com/thread-103482-1-1.html


是在源码顶层目录下执行的./bundle/update,没有放错bundle目录,不能放在 顶层目录/sdk/下
lyl@ubuntu:~/lyl_work/code/rockchip$ cd rk3399_Industry_android7.1/
lyl@ubuntu:~/lyl_work/code/rockchip/rk3399_Industry_android7.1$ ls
Android.bpMakefileabibionic    bootstrap.bashbuild-rk3399-all.shbundle         coredalvik      developmentdocs      frameworksjavaenv.shlibcore          mkimage.shout       pdk               prebuiltsrkst   sdk   tags       tools   vendor
FFTools   RKTools   artbootablebuild         buildspec.mk         compatibilitycts   developersdevice       externalhardware    kernel      libnativehelperndk         packagesplatform_testingrkbin      rockdevsystemtoolchainu-boot

lyl@ubuntu:~/lyl_work/code/rockchip/rk3399_Industry_android7.1$ ls bundle/
0.bundle1.bundle2.bundle3.bundle4.bundle5.bundle6.bundle7.bundleREADME.mdREADME_zh.mdupdate
lyl@ubuntu:~/lyl_work/code/rockchip/rk3399_Industry_android7.1$ ./bundle/update
Update Bundle repo...
fatal: 'origin' does not appear to be a git repository
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
-------------------------------------------
Update to FETCH_HEAD:
From ./bundle/7.bundle
* branch                  HEAD       -> FETCH_HEAD
Fetch ./bundle/7.bundle successfully!!

lyl@ubuntu:~/lyl_work/code/rockchip/rk3399_Industry_android7.1$ git log
commit 041f5bd2334cb72b8e5ec9ecee4231df971d4cbf (HEAD -> master)
Author: cjp <service@t-firefly.com>
Date: Sat Jun 13 11:55:26 2020 +0800

    1.Support Wifi AP6256 2.Face App update 3.Support rk structured light camera 4.SERVER fix some error

jpchen 发表于 2021-9-8 16:03:00

kamio 发表于 2021-9-8 14:46
是在源码顶层目录下执行的./bundle/update,没有放错bundle目录,不能放在 顶层目录/sdk/下
lyl@ubuntu: ...

你把bundle目录修改为.bundle
mv bundle .bundle
然后再执行
.bundle/update

kamio 发表于 2021-9-9 17:29:42

jpchen 发表于 2021-9-8 16:03
你把bundle目录修改为.bundle
mv bundle .bundle
然后再执行


昨天已经解决
1.浏览器下载bundle
地址: https://gitlab.com/TeeFirefly/rk3399-industry-nougat-bundle.git
解压到顶层目录,改为bundle就可以了,里面新增文件8.bundle - 12.bundle

2.改bundle为.bundle 没什么用,目录名变了而已

页: 1 [2]
查看完整版本: RK3399 Android7.1 Industry版本源码更新(2020/09/25)