Mtd driver not initialized

Hello,
I designed my own custom board which don’t have the SD-Card option. So, tried to save the parameter file to the FRAM but I was unable to initialize the mtd driver.

Can anyone tell me how to initialize the driver?

1 Like
ERROR [PX4_MTD] failed to initialize mtd driver
ERROR [PX4_MTD] mtd failure: -5 bus 2 address 0 class 1

I am getting this error. Did you find a solution?

1 Like

Hi,
Could you share which FRAM/FLASH that you have got connected to the system?

Janardhan

Hi Janardhan,

I find the issue. MTD drivers is not compatible my low level SPI driver. I update the MTD driver after update the driverver everthing solved. Thanks for helping.Sorry to late response.

Koray

1 Like

I have this same issue with fmu-v4 with FM25V02A. Can anyone help me to solve it