请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
器件型号:TMDS243GPEVM
大家好、
我正在尝试 刷写 以太网/IP 适配器示例 并得到以下错误:

[INFO] Parsing config file ... SUCCESS. Found 3 command(s) !!! [INFO] Executing command 1 of 3 ... [INFO] Found flash writer ... sending K:/Pool/decicher/ti/mcu_plus_sdk_am243x_08_03_00_18/tools/boot/sbl_prebuilt/am243x-lp/sbl_uart.release.tiimage [INFO] Sent flashwriter K:/Pool/decicher/ti/mcu_plus_sdk_am243x_08_03_00_18/tools/boot/sbl_prebuilt/am243x-lp/sbl_uart.release.tiimage of size 257820 bytes in 26.14s. [INFO] Executing command 2 of 3 ... [INFO] Command arguments : --file=K:/Pool/decicher/ti/mcu_plus_sdk_am243x_08_03_00_18/tools/boot/sbl_prebuilt/am243x-lp/sbl_ospi.release.tiimage --operation=flash --flash-offset=0x0000 Sent K:/Pool/decicher/ti/mcu_plus_sdk_am243x_08_03_00_18/tools/boot/sbl_prebuilt/am243x-lp/sbl_ospi.release.tiimage of size 297589 bytes in 31.21s. [ERROR] Incorrect magic number in Response Header !!! [INFO] Executing command 3 of 3 ... [INFO] Command arguments : --file=C:/Users/decicher/workspace_v12/ethernetip_adapter_mii_demo_am243x-evm_r5fss0-0_freertos_ti-arm-clang/Release/ethernetip_adapter_mii_demo_am243x-evm_r5fss0-0_freertos_ti-arm-clang.appimage --operation=flash --flash-offset=0x80000
或通过终端:
PS K:\Pool\decicher\ti\mcu_plus_sdk_am243x_08_03_00_18\tools\boot> python uart_uniflash.py -p COM6 --cfg=C:/Users/decicher/Desktop/FLASH_sbl_ospi.cfg Parsing config file ... Parsing config file ... SUCCESS. Found 3 command(s) !!! Executing command 1 of 3 ... Found flash writer ... sending sbl_prebuilt/am243x-lp/sbl_uart_uniflash.release.tiimage Sent flashwriter sbl_prebuilt/am243x-lp/sbl_uart_uniflash.release.tiimage of size 291781 bytes in 28.06s. Executing command 2 of 3 ... Command arguments : --file=sbl_prebuilt/am243x-lp/sbl_ospi.release.tiimage --operation=flash --flash-offset=0x0 Sending sbl_prebuilt/am243x-lp/sbl_ospi.release.tiimage: 0%| | 2/297621 [01:50<9102:17:30, 110.10s/bytes] [ERROR] XMODEM send failed, no response OR incorrect response from EVM OR cancelled by user, Power cycle EVM and run this script again !!!
有什么想法我做了什么错?
BR
Erik