efidroid / projectmanagement

EFIDroid Project Management
118 stars 12 forks source link

Moto E 2015 (surnia) porting issues #161

Open MLXProjects opened 3 years ago

MLXProjects commented 3 years ago

After successfully building and booting nouefi-lk, the finalize_device script throws "Can't find all the needed information".
Digging through the script code, noticed that highestaddr was -1 (not changed). Tried to manually find it, and on the ram ptable noticed that there is only one sdram with type sys, when it seems that they need to be two (like on condor or thea). As the script skips the first line, I've tried using it's value (not skipping it). The script succeeded and uefi built nicely, but at booting it was stuck on splash (most surely because the value is invalid or something. RAM ptable:

ID  Address                                   Size  Attr    Cat Domain  Type    Parts
0:  0x0000000080000000-0x00000000c0000000      1GB  rw  sdram   default sys 8
1:  0x0000000000200000-0x0000000000220000    128kB  rw  iram    default sys 0
2:  0x0000000008600000-0x0000000008604000     16kB  rw  imem    default sys 0
3:  0x0000000086700000-0x00000000867e0000    896kB  rw  sdram   default boot1   0
sonic011gamer commented 3 years ago

did you find any fix for it?