瑞芯微Rockchip开发者社区
直播中

七上八下

8年用户 803经验值
私信 关注
[问答]

怎样在RK3288 Android上去移植4G模块EC20呢

怎样在RK3288 Android上去移植4G模块EC20呢?有哪些移植步骤?

回帖(1)

方夏少

2022-3-4 09:32:47
几个重要文件:

1. device/rockchip/common/BoardConfig.mk    --> 板子配置文件,相当于kernel下的.config,使能4G功能(BOARD_HAVE_DONGLE ?= true)

2. out/target/product/rk3288/system/build.prop  --> 属性配置输出文件

     device/rockchip/rk3288/system.prop     --> 一些属性配置,内容最后都会被加载到build.prop (配置rild的库路径(rild.libpath)和参数(rild.libargs))

3. hardware/ril/reference-ril/×  --> 拷贝Quectel厂家提供的支持Android7.1 的ril库源文件到此路径,编译后最终生成libreference-ril.so

4. system/core/rootdir/init.rc --> 一些配置文件,配置了ril-daemon。。。。

5. rild是在这里编译的:vendor/rockchip/common/phone/phone.mk
举报

更多回帖

发帖
×
20
完善资料,
赚取积分