cancel
Showing results for 
Search instead for 
Did you mean: 

TSV file format and debugging

Vauteck
Associate

Hello,

 

We are currently in the process of bringing up and industrializing an embedded STM32MP1 board with eMMC as main data storage.

 

We would like to flash the eMMC via U-boot using a tsv file.

 

We have a couple of tsv files that are working correctly, but some aren't and it's been really hard (not to say a real pain) to debug precisely the issue of why exactly the file is wrong.

 

Using the following command : ./STM32_Programmer_CLI -c port=usb1 -d board-emmc.tsv, the error I get is the following :

 

Error: TSV file proto-new.tsv not conform: it may miss some columns or fields
Error: TSV flashing service failed

 

This is generic and provides no detailed infos about the actual error.

Is there any tools or ways to further debug tsv files ? Sorry if I'm missing something obvious ...

 

Quentin

 

 

 

1 REPLY 1
Jean-Marc B
ST Employee

Hi @Vauteck 

TSV file should only contains tabulation as separators.

More details are available from this wiki page: https://wiki.st.com/stm32mpu/wiki/STM32CubeProgrammer_flashlayout

Best regards,

--JM