Search code examples
androidandroid-sourcequalcomm

Flashing Qualcomm AOSP Images error: Checking product... FAILED


I have successfully build images for Qualcomm Snapdragon 845 board using Qualcomm chipcode.

Now I am trying to flash those images using on Intrinsyc OpenQ845 board using fastboot flashall -w command. But I am getting error:

Checking product...

FAILED

Device Product is 'Open-Q_845'

Update requires 'sdm845'

Any idea what I might be doing wrong or workaround to do this. This board had preinstalled Android 9 in them.


Solution

  • It turns out that we need to flash all images individually so flashall wont work, hope it help somebody. Alternatively you can use Jflash to flash your images which works better.