In stm32mp157, I need two partitions for FSBL, and it is working correctly, but I want to make TFA redundant meaning I should be able to update the second partition of FSBL and then shift it on the second partition on restart.I have made roofs redund...
I am facing this error when I update to Kirkstone, while this error does not exist on Dunfell.I get this error after I set my ethraddr manually.ðernet0 {
compatible = "st,stm32mp1-dwmac", "snps,dwmac-4.20a";
reg = <0x5800a000 0x2000>...
I am trying to use the USB OTG in host mode, but it kept giving me the famous HANG! Soft Reset timeout GRSTCTL_CSFTRST error.According to the datasheet, when we set the register, it should reset the core but also clear itself but the following condi...
I am using eMMC. I am then using DD to corrupt the memory with some random number or zeros but when I restart, it just does not go the FSBL2 (partition 2).
https://wiki.st.com/stm32mpu/wiki/STM32CubeProgrammer_flashlayoutAlso, you have suggested that there should be two partitions for TFA, FSBL1 and FSBL2.I have corrupted the FSBL1 with random numbers but it does not go to FSBL2.
Hi, sorry for the late reply.As suggested by the STM, I have set two partitions, one fsbl1 and the second fsbl2. I made a file using dd if-/dev/zero of=blank_data.stm32 and use that blank_data in the WIC file to put it on fsbl1.According to your logi...
There must be some way to change the partition address to be used for TFA, or must there be some other method to point the ROMCODE to the second partition? I have read your documentation but did not find anything which is why I am asking here.