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)) {