cancel
Showing results for 
Search instead for 
Did you mean: 

[STM32CubeProgrammer]How to upgrade the system partially by cube programmer?

Kin
Associate

Hi Sir,

     I am working with the STM32CubeProgrammer to fully upgrade my STM32MP157 MPU system, but I would like to ask how to partially upgrade the system?

     For example, the BOOT paritition and the ROOTFS partition has not been changed very frequently, all the focus will be on the changes happen in the USERFS paritition.

     So with the STM32CubeProgrammer, how can I just upgrade the USERFS partition? Or how can I upgrade the partition I want instead of doing the full upgrade?

1 REPLY 1
Pwxn
ST Employee

Hello,

 

You can modify your tsv file to adapt which partition you want to update. 

You can refer to this wiki page : https://wiki.st.com/stm32mpu/wiki/STM32CubeProgrammer_flashlayout#Field1-_Options

You could also get inspired by the dd and scp command to update part of OSTL like the kernel, uboot... https://wiki.stmicroelectronics.cn/stm32mpu/wiki/How_to_cross-compile_with_the_Developer_Package

 

Regards,