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.

AM263P4: How to generate proper SBL for the ZCZ-F devices

Part Number: AM263P4
Other Parts Discussed in Thread: SYSCONFIG

Hello Team,

on AM263P4 device I tried to run prebuilt sbl and applicaiton, but it fails with the message below.

ERROR: Flash_norOspiOpen:1314: Flash_norOspiOpen : PHY enabling fail ed!!! Continuing without PHY... ERROR: Board_flashOpen:205: FLASH open failed for instance 0 !!! ASSERT: 0.27679s: ../main.c:main:111: status == SystemP_SUCCESS failed !!!

 

example code is based on IS25LX256 external but ZCZ-F device has IS25LX064. i think this difference and pinmap difference makes this issue. could you guide me how to build the SBL that works on the ZCZ-F?

now i'm using sbl_ospi_multicore_elf_am263px-lp_r5fss0-0_nortos_ti-arm-clang

Regards,

Ted

  • Hello Team,

    I changed sysconfig settings as below

    and changed device package to ZCZ-F

    Then OSPI gpios will show error, just suppressed it.

    and added an EEPROM

    and in project properties changed the package

    Then it works okay.

    hope this helps