efidroid / projectmanagement

EFIDroid Project Management
118 stars 12 forks source link

"FAILED (remote: dtb not found)" for OnePlus 3 #91

Open PeregrineZ opened 7 years ago

PeregrineZ commented 7 years ago

Hello,

I'm trying to port EfiDroid for the OnePlus 3, but when I try to boot from the NOUEFI lk.img, I get this error:

< waiting for device > downloading 'boot.img'... OKAY [ 0.065s] booting... FAILED (remote: dtb not found) finished. total time: 0.449s

When I try to boot from lk_origdtb.img, it says everything was okay, but there's just a blank screen on my phone.

Should I try building as aarch64, then booting from lk_origdtb.img, or will that not help?

EDIT: When I try fastboot devices while booting from lk_origdtb.img, my phone doesn't show up.

M1cha commented 7 years ago

you can neither build as arm64 nor does lk support this - it's normal to run in 32bit mode. you have an MSM8996 which we couldn't get to boot yet for some reason. see: #89

PeregrineZ commented 7 years ago

Alright, I'll watch that thread,

Thanks for the quick response!