硬件环境:MARTIX_SIP_J6X_V2P0
问题描述:使用flash.py烧写MCU镜像之后,板子启动不可,电流在0.11A左右,在执行官方手册中提供的空片/救砖的方法后,fastboot烧写失败。
恢复的步骤:
1.将SW2-2拨到ON的状态,确认此时MCU的串口在打印UUU.
2.按照J6系统软件手册/J6X MCU指导手册1.2.4章节的步骤
.\dfu-util-static.exe -d 3652:6610 -a 0 -D .\cmd_load_sbl
.\dfu-util-static.exe -d 3652:6610 -a 0 -D .\sbl.pkg
.\dfu-util-static.exe -d 3652:6610 -a 0 -D .\cmd_exit
.\dfu-util-static.exe -d 3652:6620 -a 0 -D .\u-boot-spl_ddr.bin -R
.\dfu-util-static.exe -d 3652:6620 -a 0 -D .\J6_MCU_DEBUG.bin -R
.\dfu-util-static.exe -d 3652:6625 -a 0 -D .\hobot-j6x-bl31.dtb
.\dfu-util-static.exe -d 3652:6625 -a 1 -D .\bl31.bin
.\dfu-util-static.exe -d 3652:6625 -a 2 -D .\tee-pager_v2.bin
.\dfu-util-static.exe -d 3652:6625 -a 3 -D .\u-boot.bin -R
这一步执行完毕后,Acore的串口可以看到uboot启动了
3.紧接着在Acore的串口中输入命令
dcache off
fastboot 0
4.调用flash_all.sh去进行恢复,第一步执行时就出现了错误,执行的命令.\fastboot.exe flash fpt fpt.img
此时报错fpt partition size:0,fpt image size:262144

有人知道这个应该怎么进行恢复吗?
