I'm building a image using Yocto rocky and Xilinx for my zynq-702 board.
But for some reason my root file system can only be mounted as a read only. If I put rw in the u-boot load command it fails. I'm booting from a SD card, that doesn't have any lock switch.
And if I boot using other kernel different than the one generated by yocto it does mount the file system as read write... the problem is somewhere in my image and not physical in the SD card or in the controller.
If generate my yocto image using a qemux86 machine, it does work good and mount the partition as rw.
This is the latest part of my boot log:
Thanks for your help!