The issue was solved by changing the SPI configuration:
D0 was set to be MOSI and D1 was set to be MISO
By modifing:
/include/configs/am335x_evm.h
I added: #define CONFIG_OMAP3_SPI_D0_D1_SWAPPED
Regards,
Efi
The issue was solved by changing the SPI configuration:
D0 was set to be MOSI and D1 was set to be MISO
By modifing:
/include/configs/am335x_evm.h
I added: #define CONFIG_OMAP3_SPI_D0_D1_SWAPPED
Regards,
Efi