This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Adeneo Wec7 boot: Unrecognized Board Version!



Hi,

I'm getting the following error when booting Adeneo WEC7 image for Beaglebone (V0.1.0): "Unrecognized Board Version!". After this message, I hear the USB unplugging sound from my host PC.

My board is a Rev. A6a. Does anyone know what is happening?

Thanks

  • Victor,

    Check the BSP code where it detects the board revision. Try to understand the logic behind its identification. Most likely it will be checking for some particular value specific for the AM335x EVM revision, and it might not be present in your beagle bone. If you can't change it comment it off or hardcode some board type and proceed further.

  • Hi Victor,

    The Kernel is checking the hardware revision at startup to match the hardware GPIO configuration. For now the BSP is supporting only haward up to Rev A3 (see PLATFORM / AM33X_BB_BSP / SRC / BSP_COMMON / BOARD_DETECT / board_detect.c).

    The support of the new hardware revision is on its way.

    Regards