From 3714288f7aa7182c3e60993b967343cdea968476 Mon Sep 17 00:00:00 2001 From: William Wilgus Date: Wed, 3 Apr 2024 15:57:06 -0400 Subject: add bootpath to bootdata debug menu show the full path to the currently booted firmware Change-Id: I9c0b4335ef410a0a5132f1097a29368306497206 --- apps/debug_menu.c | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/debug_menu.c b/apps/debug_menu.c index c0f6904c8e..245cd38627 100644 --- a/apps/debug_menu.c +++ b/apps/debug_menu.c @@ -2557,6 +2557,7 @@ static bool dbg_boot_data(void) simplelist_addline("Boot drive: %d", (int)boot_data.boot_drive); simplelist_addline("Boot partition: %d", (int)boot_data.boot_partition); } + simplelist_addline("Boot path: %s%s/%s", root_realpath(), BOOTDIR, BOOTFILE); } simplelist_addline("Bootdata RAW:"); -- cgit v1.2.3