Hi all.
I’m in an early development of a device posibly using the ConectCore9P-9215 module. The device will run Linux as OS and need a SD card interface.
Te module datasheet says that there are two “FIM” modules which by digi-provided software can be used as interface to SD/SDIO.
I can’t find more info about those FIM modules and firmware.
Is there more info about them?
Is there a linux driver for this SD interface?
Thank you very much in advance.
Hello Patxi,
here’s an excerpt from the Digi Embedded Linux Documentation:
9.16. Flexible Interface Modules (FIMs)
The NS9210 and NS9215 processors have two I/O processors, called flexible interface modules (FIMs), to implement simple communication protocols and other functions. These processors can be used to implement various I/O functions. The PIC processors communicate with the ARM9 via interrupts and status registers, and with the system memory via transmit and receive FIFOs. Both PICs are optimized with generic I/O hardware assist for parallel bus applications and specialized hardware assist for CAN protocol applications.
…
Three main steps are required to use a FIM:
- Write a firmware program into the FIM memory.
- Select the hardware assistance mode (if the generic hardware assistance mode is selected, then the signals and buses for it must also be configured).
- Start the FIM.
9.16.1. Supported device drivers
Currently, these drivers are supported for the FIMs:
* UART interface: The firmware implements a 4-wire UART, for getting an extra serial port
* SDIO-Host interface: The firmware implements an SDIO host controller for managing any SD and SDIO-capable card.
* CAN bus: The firmware implements a CAN controller.
To use these interfaces additional hardware is needed to provide a physical layer for the UART, an SD socket, and a CAN port. The connector on the development board only provides the FIMs’ data and control lines.
Drivers are included in DEL 5.0
Hope this helps,
Christopher