UEFI for Pine64 - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: PINE A64(+) (https://forum.pine64.org/forumdisplay.php?fid=4) +--- Forum: Pine A64 Projects, Ideas and Tutorials (https://forum.pine64.org/forumdisplay.php?fid=19) +--- Thread: UEFI for Pine64 (/showthread.php?tid=1337) |
RE: UEFI for Pine64 - z4v4l - 06-24-2018 Oh, I just came here to see my old topic and saw, the image had been broken (thanks to free image hostings!). fortunately it's easily recoverable, so I did it. And yet - wanted to say, that I didn't discard the project. Keep working on it. I even managed recently to run some code on a bare Pine64+, but it's not exactly UEFI yet, it's a temporary loader for my hobby OS, the one intended to work in a hostile uboot environment. this is its first steps. As you can see, it's a Pine64+ board and I loaded torpedo binary (the name, torpedo meets uboot, funny hah? ) through bootm command, pretending being linux. The last 5 lines on the screenshot is from it. it runs in the aarch64 execution state and everything it does, - prints the current EL. It's EL2 as seen. Btw, did you know, why saveenv command doesn't work? Saveenv can't save environment. Is it a known problem? |