2025-07-12 10:27 PM
How to obtain the Offset in the tsv file , Especially for SD cards。
1.SD
2.EMMC
Solved! Go to Solution.
2025-07-25 2:47 AM
Hello @Hwang.11 ,
You can check on our OpenSTLinux Yocto delivery. I think that the information you are looking for is located in this file: https://github.com/STMicroelectronics/meta-st-stm32mp/blob/scarthgap/conf/machine/include/st-machine-storage-device-stm32mp.inc
Kind regards,
Erwan.
2025-07-25 2:47 AM
Hello @Hwang.11 ,
You can check on our OpenSTLinux Yocto delivery. I think that the information you are looking for is located in this file: https://github.com/STMicroelectronics/meta-st-stm32mp/blob/scarthgap/conf/machine/include/st-machine-storage-device-stm32mp.inc
Kind regards,
Erwan.
2025-07-30 8:17 AM
Hello ,
First of all,Thank you very much for your reply.
But I actually want to know how this offset is defined, including the offset in this header file(st-machine-storage-device-stm32mp.inc). Maybe I want to ask , how does bootrom determine the address to load
TFA (tf-a-sdcard.stm32) from sdcard into RAM.
I tried to modify these address and burned successfully . this mp157 can still start normally.