Error flashing weston example to SD Card STM32MP157C EV1
Hello ST Community,
I am starting to work with the STM32MP157C-EV1 board and working through the example https://wiki.st.com/stm32mpu/wiki/Getting_started/STM32MP1_boards/STM32MP157x-EV1/Let%27s_start/Populate_the_target_and_boot_the_image.
While flashing with STMCubeProgrammer (v 2.6.0) the "FlashLayout_sdcard_stm32mp157c-ev1-trusted.tsv" to the SD Card (SanDisk 16Gb), I get an error "TSV Flashing servie failed", "Download partition 0x21 failed". On another try, it failed later during partition 0x23.
I set the "Binaries path" to "*/Starter-Package/stm32mp1-openstlinux-5-4-dunfell-mp1-20-11-12/images/stm32mp1" in the STM32CubeProgrammer GUI. The OS is ubuntu 18.04 in a VM on Windows 10.
The board is powered on, and the USB is connected via USB OTG.
and tried Flashing the eMMC like PatrickF suggested, but get the same error while flashing to SD Card (Download partition 0x21 failed).
Here the Error log verbosity level1 of the Cube Programmer, while flashing the SD Card:
.....
09:45:16 : Memory Programming ...
09:45:16 : Opening and parsing file: st-image-bootfs-openstlinux-weston-stm32mp1.ext4
09:45:16 : File : st-image-bootfs-openstlinux-weston-stm32mp1.ext4
09:45:16 : Size : 64 MBytes
09:45:16 : Partition ID : 0x21
09:45:16 : Download in Progress:
09:50:20 : Error: failed to download Segment[0]
09:50:20 : Error: failed to download the File
09:50:20 : Error: Download partition 0x21 failed
09:50:20 : Error: TSV flashing service failed
What is my mistake?
