主题中讨论的其他器件:UNIFLASH
您好:
刷写 SOC 初始化二进制文件时, 我有问题.
-
我知道这是 hs_fs 设备 ,所以我使用了文件"default_sbl_null_hss.cfg",但仍然失败
- 启动是 UART 启动
- 文件是 default_sbl_null_HSFS.cfg
- Python 3.7.9
- 日志是什么
C:\ti\mcu_plus_sdk_am243x_08_05_00_24\tools\boot>python uart_uniflash.py -p COM8 --cfg=sbl_prebuild/am243x-evm/default_sbl_null_HSFS.cfg
正在解析配置文件...
正在解析配置文件... 成功。 找到2个命令!!!
正在执行命令1/2...
找到闪存写入器... 发送 sbl_prebuilt/am243x-evm/sbl_uart_uniflash.release.tiimage
发送闪存写入器 sbl_prebuilt/am243x-evm/sbl_uart_uniflash.release.tiimage、大小为316052字节、适用于32.19秒。
正在执行命令2/ 2 ...
命令参数:--file=sbl_prebuilt/am243x-evm/sbl_null.release.hs_fs.tiimage --operation=flash --flash-offset=0x0
发送 sbl_prebuilt/am243x-evm/sbl_null.release.hs_fs.tiimage:1%|▏| 2058/271498 [00:02<12:30、359.20bytes/s_send error:expected ACK;得到了块2的 b'\x18'
发送 sbl_prebuilt/am243x-evm/sbl_null.release.hs_fs.tiimage:1%|▎| 3087/271498 [00:03<03:32、1264.81bytes/s_send error:expected ACK;得到了块2的 b'\x18'
发送 sbl_prebuilt/am243x-evm/sbl_null.release.hs_fs.tiimage:2%|▍| 4116/271498 [00:03<03:31、1264.81bytes/s_send error:expected ACK;得到块2的 b'0'
发送 sbl_prebuilt/am243x-evm/sbl_null.release.hs_fs.tiimage:2%|▌| 5145/271498 [00:03<03:30、1264.81bytes/s_send error:预期的 ACK;块2得到 b'2'
发送 sbl_prebuilt/am243x-evm/sbl_null.release.hs_fs.tiimage:2%|▋| 6174/271498 [00:03<01:28、3006.35bytes/s_send error:expected ACK;得到块2的 b'0'
发送 sbl_prebuilt/am243x-evm/sbl_null.release.hs_fs.tiimage:3%|▊| 7203/271498 [00:03<01:27、3006.35bytes/s_send error:expected ACK;得到块2的 b'0'
发送 sbl_prebuilt/am243x-evm/sbl_null.release.hs_fs.tiimage:3%|▉| 8232/271498 [00:03<01:03、4132.00bytes/s_send error:expected ACK;得到块2的 b'0'
发送 sbl_prebuilt/am243x-evm/sbl_null.release.hs_fs.tiimage:3%|▉| 9261/271498 [00:03<01:03、4132.00bytes/s_send error:expected ACK;得到块2的 b'0'
发送 sbl_prebuilt/am243x-evm/sbl_null.release.hs_fs.tiimage:4%|█| 1029/271498 [00:03<00:49、5312.78字节/s_send 错误:预期的 ACK;块2得到 b'0'
发送 sbl_prebuilt/am243x-evm/sbl_null.release.hs_fs.tiimage:4%|█▏| 11319/271498 [00:03<00:48、5312.78字节/s_send error:expected ACK;得到块2的 b'0'
发送 sbl_prebuilt/am243x-evm/sbl_null.release.hs_fs.tiimage:5%|█▎| 12348/271498 [00:03<00:40、6461.06bytes/s_send error:预期的 ACK;得到块2的 b'0'
发送错误:NAK 收到11次、正在中止。
发送 sbl_prebuilt/am243x-evm/sbl_null.release.hs_fs.tiimage:5%|█▎| 12350/271498 [00:03<00:40、6461.06bytes/s]
[ERROR] XMODEM 发送失败、EVM 无响应或响应错误或用户已取消、
对 EVM 进行下电上电、然后再次运行此脚本!!
谢谢