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.

BOOT BeagleBone via SPI0 - missing SourceCode and Documentation for STARTERWARE platform.lib

Hey Community,

I want to boot my BeagleBone Board via SPI0 on the Expansion header. I am using the AM335X_StarterWare_02_00_00_07. As the BBB does not feature the SPI as a example, I am using the mcspiFlash.c and the mcSPI.c from the evmAM335x folder structure in my recompiled \beaglebone\platform.lib. However, the functions McSPIPinMuxSetup() and McSPI0CSPinMuxSetup() are not included there and also there is no source code availabe in the Starterware package and also the Starterware User Guide doesn't identify the initialization steps I need to perform in exchange of these functions.

So I am a little bit stuck on how to proceed with doing a proper initialization. I would really appreciate your help. Klaus