Hi @james.haggerty ,
After loading bcf_fgh100mjaamd.bin the SSID is now broadcasting. But other wont work showing error
[10950.944877] morse_io: Device node ‘/dev/morse_io’ created successfully [10950.952182] morse_spi spi1.0: Loaded firmware from morse/mm6108.bin, size 430512, crc32 0xb25c264b [10950.961420] morse_spi spi1.0: Loaded BCF from morse/bcf_fgh100mjaamd.bin, size 858, crc32 0xb0da770a [10951.515558] morse_spi spi1.0: Country code AU not found in BCF [10952.065336] morse_spi spi1.0: Country code AU not found in BCF [10952.617360] morse_spi spi1.0: Country code AU not found in BCF [10952.623248] morse_spi spi1.0: morse_firmware_init failed: -1 [10952.629015] morse_spi_probe failed. The driver has not been loaded! [10952.635274] morse_spi: probe of spi1.0 failed with error -1
We are using our product globally, and my question is, how do I find the proper BCF file?
If you’re using the FGH100MJAAMD, which is a Japanese module from Quectel, you are using the correct BCF. This is why it’s failing to load in AU. Make sure that this is the module you have, particularly since it’s different from the previous BCF file you tried to load.
Hi @james.haggerty ,
I added it for debugging; I tried without it, and it also showed an error. Also, for your reference, when I did the Wi-Fi restart, I figured these logs
You must define the power-gpios to the host processor pins connected to wake and busy pins of the module respectively.
The second error regarding the reset-gpios is the driver claiming that it can’t access the gpio. Either the property you have set is invalid, or another peripheral has laid claim to it and is preventing our driver from using it.
Do you have a schematic snippet you can share for the connections between the module and the host processor?
Also, in AP mode, there were 5 iterations of “invalid gpio error”, but in STA mode, it was flooding. Can you provide any solution for that?
AP mode will disable powersave by default, so the power-gpios will be largely unused (except initially).
Client mode will have power save enabled by default, and will frequently try to toggle the lines.
The Linux driver is written such that reset-gpios, and power-gpios (wake, busy respectively) are required to be defined.
If using SPI you will also need the spi-irq-gpios.