However, developers and power users occasionally encounter a cryptic and frustrating error:
in your build system to catch undefined variables early. -bootloader- slot-suffixes not found
Using a Suzy-Q cable (debug cable), we accessed the bootloader console. The gpt command showed that the KERN-A and KERN-B partitions were present, but the MISC partition contained all zeros. However, developers and power users occasionally encounter a
grep -r "slot-suffixes not found" out/build.log grep -r "slot-suffixes not found" out/build
Providing a bit more detail about the device or software you're using will help me give you a specific fix. Polymer.Paper.Input - elm-polymer 1.0.7 - Elm Packages
To fix the error, you must first understand why it exists. The keyword here is .
| Environment | Build System | Manifestation | |-------------|--------------|----------------| | AOSP 12+ with A/B partitions | Soong + Make | build/make/core/Makefile referencing BOARD_BOOTLOADER_SLOT_SUFFIXES | | Yocto Project (U-Boot) | BitBake | Variable expansion in uboot-config.bbclass | | Custom flashing script (shell) | Bash | for slot in $bootloader_slot_suffixes; do fastboot flash bootloader$slot ... with empty list | | NXP i.MX / Qualcomm devices | Python flash tool | Parsing partition.xml with malformed slot suffix attribute |