In order to provide clear instructions in the Wiki, is there anyway to identify bootloader version from the telnet session without having to connect the UART console to check the bootloop?
I mean, I just trying to write a text such as "use these commands if the bootloader of your device is 2021 or these other commands if the bootloader version is 2022. In order to check the bootloader version do ???".
Or do the commands below work for both bootloader versions?
fw_setenv boot_fw1 "run boot_rd_img;bootm"
fw_setenv flag_try_sys1_failed 8
fw_setenv flag_try_sys2_failed 8
fw_setenv flag_boot_rootfs 0
fw_setenv flag_boot_success 1
fw_setenv flag_last_success 1