博客
关于我
MTK Android Driver :modem
阅读量:625 次
发布时间:2019-03-13

本文共 905 字,大约阅读时间需要 3 分钟。

26.modem

3g: \modem\make\PRJ_HSPA.mak
2g: \modem\make\PRJ_GPRS.mak

26.1 模块位置及组成

配置文件位置:\modem\make\PRJ_HSPA.mak
工程名称配置:BOARD_VER = PRJ_BB

26.2 模dem源码工程编译

依次执行命令:./make.sh PRJ_HSPA.mak new

26.3 文件修改

射频模块名配置:
GSM射频模块:RF_MODULE = MT6162_CUSTOM
3G射频模块:UTMS RF_MODULE = CUSTOM_MT6162

射频参数配置:

GSM射频参数:
文件修改路径:\modem\custom\l1_rf\MT6162_CUSTOM\m12193.c
相关头文件:\modem\custom\l1_rf\MT6162_CUSTOM\l1d_custom_rf.h
\modem\custom\l1_rf\MT6162_CUSTOM\l1d_custom_rf_.h

3G射频参数:

文件修改路径:\modem\custom\ul1_rf\CUSTOM_MT6162\u12193.c
相关头文件:\modem\custom\ul1_rf\CUSTOM_HS662\u1d_custom_rf.h
\modem\custom\ul1_rf\CUSTOM_HS662\u1d_custom_rf_.h

26.4 编译好文件修改名称并拷贝

拷贝路径:\modem\build_PRJ\DEFAULT\bin\
文件命名规则:PRJ_PCB01_MT6582_S00.elf

文件修改路径:\modem\build_PRJ\DEFAULT\tst\database

文件命名规则:BPLGUInfoCustomAppSrcP_MT6582_S00_MOLY_WR8_W1315_MD_WG_MP_V15

26.5 模dem库替换编译

执行命令:./mk update-modem
编译步骤:

  • custgen
  • check modem
  • sign modem
  • update modem
  • 转载地址:http://hbyoz.baihongyu.com/

    你可能感兴趣的文章
    POJ 2892 Tunnel Warfare(树状数组+二分)
    查看>>
    poj 2965 The Pilots Brothers' refrigerator-1
    查看>>
    poj 3026( Borg Maze BFS + Prim)
    查看>>
    POJ 3041 - 最大二分匹配
    查看>>
    POJ 3041 Asteroids(二分匹配模板题)
    查看>>
    Qt笔记——标准文件对话框QFileDialog
    查看>>
    poj 3083 Children of the Candy Corn
    查看>>
    POJ 3083 Children of the Candy Corn 解题报告
    查看>>
    POJ 3253 Fence Repair C++ STL multiset 可解 (同51nod 1117 聪明的木匠)
    查看>>
    Qt笔记——控件总结
    查看>>
    poj 3262 Protecting the Flowers 贪心
    查看>>
    poj 3264(简单线段树)
    查看>>
    Qt笔记——布局管理三件套分割窗口、停靠窗口和堆栈窗口
    查看>>
    poj 3277 线段树
    查看>>
    POJ 3349 Snowflake Snow Snowflakes
    查看>>
    POJ 3411 DFS
    查看>>
    poj 3422 Kaka's Matrix Travels (费用流 + 拆点)
    查看>>
    Qt笔记——官方文档全局定义(二)Functions函数
    查看>>
    POJ 3468 A Simple Problem with Integers
    查看>>
    poj 3468 A Simple Problem with Integers 降维线段树
    查看>>