Backup the current u-boot: (md5 checked against original u-boot.bin file match)
the count value my be different on yours
dd if=/dev/mmcblk0 of=/tmp/installed_uboot.bin skip=97 count=1376
And check it's version :
strings /tmp/installed_uboot.bin | grep "U-Boot 20"
Indeed if you have a 2019.xx version you are ok apparently
Recommended Posts
Posted by Elclaudio,
Reputation Points
Go to this post