cmd: avb: Support A/B slots
[oweals/u-boot.git] / doc / android / avb2.txt
index a29cee1b6f50982dbef2c66da9136db7a05b6dfd..48e9297c75bfb78460753fc07c9cee59ee2b73a5 100644 (file)
@@ -95,6 +95,10 @@ e.g.:
        mmc read ${loadaddr} ${boot_start} ${boot_size}; \
        bootm $loadaddr $loadaddr $fdtaddr;              \
 
+If partitions you want to verify are slotted (have A/B suffixes), then current
+slot suffix should be passed to 'avb verify' sub-command, e.g.:
+
+=> avb verify _a
 
 To switch on automatic generation of vbmeta partition in AOSP build, add these
 lines to device configuration mk file: