Hi,
I have been trying to get Linux working with the TE0803/TEBF0808 nd have some pretty good success. I am able to boot off of micro-SD using the StartKit Vivado project for HW. Problem is that the SD card is not accessible from the kernel even though it boots OK from the card.
The error I get is: mmc1: error -110 whilst initialising SD card
In addition (not sure if this related at all) I have been running with FreeRTOS and Xilinx SDK on the same HW up until now but need to port all my work to Linux. With Xilinx SDK and their file system library I was able to read files off of the SD card reliably for small files but started getting data corruption with large files, something like > 28 MB or somewhere in that area, not exactly sure. I only mention this in case there is possible a common denominator. The read functions did not report an error but the data checksum would be different on each read attempt of the file.
The Linux faiiure is a show stopper for me at the moment and any thoughts/advice/suggestions would be extremely welcome.
Thanks,
Charlie