Hiin U-Boot on STM32MP15 boards, we are using for the ST Microelectronics boards the OTP defined in arch/arm/mach-stm32mp/include/mach/stm32.h#define BSEC_OTP_MAC 57#define BSEC_OTP_BOARD 59(they are hardcoded in U-Boot / not read from device-tree)1/...
Hi, WIKI describes the procedure for actual version of OpenSTlinux we change the sequence on new product STM32MP13 and we align this sequence for STM32MP15 to simplify the management of the DFU stack in bootloaders (in TF-A):U-Boot load himself the f...
Hi,UUID of the GPT partitions are used in TF-A to select the FIP partitions, these UUID information is used in "metadata" used of TFA secure udpate as decrivbe in https://wiki.st.com/stm32mpu/wiki/Secure_Firmware_UpdateYou need also to select the cor...
Hi,your problem is caused by the STM32CubeProgrammer reconnection after U-Boot start:1/ on U-Boot start, the USB stack is started with DFU configuration to request the FlashLayout file (Phase 0x0)2/ on Host side, the STM32Programmer try to access the...
Hi, When I check your trace,the stm32prog command in U-Boot start the USB gadget stack andwait the falshlayout file normally sent by the programmer. But this file is not sent that it is normal if Host don't see the expected DFU USB after enumeration...