Skip to content

Commit

Permalink
tegrademo-mender: Use cboot by default for TX2
Browse files Browse the repository at this point in the history
When using TX2, use cboot as default bootloader, since this avoids the
additional complexity of u-boot partition mismatch and mender commit.

See discussion at [1].

OE4T/meta-mender-community#8 (comment)

Signed-off-by: Dan Walkes <danwalkes@trellis-logic.com>
  • Loading branch information
dwalkes committed Jan 7, 2021
1 parent 71e3aaa commit 4a93453
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions layers/meta-tegrademo/conf/distro/tegrademo-mender.conf
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,5 @@ MENDER_STORAGE_TOTAL_SIZE_MB ?= "${@tegra_mender_calc_total_size(d) - int(d.getV
SYSTEMD_DEFAULT_TARGET = "finished-booting.target"

IMAGE_INSTALL_append_tegra = " tegra-eeprom-tool i2c-tools tegra-bup-payload"

PREFERRED_PROVIDER_virtual/bootloader_tegra186 = "cboot-t18x"

0 comments on commit 4a93453

Please sign in to comment.