kernel_xiaomi_sm7250 icon indicating copy to clipboard operation
kernel_xiaomi_sm7250 copied to clipboard

Rebased kernel for Redmi K30 5G ( picasso ) | WIP

Results 6 kernel_xiaomi_sm7250 issues
Sort by recently updated
recently updated
newest added

System:cdroid 9.15 android13 内核中的894000.qcom,qup_uart导致的 ![微信图片_20240412171323](https://github.com/EndCredits/kernel_xiaomi_sm7250/assets/42379289/fb92ddfa-697b-4214-bc7f-b09477eb9165)

我测试了下,用k30 5g的配置文件编译可以正常编译,但是使用小米10青春版(vangogh)的配置文件不能正常编译。

Run cd kernel_xiaomi_sm7250 cd kernel_xiaomi_sm7[2](https://github.com/dreamingsheng/Action_temp/actions/runs/10418100394/job/28853595422#step:9:2)50 # Export necessary environment variables for the Android Clang toolchain export PATH="/opt/clang/bin:$PATH" # CROSS_COMPILE points to the prefix of the GNU binutils tools export CROSS_COMPILE=aarch64-linux-gnu-...

我在Ubuntu18.0.4上采用高通的LLVMforARM(版本10.0.7)加谷歌的gcc4.9没有编译成功。官方picasso-q-oss能编译成功但是添加wlan,audio还是不工作,所以找到了这个内核。