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-AM62X: sbl_null.cfg uniflash失败

Part Number: PROCESSOR-SDK-AM62X
Other Parts Discussed in Thread: SYSCONFIG, UNIFLASH

你好

我正在使用一块定制版,nor flash型号为mx25l25645gzni-08g,并修改了示例中Sysconfig的flash参数和指令

并按照 AM62x MCU+ SDK 中的指南:EVM Setup - Flash SOC Initialization Binary

但是,我收到了如下错误:

Parsing config file ...
Parsing config file ... SUCCESS. Found 5 command(s) !!!

Executing command 1 of 5 ...
Found flash writer ... sending ../../sbl/sbl_uart_uniflash_stage1.release.tiimage
Sending ../../sbl/sbl_uart_uniflash_stage1.release.tiimage: 246960bytes [00:24, Sending ../../sbl/sbl_uart_uniflash_stage1.release.tiimage: 247989bytes [00:24, Sending ../../sbl/sbl_uart_uniflash_stage1.release.tiimage: 247989bytes [00:24, Sending ../../sbl/sbl_uart_uniflash_stage1.release.tiimage: 247990bytes [00:24, Sent flashwriter ../../sbl/sbl_uart_uniflash_stage1.release.tiimage of size 246537 bytes in 23.55s.

Executing command 2 of 5 ...
Command arguments : --file=../../sbl/sbl_uart_uniflash_stage2.release.appimage --operation=flash --flash-offset=0x0
Sending ../../sbl/sbl_uart_uniflash_stage2.release.appimage: 122451bytes [00:10,Sending ../../sbl/sbl_uart_uniflash_stage2.release.appimage: 123480bytes [00:11,Sending ../../sbl/sbl_uart_uniflash_stage2.release.appimage: 123480bytes [00:11,Sending ../../sbl/sbl_uart_uniflash_stage2.release.appimage: 123481bytes [00:11,Sending ../../sbl/sbl_uart_uniflash_stage2.release.appimage: 123482bytes [00:12,Sending ../../sbl/sbl_uart_uniflash_stage2.release.appimage: 123483bytes [00:12,Sending ../../sbl/sbl_uart_uniflash_stage2.release.appimage: 123484bytes [00:12, Sent ../../sbl/sbl_uart_uniflash_stage2.release.appimage of size 122300 bytes in 12.6s.
[STATUS] SUCCESS !!!

Executing command 3 of 5 ...
Command arguments : --operation=flash-phy-tuning-data
Sending flash-phy-tuning-data_command: 0%| | 0/32 [00:00<?, ?bytes/s]send error: error_count reached 10, aborting.
Sending flash-phy-tuning-data_command: 6%| | 2/32 [01:50<55:03, 110.12s/bytes]
[ERROR] XMODEM send failed, no response OR incorrect response from EVM OR cancelled by user,
Power cycle EVM and run this script again !!!

我在  Linux(虚拟机)尝试过,出现此错误。

我确保:

1. 我看到“CC”在上电后每 2-3 秒打印一次

2.串口名称正确。

3. 在运行命令之前,我关闭了 UART 终端

4.设备DeviceType为GP

我使用 SDK:mcu_plus_sdk_am62x_09_00_00_19