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-J7200: load the elf file into the controller in window in no boot

Part Number: PROCESSOR-SDK-J7200

Our operating environment is windows

When there is boot, download the three files in the picture below to the SD card. Through the SD card, we can load our elf file into the controller.

In no boot, guided by launch.js as shown in the figure below, the elf file cannot be loaded into the controller

and the error log information is shown in the figure below

Are different boot images related to the loading of elf in the case of boot and no boot?

How to load the elf file into the controller in on boot?

thank you!

  • We have received your questions and feedback, and expect to respond within 24 hours. Thank you.

  • If you are taking binaries from SDK, then TI follows below naming conventions:

    1. binaries with .appimage extension will go to SD card.

    2. binaries with .xer5f are used for mcu core with no boot through CCS.

    For loading binary in no boot, please follow the procedure mentioned in this document.

    Also, please refer following threads for similar query:

    1.  https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1029734/j721exsomxevm-prsc-module-failed-to-write-to-a-router-register-after-loading-r5-main-core

    2. https://e2e.ti.com/support/processors-group/processors---internal/f/processors---internal-forum/1033807/dra821u-running-mcu1_0-after-launch-script-leads-to-error - see the video here.

    You can refer to the thread engineer's response, and feel free to reach out at anytime(https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1035630/processor-sdk-j7200-how-to-load-the-elf-file-into-the-controller-in-window-in-no-boot).

  • 1. Is there any difference between elf file and xer5f file? Can elf file replace xer5f file?

    2. The second video link can’t be viewed, can you resend one?

    thank you

  • We have received your question and fed it back to the engineer, and expect to response within 24 hours.

    Please refer to the English forum engineer's response:

    e2e.ti.com/.../processor-sdk-j7200-how-to-load-the-elf-file-into-the-controller-in-window-in-no-boot

  • 1. Is there any difference between elf file and xer5f file? Can elf file replace xer5f file?

    Both are same.

    2. The second video link can’t be viewed, can you resend one?

     

    Please check the video below:

    Fullscreen
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    /*
    * Copyright (c) 2018-2019, Texas Instruments Incorporated
    * All rights reserved.
    *
    * Redistribution and use in source and binary forms, with or without
    * modification, are permitted provided that the following conditions
    * are met:
    *
    * * Redistributions of source code must retain the above copyright
    * notice, this list of conditions and the following disclaimer.
    *
    * * Redistributions in binary form must reproduce the above copyright
    * notice, this list of conditions and the following disclaimer in the
    * documentation and/or other materials provided with the distribution.
    *
    * * Neither the name of Texas Instruments Incorporated nor the names of
    * its contributors may be used to endorse or promote products derived
    * from this software without specific prior written permission.
    *
    * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
    * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

    Hope the info below could help you. If you still have other problem, please feel free to reach me out at any time.