Dear all,
Is there someone who succeeded to support marvell 88SE9170 chip in order to provide additional SATA port using PICe.
Indeed i'm using an IMX6q and the imx6 sdk test does not succeed to init the PCIe port with this device plugged in.
Any help would be appreciated.
Stephane
Solved! Go to Solution.
Hi Cerveau
seems 88SE9170 is supported on linux, so one can try with linux
[PATCH] ahci: add PCI ID for Marvell 88SE9170 SATA controller (Linux IDE and SATA Storage)
as for SDK - it is used just for basic testing, one can only test if it is detected by i.MX6 PCIe
module.
Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Hi Cerveau
seems 88SE9170 is supported on linux, so one can try with linux
[PATCH] ahci: add PCI ID for Marvell 88SE9170 SATA controller (Linux IDE and SATA Storage)
as for SDK - it is used just for basic testing, one can only test if it is detected by i.MX6 PCIe
module.
Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Thanks for you answer.
After some investigation, I have been able to make it work by avoiding the pci uboot init.
Indeed this chip does not support double init or need to be power on/off with gpio.
Anyway thx for your help.