AM263P4: SDL/SBL builds

Part Number: AM263P4
Other Parts Discussed in Thread: LP-AM263P

I am using the LP-AM263P development board.

If I use the pre-built SBL from examples/drivers/boot/sbl_ospi_multicore_elf and load that to SPI FLASH along with a CCS build of examples/sdl/integrated_examples as the application it all works fine, I see the boot loader load the app code and execute the SDL tests - all pass correctly.

However if I rebuild the boot loader by importing that project into CCS - no changes made - I do not get the application running at all.

Do you have any guidance as to why this is happening as it impacts our own boot loader development.

Regards

Neil

  • Hi Neil,

    1. When you import the project in CCS, can you please check the project properties and make sure that the SDK, Compiler and Syscfg versions match exactly the same as the one's mentioned in the imports.mak file in the SDK, to be sure both the SDK and the CCS builds are using the exact same toolchain.

    2. Do you face this issue just with the SDL examples or any other SDK example as well (you can just try out hello world for reference)

    3. Can you share the details of SDK version, CCS version, Compiler version and the Syscfg version you are using?

    Regards,
    Shaunak

  • Hi Shaunak,

    Thanks - it was a combination of SDK and toolchain versions that caused the runtime issue.

    I have now built the SBL & SDL example using the latest CCS and SDK versions and it runs for me.

    Regards

    Neil