Hi everybody,
i'm actually working on a iMX6ULL evk board. I need to add an additional Sd card. I tried going on a SPI channel but seems to be impossible... I know by the way that it's possible (http://elm-chan.org/docs/mmc/mmc_e.html) to have multiple SD/SDIO slot, by "simply" using a seperate CS line for each device.
Is it really possible? does anybody knows how to achieve that (also how to modify dts to get it working)?
Thank you so much,
Simone
Hi,
you can use SD/SDIO bus multiplexer to get to your purpose.
See the link, please!
https://www.onsemi.com/pdf/datasheet/fssd06-d.pdf
No additional driver is required.
You only need to control OE & SEL pin to swtich SD/SDIO bus.
Hope above information is helpful for you.
Have a good day!
Regards,
weidong
Thanks so much!
This is exactly what i was looking for. I'm a bit new to embedded Linux by the way... could you write an example for dts? How could I not need driver if I must toggle OE & SEL pins? Is there any suggested pin for that scope?
Thanks again,
Simone