-
-
Notifications
You must be signed in to change notification settings - Fork 502
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- ROCK 5B | Added an option in dietpi-software "Advanced Option" to flash the SPI bootloader, which enables NVMe boot for DietPi images.
- Loading branch information
Showing
2 changed files
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
81121d4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Interesting, as I already flashed a bootloader some time ago that can do NVMe, but sadly I cant remember where I got it from (It was for sure not from Radxa)...
DId you take a look at this btw: https://github.com/edk2-porting/edk2-rk3588
81121d4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure there are other bootloaders which support NVMe, but the one from Armbian we ship does as well. So it makes sense to allow flashing that one, which is already installed anyway.
Due to lack of time, and since I do not see any benefits, we won't look into UEFI for ARM SBCs for now. Also note that they still use U-Boot as SPL, so it is U-Boot which then looks for and in case boots the UEFI as next bootloader stage. However, regular (mainline) U-Boot is well established, supported and allows a lot of well known configuration ways, notably boot scripts and extlinux, and can even start EFI binaries from within the U-Boot shell, if for some reason this is really wanted.
81121d4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fair enough, thx for the detailed answer...