You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you're flashing the device starting from stock OS, please firstly flash vbmeta image from any working custom ROM (Example: Official LineageOS builds). We do not enable AVB support here for smaller image sizes, for now.
If you're flashing the device starting from non mainline linux OS, please flash the appropriate dtbo image from dtbo-lk2nd.
The target only supports Xiaomi SDM439 devices with LM3697 backlight IC. KTD3137 backlight IC isn't supported in the kernel yet.
Almost all of the touchscreen variants aren't supported on in the kernel yet. You'll have to interact with the device in other ways.
Notes for mi8916 target
The target may boot only on Redmi 2 (wt88047) as of now.
The target uses SD card for /data mountpoint. Make sure to have a SD card with 2 GB size at minimum inserted.
Notes for tiare_mainline target
The device has recovery partition sized at 25 MB which is too small to hold recovery.img built from the target. To boot the recovery.img, flash the image to boot partition and continue with normal boot.
The target is 32-bit, which requires the following changes to be made in AOSP tree in order to boot:
On packages/modules/Connectivity/bpf/loader/NetBpfLoad.cpp, locate to the next line of the line containing [Arm] 64-bit userspace required on 6.2+ kernels (%d). (which should be return 1;), remove the line.
On system/netd/server/XfrmController.cpp, in function validateResponse, replace the return statement containing Error netlink message with return netdutils::status::ok;.