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.

PROCESSOR-SDK-J784S4: Problems while building SBL from SDK specifying the <bootmedia> argument

Part Number: PROCESSOR-SDK-J784S4

Tool/software:

Hello TI,

I have an Ubuntu Linux machine 20.04 and the SDK-RTOS_10_00_00_05 with the preconditions already setted, i was already able to build the whole SDK from the sdk_builder folder.

The problem is when i try to build an image only for SBL with a specific bootmedia specified, for example running the following command:

"make BOARD=j784s4_evm CORE=mcu1_0 sbl_mmcsd_img DISABLE_RECURSE_DEPS=no -sj6"

Gives me an error of gcc-arm compiler not found (see image below)...

So i have the following questions i hope you can help me with:

1-I suppose the bootmedia has some dependencies with the gcc-arm compiler, am i right? (i didnt see this error when compiled the whole SDK)

2-Which version of the gcc-arm compiler i should install with my current setup mentioned above and what is the correct process to do it?

3-Could you give me a simple example command to try to build only a specific SBL image from the whole SDK with a specific bootmedia and tell me from which path i shall run it? (i checked the documentation and the help but seems like is not updated)

Please let me know if any additional steps are required.

Thanks!