-
Notifications
You must be signed in to change notification settings - Fork 88
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
bootefi hello
failed: "Synchronous Abort" handler, esr 0x96000010
#12
Comments
The legend says:
So I'd assume The above comment is not from Rockchip, but community speculation based on publicly available source code. As said above Rockchip is working on a EDK2 implementation for UEFI boot though. |
This seems to work fine on rockpro64-rk3399 Perhaps the bug was fixed, or this is specific to rk3388 ? |
I think this is specific to RK3588. However, we are closely following upstream U-Boot development, and we are looking to use that for our RK3588 based products later on. Upstream U-Boot should not have this issue. |
You are right. With upstream: => bootefi hello How far away is your downstream tree from upstream? |
Further than a galaxy far, far away. Once upstream U-Boot is good for our use case we will fully switch to it instead of backporting parts of it to Rockchip U-Boot. |
I enabled
CMD_BOOTEFI
in u-boot config:build and write the u-boot into sdcard:
try to boot efi with command
bootefi hello
:ERROR occurs, and the u-boot cannot boot efi.
Any idea how to solve the problem?
The text was updated successfully, but these errors were encountered: