Hi,
I am encountering an issue with writing to the IFC SRAM (0xff800000 address) in U-boot on our custom board with a T2080 processor. I have successfully developed a baremetal IFC NAND flash driver that works correctly. However, when integrating this driver into U-boot, I am unable to write to the IFC SRAM address. Strangely, in the baremetal environment, I do not encounter any problems with writing to this address. I have attempted to use the "mw" command in U-boot, but it does not seem to have any effect. Could you help me pls?