seagate_central_linux
seagate_central_linux copied to clipboard
USB
This is wonderful work! Many thanks. But - is there any chance of getting the USB to work?
Just wanted to let you know that I've "solved" the USB issue in another project that is partially based on this one.
https://github.com/bertofurth/Seagate-Central-Slot-In-v5.x-Kernel
The issue is in cns3xxx_sdhci_init() in arch/arm/mach-cns3xxx/devices.c where we set
gpioa_pins |= 0x1fff0004;
This statement stops the USB ports from working.
Thanks.
Thank you for the tip. I have no access to this board now. I will create a link to your repository in the Readme to redirect anyone who still uses this.