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.

LP-AM243: MCU bring up

Part Number: LP-AM243
Other Parts Discussed in Thread: AM6442, UNIFLASH

Hi all TI expert,

I have a problem on LP-243 bring up, 

I followed the document step, try to bring up the develop board, link like below,

https://software-dl.ti.com/mcu-plus-sdk/esd/AM243X/latest/exports/docs/api_guide_am243x/SDK_DOWNLOAD_PAGE.html

my environment:

Platform: Windows

SDK: mcu_plus_sdk_am243x_09_00_00_30

In the dfu-util step, I got problem, my dfu-util version is dfu-util 0.8

then in 

Steps to install windows generic USB drivers.

In the zadig, even I list all device in the Options, I can't found the AM64x DFU this device,

I also found another topic discuss about  the AM6442 dfu issue.

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1249619/tmds64evm-am6442-dfu-util-issue/4734699?tisearch=e2e-sitesearch&keymatch=AM243x%20DFU#4734699

In this case, into SDK folder, /tools/boot/usb_dfu_uniflash.py, use python to execute this file,

use the command like below, 

python usb_dfu_uniflash.py --cfg=sbl_prebuilt\am64x-evm\default_dfu_ospi.cfg

Because we used different develop board, so made some change, the correct command like below,

python usb_dfu_uniflash.py --cfg=sbl_prebuilt\am243x-lp\default_dfu_ospi.cfg

File not found, then I found in the default_dfu_ospi.cfg file, 31 lines, indicate to a not exist file, 

ipc_notify_echo_system.release.appimage_xip
this file not exist in the SDK folder, 
How could I go to next step?