Skip to content

rsuntkOrgs/mtk_connectivity_module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mediatek external kernel modules

Note

Imported from SM-A055F/Platform.tar.gz/vendor/mediatek/kernel_modules/connectivity

Supported platform: MT6765 and MT6768 (adding more platform support in the future)

Warning

This driver is intended only for 4.19.x. Not for 4.14.x or below. for 4.14.x, check staging-4.14

Mediatek required configurations

Note

Make sure to enable this in your device defconfig!

CONFIG_MTK_COMBO_BT=y
CONFIG_MTK_COMBO_WIFI=y
CONFIG_MTK_COMBO_GPS=y
CONFIG_MTK_GPS_SUPPORT=y
CONFIG_MTK_FMRADIO=y

Build configurations

CONFIG_DRV_BUILD_IN=y

Bootloop issue

Bootloop can caused by insmod /vendor/lib/modules/*.ko conflicting with drivers inline. Remove /vendor/lib/modules/*.ko can solve it.

Workaround

  • A03s and A12 workaround:
export TARGET_PRODUCT=a12

or

export TARGET_PRODUCT=a03s

About

Mediatek external connectivity module but inline!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages