android MTK modem编译方法

1.在modem代码内

./make.sh [Project makefile name]  new


2.

build\[project]\DEFAULT\tst\database catcher_filter.bin catcher_filter.bin mediatek/custom/common/modem/[modem]/
(for dual talk project, place the extension MD image & catcher_filter.bin @mediatek/custom/common/modem/[modem]/ExtModem/)
BPLGUInfoXXXXXX
(please use the NEWEST version)
BPLGUInfoXXXXXX
build\[project]\DEFAULT\bin XXX_PCB01_XXX.elf XXX_PCB01_XXX.elf
DbgInfoXXXX DbgInfoXXXX
XXX_PCB01_XXX.bin  modem.img
(rename)
[Project].mak  modem.mak
(rename)
Notes:
(1) Please provide the modem database&ELF file with modem log for us by MTK eService. If you encounter the modem exception issue and nedd our support
(2) Please make sure that the modem ELF file and modem image must be generated(built) at the same time
即编译出来的各个modem镜像(有些需要改名,如上),拷贝到AP代码下



3.

 Configure modem in ALPS
Set  “CUSTOM_MODEM = [modem]” in “mediatek/config/[project]/ProjectConfig.mk”
重新new下AP即可


你可能感兴趣的:(android)