efidroid / projectmanagement

EFIDroid Project Management
118 stars 12 forks source link

Building for mido (Redmi Note 4X msm8996) #178

Open slavekrouta opened 2 weeks ago

slavekrouta commented 2 weeks ago

I'm trying to build EFIDroid for my phone all day. But I'm still getting the

Processing /home/slavekrouta/efidroid/out/device/xiaomi/mido/lk_kernel/fdt_out/0.dtb
can't get chipinfo: 0
ERROR: Operation not permitted
make[1]: *** [out/build.mk:1029: lk_kernel] Error 255

error while trying to make lk. At this point, I have no idea what to do. The config I'm using The whole output from "make -dj4 lk > debuglog.txt" is here

feherneoh commented 2 weeks ago

You probably shouldn't bother with that config, seeing that with the second commit they actually broke it for no reason. I don't think I have my old configs for mido anymore, but I can confirm that it needs the msm8953 LK target, not the msm8996 one.

They even failed to set the correct DPI, seeing how they changed it to 501 instead of 401.

You are better off making your own config

bzy-080408 commented 1 week ago

Xiaomi mido should be msm8953 (?

feherneoh commented 1 week ago

Xiaomi mido should be msm8953 (?

Yes, mido is msm8953 (SD625)

slavekrouta commented 1 week ago

Oh, thank you. I don't know how did I not notice that 🤦‍♂️

bzy-080408 commented 1 week ago

Oh, thank you. I don't know how did I not notice that 🤦‍♂️

so can it be used on mido? I tried to port efidroid to Huawei Maimang5 (also msm8953) but it refuse d to boot.