Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Moto E 2015 (surnia) porting issues #161

Open
MLXProjects opened this issue Apr 12, 2021 · 1 comment
Open

Moto E 2015 (surnia) porting issues #161

MLXProjects opened this issue Apr 12, 2021 · 1 comment

Comments

@MLXProjects
Copy link

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
Copy link

did you find any fix for it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants