From 3ab034074131e4a0f1e57cbbb0198df7008a799d Mon Sep 17 00:00:00 2001 From: Hector Palacios Date: Mon, 11 Oct 2021 11:36:00 +0200 Subject: [PATCH] u-boot: print what system is booting after update Signed-off-by: Hector Palacios --- .../recipes-bsp/u-boot/u-boot-dey/ccimx6qpsbc/boot.txt | 2 +- meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx6sbc/boot.txt | 2 +- .../recipes-bsp/u-boot/u-boot-dey/ccimx6ulsbc/boot.txt | 2 +- .../recipes-bsp/u-boot/u-boot-dey/ccimx6ulstarter/boot.txt | 2 +- .../recipes-bsp/u-boot/u-boot-dey/ccimx8mm-dvk/boot.txt | 2 +- .../recipes-bsp/u-boot/u-boot-dey/ccimx8mn-dvk/boot.txt | 2 +- .../recipes-bsp/u-boot/u-boot-dey/ccimx8x-sbc-express/boot.txt | 2 +- .../recipes-bsp/u-boot/u-boot-dey/ccimx8x-sbc-pro/boot.txt | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx6qpsbc/boot.txt b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx6qpsbc/boot.txt index f7f6cf7a8..063af73d2 100644 --- a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx6qpsbc/boot.txt +++ b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx6qpsbc/boot.txt @@ -10,7 +10,7 @@ # Dual boot update verification if test "${dualboot}" = "yes"; then if test "${upgrade_available}" = "1"; then - echo "Update detected; Booting new system (try ${bootcount})" + echo "Update detected; Booting new system in ${active_system} (try ${bootcount})" else if test "${active_system}" = "linux_a"; then echo "Booting from system A" diff --git a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx6sbc/boot.txt b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx6sbc/boot.txt index 4970fc7f0..5a9fde245 100644 --- a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx6sbc/boot.txt +++ b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx6sbc/boot.txt @@ -10,7 +10,7 @@ # Dual boot update verification if test "${dualboot}" = "yes"; then if test "${upgrade_available}" = "1"; then - echo "Update detected; Booting new system (try ${bootcount})" + echo "Update detected; Booting new system in ${active_system} (try ${bootcount})" else if test "${active_system}" = "linux_a"; then echo "Booting from system A" diff --git a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx6ulsbc/boot.txt b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx6ulsbc/boot.txt index aebfd6480..315f0da9b 100644 --- a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx6ulsbc/boot.txt +++ b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx6ulsbc/boot.txt @@ -10,7 +10,7 @@ # Dual boot update verification if test "${dualboot}" = "yes"; then if test "${upgrade_available}" = "1"; then - echo "Update detected; Booting new system (try ${bootcount})" + echo "Update detected; Booting new system in ${active_system} (try ${bootcount})" else if test "${active_system}" = "linux_a"; then echo "Booting from system A" diff --git a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx6ulstarter/boot.txt b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx6ulstarter/boot.txt index 0d779540d..703d7ecb8 100644 --- a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx6ulstarter/boot.txt +++ b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx6ulstarter/boot.txt @@ -10,7 +10,7 @@ # Dual boot update verification if test "${dualboot}" = "yes"; then if test "${upgrade_available}" = "1"; then - echo "Update detected; Booting new system (try ${bootcount})" + echo "Update detected; Booting new system in ${active_system} (try ${bootcount})" else if test "${active_system}" = "linux_a"; then echo "Booting from system A" diff --git a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx8mm-dvk/boot.txt b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx8mm-dvk/boot.txt index bf886ba02..980500b91 100644 --- a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx8mm-dvk/boot.txt +++ b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx8mm-dvk/boot.txt @@ -10,7 +10,7 @@ # Dual boot update verification if test "${dualboot}" = "yes"; then if test "${upgrade_available}" = "1"; then - echo "Update detected; Booting new system (try ${bootcount})" + echo "Update detected; Booting new system in ${active_system} (try ${bootcount})" else if test "${active_system}" = "linux_a"; then echo "Booting from system A" diff --git a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx8mn-dvk/boot.txt b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx8mn-dvk/boot.txt index 806ec894d..73cfc63e8 100644 --- a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx8mn-dvk/boot.txt +++ b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx8mn-dvk/boot.txt @@ -10,7 +10,7 @@ # Dual boot update verification if test "${dualboot}" = "yes"; then if test "${upgrade_available}" = "1"; then - echo "Update detected; Booting new system (try ${bootcount})" + echo "Update detected; Booting new system in ${active_system} (try ${bootcount})" else if test "${active_system}" = "linux_a"; then echo "Booting from system A" diff --git a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx8x-sbc-express/boot.txt b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx8x-sbc-express/boot.txt index 945da1eee..33992d7c9 100644 --- a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx8x-sbc-express/boot.txt +++ b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx8x-sbc-express/boot.txt @@ -10,7 +10,7 @@ # Dual boot update verification if test "${dualboot}" = "yes"; then if test "${upgrade_available}" = "1"; then - echo "Update detected; Booting new system (try ${bootcount})" + echo "Update detected; Booting new system in ${active_system} (try ${bootcount})" else if test "${active_system}" = "linux_a"; then echo "Booting from system A" diff --git a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx8x-sbc-pro/boot.txt b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx8x-sbc-pro/boot.txt index bffc67dad..840d7a098 100644 --- a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx8x-sbc-pro/boot.txt +++ b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx8x-sbc-pro/boot.txt @@ -10,7 +10,7 @@ # Dual boot update verification if test "${dualboot}" = "yes"; then if test "${upgrade_available}" = "1"; then - echo "Update detected; Booting new system (try ${bootcount})" + echo "Update detected; Booting new system in ${active_system} (try ${bootcount})" else if test "${active_system}" = "linux_a"; then echo "Booting from system A"