You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Checked the issue tracker for similar issues to ensure this is not a duplicate
Read the documentation to confirm the issue is not addressed there and your configuration is set correctly
Tested with the latest version to ensure the issue hasn't been fixed
How often does this bug occurs?
only once
Expected behavior
I am expecting graceful termination of SPI connection between Linux host and ESP peripheral after kernel module is unloaded and graceful load of module after loading it again.
Please guide me if this is expected behavior and are there any issues based on the logs?
Why is there unregistered event on ESP side (I (1930) FW_CMD: Unregistered event: 3
) and is the cleanup on linux host side complete (logs are attached below)?
During testing there was one occasion where module would not load properly and wlan0 interface did not show up.
However I cannot replicate it at the moment. Issue appeared only once.
Note that kernel module is automatically set to load at bootup.
Module is loaded with these options:
Additional question, do bluetooth and cfg80211 drivers need to be loaded and unloaded every time you load kernel module (since I am not manipulating them directly after startup at the moment)? However performing the action of unloading other module would be inconvenient to us since other programs could use them.
Checklist
How often does this bug occurs?
only once
Expected behavior
I am expecting graceful termination of SPI connection between Linux host and ESP peripheral after kernel module is unloaded and graceful load of module after loading it again.
Host MPU: STM32MP133F
WIFI/BT network adapter MCU: ESP32_C3
Comm interface: SPI
Commit: 927a34f
Actual behavior (suspected bug)
Please guide me if this is expected behavior and are there any issues based on the logs?
Why is there unregistered event on ESP side (I (1930) FW_CMD: Unregistered event: 3
) and is the cleanup on linux host side complete (logs are attached below)?
esp32_c3_peripheral.log
linux_host.log
During testing there was one occasion where module would not load properly and wlan0 interface did not show up.
However I cannot replicate it at the moment. Issue appeared only once.
Note that kernel module is automatically set to load at bootup.
Module is loaded with these options:
module location:
and depends upon and loads these modules:
Additional question, do bluetooth and cfg80211 drivers need to be loaded and unloaded every time you load kernel module (since I am not manipulating them directly after startup at the moment)? However performing the action of unloading other module would be inconvenient to us since other programs could use them.
Error logs or terminal output
No response
Steps to reproduce the behavior
Project release version
927a34f
System architecture
ARM 32-bit (Raspberry Pi 32-bit)
Operating system
Linux
Operating system version
6.1.28 (Mickledore) stm32-linux
Shell
Bash
Additional context
No response
The text was updated successfully, but these errors were encountered: