How do I update the bootloader for the evk_8mm when using A/B update in the Android 9 Pie update_engine?
I installed the Android P9.0.0_2.3.0 demo image on the evk_8mm, then built an OTA package that included updates to the u-boot and linux kernel device trees, published my payload.bin on my OTA server and then applied it using the command line "update_engine_client". On reboot, my linux kernel modifications were observed, but my u-boot modifications were not.
If I apply the same build to the evk_8mm using uuu, my u-boot modifications are observed.
What am I missing?