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.

BEAGLEY-AI: PROCESSOR-SDK-AM67A Default Image not booting on BeagleY-AI

Part Number: BEAGLEY-AI
Other Parts Discussed in Thread: PROCESSOR-SDK-AM67A, AM67A, , ALP

Tool/software: PROCESSOR-SDK-AM67A

This is a beginner question: Should I understand that AM67A SDK and its dafult image will not work on BeagleY-AI? I thought I could use that SDK since board has AM67A processor. I follow Processor SDK Linux Software Developer’s Guide for AM67A.

I burned the EdgeAi image named tisdk-edgeai-image-j722s-evm.wic.xz to SD Card, but the board didn't boot with that image. The LED on board that should blink to indicate booting remains fixed as red. The Debian image provided by BeagleBoard opens without any problems by following the same steps.

Am I unable to boot because the board is not supported? And I won't be able to use the SDK?

  • Hi Alp,

    The reason why it won't boot is that the binaries for booting are compiled for the EVM hardware. You will need to either take the binaries from a BeagleY image and replace them or rebuild the binaries.

    You will also need to replace the device tree.

    Best,
    Jared