How to confirm firmware
I’m using STM32CubeIDE headless-build script in Linux for developing the software.
I have a question regarding how to check the version of the firmware that I’m actually using in my environment.
I tried to set a certain version of the firmware by writing the following syntax in package.xml as below.
--------------------------
<?xml version=“1.0” encoding=“ISO-8859-1" standalone=“no”?>
<Package DBVersion=“2.0">
<PackDescription Release=“FW.H7.1.11.0”>
<Note Release=“ReleaseNotes.html”/>
</PackDescription>
</Package>
--------------------------
After executing headless-build, I tried to find the evidences that I have actually used FW.H7.1.11.0, but unfortunately I couldn’t find anything in my filesystem.
I just would like to get the confirm that I’m using FW.H7.1.11.0, but I have no idea for now. If you have any idea to do that, that would be very nice to me. Thanks in advance.
My environmental information is following:
OS: Debian GNU/Linux 10
STM32CubeIDE: 1.12.1
Firmware Package: STM32Cube FW_H7 V1.11.0