Hi,
I have designed a custom board based on BeagleBone Black .
It has AM3358 and Memory is AS4C256M16D3L-12BIN(Alliance) instead of Micron.
I have a problem on u-boot-spl process whit uart0. it occurs after DDR initialization(sdram_init() function).
Writing Double Words(32bit) at address 0x80000000 is OK. Writing 1Word(16bit) at address 0x80000000 is OK.
But When Writing 1Byte(8bit) at address 0x80000000, it writes wrong value.
I tried DDR PHY register configuration. But It's not improved.
Dose anybody has good solutions?
Regards
Kiyoji