User Activity

I want to take out the data I need from a certain address after startup, I created an array inside tf-a ( char array [0x200] = {}) , and I read the address of the array printf("%p", (void*) &array), which seems to never be repeated after many...
I want to know how to use ta to get the startup log information during the bl32 startup phase or if there is another way to store the log information so that I can get it in the bl32 phase
I used the latest official version(2021-03-31) to configure the stm32mp157c-dk2 of the optee version, and used the official tutorial to generate fip.bin and burn it to the corresponding partition, but it seems that the image is not checked,in other w...