What is the correct way to generate RMA LOCK PASSWORD for STM32MP2?
I read the AN5510 at section 5.1 RMA Pasword(s). I am working on STM32MP257F so the RMA pasword is 128-bit as describe in the table 5.

The AN5510 also mentions that "The RMA password(s) are chosen by OEM". I understand that I need to generate a 128 bit binary file as RMA Password. So I use the following Command to generate RMA Password.
STM32_KeyGen_CLI -rand 16 stm32mp_rma_password.binIs this the correct way to generate RMA Password?
