Signed-off-by: Denys Dmytriyenko <[email protected]> --- meta-arago-distro/conf/distro/arago.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago-distro/conf/distro/arago.conf index 770683b..6da292c 100644 --- a/meta-arago-distro/conf/distro/arago.conf +++ b/meta-arago-distro/conf/distro/arago.conf @@ -128,7 +128,9 @@ PACKAGECONFIG_append_pn-open62541 = " encrypt" # Configure RAMFS for jailhouse linux-demo JH_RAMFS_IMAGE = "arago-tiny-image" -EXTRA_IMAGEDEPENDS_append_k3 += " u-boot-k3-r5 ti-sci-fw" +# K3 devices also requre R5 SPL and SYSFW to boot +EXTRA_IMAGEDEPENDS_append_k3 = " u-boot-k3-r5 ti-sci-fw" +IMAGE_BOOT_FILES_append_k3 = " tiboot3.bin sysfw.itb" # Enable UI and scripting for perf PERF_FEATURES_ENABLE ?= "perf-scripting perf-tui" -- 2.7.4 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
