博客
关于我
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/

    你可能感兴趣的文章
    Oracle静默安装
    查看>>
    Oracle面试题:Oracle中truncate和delete的区别
    查看>>
    ThreadLocal线程内部存储类
    查看>>
    thinkphp 常用SQL执行语句总结
    查看>>
    Oracle:ORA-00911: 无效字符
    查看>>
    Text-to-Image with Diffusion models的巅峰之作:深入解读 DALL·E 2
    查看>>
    TCP基本入门-简单认识一下什么是TCP
    查看>>
    tableviewcell 中使用autolayout自适应高度
    查看>>
    Orcale表被锁
    查看>>
    svn访问报错500
    查看>>
    org.apache.ibatis.exceptions.TooManyResultsException: Expected one result (or null) to be returned
    查看>>
    org.apache.ibatis.type.TypeException: Could not resolve type alias 'xxxx'异常
    查看>>
    org.apache.poi.hssf.util.Region
    查看>>
    org.apache.xmlbeans.XmlOptions.setEntityExpansionLimit(I)Lorg/apache/xmlbeans/XmlOptions;
    查看>>
    org.apache.zookeeper.KeeperException$ConnectionLossException: KeeperErrorCode = ConnectionLoss for /
    查看>>
    org.hibernate.HibernateException: Unable to get the default Bean Validation factory
    查看>>
    org.hibernate.ObjectNotFoundException: No row with the given identifier exists:
    查看>>
    org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
    查看>>
    org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
    查看>>
    org.springframework.web.multipart.MaxUploadSizeExceededException: Maximum upload size exceeded
    查看>>