diff options
author | Ryan Eatmon <reatmon@ti.com> | 2023-05-11 14:52:08 -0500 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2023-05-11 14:52:08 -0500 |
commit | 3d8ddbdf8709aebc1ea7499a5cfac9e6401d9c2b (patch) | |
tree | 4fe5bd7a88bb903377efea508ae0f7e5efb7ab20 /meta-ti-bsp/conf/machine/include/am62xx.inc | |
parent | 0f22b0c8a0ba5fd0b72df9cd3f65756a2f30cb5b (diff) | |
download | meta-ti-3d8ddbdf8709aebc1ea7499a5cfac9e6401d9c2b.tar.gz |
conf: machine: Add extra tiboot3.bin version that matches default
When creating the boot partition we copy all of the images for the
different board types (gp, hs-fs, hs-se), but one of those we consider
to be a default. That default is not copied with the longer name, but
rather with the tiboot3.bin name.
The issue comes when someone wants to boot with a different bin file.
They need to copy the approriate longer named .bin file to tiboot3.bin.
But then the original name of what tiboot3.bin is lost unless the use
backs it up.
This patch just additionally copies that longer named bin file so that
anyone who wants to look at the boot partiion and decide to boot for a
different board can know which file to copy to tiboot3.bin and does not
need to worry about making a backup.
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/conf/machine/include/am62xx.inc')
-rw-r--r-- | meta-ti-bsp/conf/machine/include/am62xx.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/include/am62xx.inc b/meta-ti-bsp/conf/machine/include/am62xx.inc index c1e0ed0c..c98da5f5 100644 --- a/meta-ti-bsp/conf/machine/include/am62xx.inc +++ b/meta-ti-bsp/conf/machine/include/am62xx.inc | |||
@@ -8,6 +8,7 @@ PREFERRED_PROVIDER_virtual/gpudriver ?= "ti-img-rogue-driver" | |||
8 | 8 | ||
9 | # Default tiboot3.bin on AM62x is for HS-FS | 9 | # Default tiboot3.bin on AM62x is for HS-FS |
10 | BBMULTICONFIG = "k3r5-hs-fs" | 10 | BBMULTICONFIG = "k3r5-hs-fs" |
11 | IMAGE_BOOT_FILES += "tiboot3-am62x-hs-fs-evm.bin" | ||
11 | do_image_complete[mcdepends] = "mc::k3r5-hs-fs:ti-sci-fw:do_deploy" | 12 | do_image_complete[mcdepends] = "mc::k3r5-hs-fs:ti-sci-fw:do_deploy" |
12 | 13 | ||
13 | # Since default tiboot3.bin on AM62x is for HS-FS, add a version for GP | 14 | # Since default tiboot3.bin on AM62x is for HS-FS, add a version for GP |