[tegra / grate] extend automatic kernel updates to work on devices without PARTLABEL available
Currently blocker for tegra
devices:
- PARTLABEL isn't available here
So, possibility would be to allow "risky" search through all partitions, where detecting content of each partition and when reaching
Android bootimg, kernel (0x10008000), ramdisk (0x11000000), page size: 2048
with file -b /dev/mmc*
, using THIS if only one of these is found and offsets matches.
This should be final step, when everything else fails.