KernelSU
KernelSU copied to clipboard
MicroSD does not work
Describe the bug MicroSD does not work with prebuilt KernelSU Images
To Reproduce Steps to reproduce the behavior:
- Download appropriate boot image from releases (android12-5.10.136_2022-11-boot.img for ref)
- Install it
Expected behavior It should work just like stock kernel.
Screenshots
Smartphone:
- Device: Samsung Galaxy A33
- OS: OneUI 5.1
- Version: 13
Additional context I don't know why this even happens, but the microSD card just stops working when I flash the prebuilt KernelSU image from releases. (Kernel 5.10) KernelSU_bugreport_2023-06-29_19_58.tar.gz
Same issue here
Samsung has it's own proprietary drivers to handle the FAT file system (sdFAT), that's probably the reason external SD is not working, Google's common kernel tree does not have these drivers. I'm quite surprised a GKI kernel actually booted in a Samsung device considering the amount of stuff they put in their shipped kernels.
@BlackMesa123 Ah, Sad... I will have to build the kernel on my own for every release, I guess lol...