image download to sdcard with STM32MP157D-EV1
image download to sdcard with STM32MP157D-EV1
Uploaded Image to SDCARD using VMWARE. However, it does not boot normally.
Below is the log when downloading. lastly, "unable to reconnect" error occurs.
------------------------------------------- log start -------------------------------------
denniskim@denniskim-pc:~/STM32MPU_workspace/STM32MP15-Ecosystem-v3.0.0/Starter-Package/stm32mp1-openstlinux-5.10-dunfell-mp1-21-03-31/images/stm32mp1$ STM32_Programmer_CLI -l usb
-------------------------------------------------------------------
STM32CubeProgrammer v2.7.0
-------------------------------------------------------------------
===== DFU Interface =====
Total number of available STM32 device in DFU mode: 1
Device Index : USB1
USB Bus Number : 001
USB Address Number : 002
Product ID : DFU in HS Mode @Device ID /0x500, @Revision ID /0x0000
Serial number : 002500473438511836383238
Firmware version : 0x0110
Device ID : 0x0500
denniskim@denniskim-pc:~/STM32MPU_workspace/STM32MP15-Ecosystem-v3.0.0/Starter-Package/stm32mp1-openstlinux-5.10-dunfell-mp1-21-03-31/images/stm32mp1$ STM32_Programmer_CLI -c port=usb1 -tm 40000 -w flashlayout_st-image-weston/trusted/FlashLayout_sdcard_stm32mp157d-ev1-trusted.tsv
-------------------------------------------------------------------
STM32CubeProgrammer v2.7.0
-------------------------------------------------------------------
Warning: Timeout is forced to 40000 ms
USB speed : Full Speed (12MBit/s)
Manuf. ID : STMicroelectronics
Product ID : DFU in HS Mode @Device ID /0x500, @Revision ID /0x0000
SN : 002500473438511836383238
FW version : 0x0110
Device ID : 0x0500
Device name : STM32MP1
Device type : MPU
Device CPU : Cortex-A7
Start Embedded Flashing service
Memory Programming ...
Opening and parsing file: tf-a-stm32mp157d-ev1-usb.stm32
File : tf-a-stm32mp157d-ev1-usb.stm32
Size : 225572 Bytes
Partition ID : 0x01
Download in Progress:
[==================================================] 100%
File download complete
Time elapsed during download operation: 00:00:04.660
RUNNING Program ...
PartID: :0x01
Start operation done successfully at partition 0x01
Flashlayout Programming ...
[==================================================] 100%
Running Flashlayout Partition ...
Flashlayout partition started successfully
Memory Programming ...
Opening and parsing file: fip-stm32mp157d-ev1-trusted.bin
File : fip-stm32mp157d-ev1-trusted.bin
Size : 1073350 Bytes
Partition ID : 0x03
Download in Progress:
[==================================================] 100%
File download complete
Time elapsed during download operation: 00:00:28.677
RUNNING Program ...
PartID: :0x03
Reconnecting the device ...
Error:
Unable to reconnect the target device: time out expired
Error: Start operation failed at partition 0x03
Error: TSV flashing service failed
---------------------------------------------log end-------------------------------------------------------
I found an answer to the same issue.
I tried using windows' stm32cubeprogrammer as a solution to another question.
However, when the download button is pressed, the following error occurs.
16:54:02 : Error: The file tf-a-stm32mp157d-ev1-usb.stm32 does not exist, please check the file's path
16:54:02 : Error: Download partition 0x01 failed
16:54:02 : Error: TSV flashing service failed
