TinkerBoard / android-7.1.2_kernel

Android Kernel source for Tinker Board
Other
13 stars 10 forks source link

No SIM Card #11

Closed sobrinho closed 5 years ago

sobrinho commented 5 years ago

Hi there,

Compiling from the source I see a warning of no SIM card while the released image on the Asus site doesn't have it.

Probably something is missing from the repo?

img_4717 img_4718

jamess-huang commented 5 years ago

Dear, sobrinho That's the function we test on develop branch. We are not sure if it works or not and we will disable this function in the future release. You can ignore this or If you want to download the code base which is mapping to the current release, you can run the below command.

$ repo init -u https://git@bitbucket.org/TinkerBoard_Android/manifest.git -b sbc/tinkerboard/asus/Android-7.1.2 $ repo sync -d

switch to the released code base

$ repo init -m android_20180817_v14.1.2.50.xml

repo sync the code base again

$ repo sync -d --no-tags

sobrinho commented 5 years ago

Thanks!