From 7c212358ed738a71bd9ed77eb79d16d5c43d1a68 Mon Sep 17 00:00:00 2001 From: CTCaer Date: Thu, 27 Nov 2025 12:30:51 +0200 Subject: [PATCH] hekate: show errors before parsing R2C --- bootloader/main.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bootloader/main.c b/bootloader/main.c index 9482db15..79d0b643 100644 --- a/bootloader/main.c +++ b/bootloader/main.c @@ -1534,13 +1534,13 @@ skip_lp0_minerva_config: display_backlight_pwm_init(); //display_backlight_brightness(h_cfg.backlight, 1000); + // Show exceptions, HOS errors, library errors and L4T kernel panics. + _show_errors(); + // Get R2C config from RTC. if (h_cfg.t210b01) _r2c_get_config_t210b01(); - // Show exceptions, HOS errors, library errors and L4T kernel panics. - _show_errors(); - // Load saved configuration and auto boot if enabled. if (!(h_cfg.errors & ERR_SD_BOOT_EN)) {