I tried to connect a modem and a SIM card to an imx8 mini in our PCB and after enabling the modem I received the following error message:
error: couldn’t enable the modem: ‘GDBus.Error:org.freedesktop.ModemManager1.Error.Core.Failed: Cannot power-up: hardware radio switch is OFF’
Mostly the schematic is the same except for the I2C line. verdin board is used I2C_1 and we used I2C_2
Before modification on the Device tree, I wondered if the issues were related. and do I need to modify that?
What modem model are you using here? That error message could also be indicative of a software related issue. Perhaps your modem needs special drivers or firmware to be initialized.
Hi @jeremias.tx ,
Thank you so much for replying,
Simcom 7760 was used, and it worked on the verdin board, I followed the same instructions, but it did not work on our PCB.
Best regards,
Mehrdad
I did not use rfkill and for the first time, I see that.
we used the I2C_2 instead of I2C_1 for our PCB and I didn’t use any code, just Linux syntax to unlock the sim card and enable the modem.