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: Inquiry Regarding AM263P-SIP and AM263P Differences

Part Number: AM263P4
Other Parts Discussed in Thread: UNIFLASH, SYSCONFIG

Tool/software:

Hi experts,

I am currently using the AM263P-SIP CC to run the following command:
python uart_uniflash.py -p COM40 --cfg=sbl_prebuilt/am263px-cc/default_sbl_null.cfg.

However, I noticed that the process stops at the point shown in the attached image.

I am wondering if there are any differences between the AM263P and AM263P-SIP that could be causing this issue.

  • Hi Rijohn

    Thanks for you kindly reply, I have addressed this issue. But for #4, I met some trouble, cause my ccs version 1280 and some file only support 1281(example. imports.mak), by following the steps, I cannot use gmake -s examples PROFILE=release to build all example. So my method is to use CCS import projects individually build to output sbl_null and sbl_uart_uniflash. But I think this way is to waste time, because there are lots of boot examples. Could you please give me instructions/command line how to build all examples to release latest files 

  • Hi Lawrence,

    Thank you for the reply. So I believe initial query is resolved.

    mcu_plus_sdk_am263px_10_02_00_15 will usually pick the ccs version mentioned in imports.mak file. And usually TI recommend using that version of CCS that is mentioned in imports.mak file of the sdk.

    But you could try changing that is version in import.mak file: Search for ccs1281 in import.mak and replace it with ccs1280 

    Thanks & Regards,
    Rijohn

  • Hi Lawrence,

    Thank you for the query

    One primary difference between AM263P (non - SIP) and AM263P-SIP packages is the pinmux. Basically boot pins that is used in SIP package AM263P_ZCZ_F is different from Non-SIP. Hence you will need to run a SIP migration script before  running SIP examples.

    Please follow the steps provided in this page for Migrating examples from package to package in AM263PX

    1. cd to C:\ti\mcu_plus_sdk_am263px_10_02_00_15>
    2. Install yargs@16 using npm install yargs@16
    3. Then do the migartion for sbl_null and sbl_uart_uniflash examples.
    4. Build these examples after migration using gmake
    5. Update the path in the default_sbl_nuill.cfg
    6. Flash the image

    NOTE: If you are using only AM263P_SIP board for development then it is recommended to do the complete migration so that all the examples/Sysconfig would be migrated. 


    Thanks & Regards,
    Rijohn

  • Hi Lawrence,

    We wanted to verify that your issue has been properly addressed. If so, please select the "This Resolved my Issue" button to close the thread.

    Thanks & Regards,
    Rijohn