Skip to content
Discussion options

You must be logged in to vote

You can add an overlay with the "DefaultBootPriority" UEFI Variable set and then append that overlay to the list of overlays to be applied on boot with the TEGRA_BOOTCONTROL_OVERLAYS variable in your machine conf. You can use the following as an example in a dtso file and then run dtc -I dts -o dtb -o boot_priority.dtbo boot_priority.dtso. I do this work in a bbappend file for edk2-firmware-tegra in my layer.

/dts-v1/;

/ {
        overlay-name = "Boot Priority Settings";

        fragment@0 {
                target-path = "/";

                board_config {
                        sw-modules = "uefi";
                };

                __overlay__ {
                        firmware {
 …

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@isaacporras
Comment options

Answer selected by isaacporras
Comment options

You must be logged in to vote
2 replies
@sarahn
Comment options

@dwalkes
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants