Question
Error Flashing first partition: Hello, I have a custom board with STM32mp157c and i'm trying to load the u-boot for ddr testing. I created u-boot basic defconfig with ddr_interactive=1 and
a tsv file with
#Opt id Name Type IP Offset Binary
- 0x01 fsbl Binary none 0x00000000 u-boot-spl.stm32I got different error messages:
- stm32CubeProgrammer on windows:
sending a dfu end of download request
DFU status = 0
DFU State = 7
DFU status = 14
DFU State = 10
an error occured after sending a dfu end of download request
Status: errUNKNOWN, State: dfuERROR
Error: Start operation failed at partition 0x01
Error: TSV flashing service failed
Warning: Connection to device 0x500 is lost- stm32CubeProgrammer on Linux:
File download complete
Time elapsed during download operation: 00:00:02.924
RUNNING Program ...
PartID: :0x01
Error: Start operation failed at partition 0x01
Error: TSV flashing service failed
Warning: Connection to device 0x500 is lost- stm32CubeProgrammer_CLI on Linux
File download complete
Time elapsed during download operation: 00:00:02.863
RUNNING Program ...
Address: : 0x1
Error: an error occured while uploading data from the virtual partition 0xF1
Start operation achieved successfully