Skip to content
Discussion options

You must be logged in to vote

Solved

The cause of the problem is because I defined my own DTS overlay, changing the value of the L4TDefaultBootMode UEFI variable from [01 00 00 00] (ExtLinux) to [02 00 00 00] (Kernel partitions). I selected my overlay file with this:

TEGRA_BOOTCONTROL_OVERLAYS += "my_bootconfig.dtbo"

But the default configuration (L4TConfiguration.dtbo) is defined in tegra-common.inc, using a ?= default assignment. So my "+=" expression clobbered it, eliminating values for all the other variables in the file. I'm actually kind of lucky the device booted at all.

There are two possible fixes:

  • Copy the entire contents of L4TConfiguration.dts into my overlay, then change my assignment from a += to a =.
  • C…

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@Shamino0
Comment options

@madisongh
Comment options

@Shamino0
Comment options

@Shamino0
Comment options

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