-
Notifications
You must be signed in to change notification settings - Fork 183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Basic station fail '/dev/spidev0.0' in use by process #62
Comments
This is related to #53. A fix will be available in the next release.
In order to be able to inspect the log in daemon mode you should specify a log file inside
|
Your solution works well !!! |
* deps: Updated sx1302_hal dependency to version 2.1.0 (no LBT yet) (Resolves #89, #103, #121, #130) * deps: Added sx1302_hal patch for handling of latched xticks rollover * deps: Updated mbedTLS dependency to version 2.28.0 (LTS) * deps: Fixed lgw patch causing IQ inversion in 500kHz channel (Resolves #81) * s2e: Added support for AU915 (Resolves #43) * s2e: Added support for LoRaWAN Regional Parameters Common Names (Resolves #18) * s2e: Fixed dnchnl2 issue (Resolves #79) * s2e: Fixed class C backoff logic (Resolves #87) * s2e: Fixed class B beacon format (Resolves #129, #131) * s2e: Fixed DR range check in upchannels list parser (Resolves #141) * ral: Changed handling of xticks for lgw1302 * ral: Fixed radio in use issue (Resolves #53, #62) * ral: Fixed types in txpow assignment (master/slave) (Resolves #118) * ral: Fixed class B beacon parameters (Resolves #132) * sx130xconf: Fixed parsing of rssi_tcomp values for sx1302 (Resolves #144) * tls: Fixed TLS cert parsing issue (Resolves #76) * sys_linux: Added support for usb/spi prefix in radio devname * sys_linux: Added mbedTLS version to startup log * sys_linux: Changed version to be printed to stdout (Resolves #51) * sys_linux: Changed default max dbuf size (Resolves #95) * sys_linux: Fixed relative home path handling (Resolves #140) * sys_linux: Fixed memory corruption during system command execution (Resolves #146) * tc/cups: Fixed sync on credset file IO (Resolves #94) * timesync: Fixed UTC to PPS alignment * log: Changed verbosity of XDEBUG log level * log: Changed logging experience for improved clarity * log: Added HAL log integration into logging module * make: Changed makefiles for more space-friendliness (Resolves #66) * net: Changed strictness on line-endings in key files (Resolves #68) * gps: Fixed parsing of ublox NAV-TIMEGPS message * Restored LICENSE file (Resolves #63, #67)
I have the same issue here in 2024. Is there a fix for this? |
Can you please provide logs? |
Hi Beitler, $ docker compose up |
@GitUser8675309 Did you managed to fix it? |
The issue described by @GitUser8675309 is different than the original issue. In this situation, station is compiled in master/slave configuration (
This is intended for 'multi-board' setups, however, here it is used with a single radio board
I suggest to avoid using a master/slave in a scenario where a single board is used. Also, master/slave for corecell should be considered experimental at this stage. It was intended for Concentrator Design 1.5. @VitorBFreitas do you observe the same behavior as @GitUser8675309 ? Can you provide logs that indicate the failure mode? |
@beitler My issue was misunderstood, sorry. The GPIO library I was using, sysfs, was deprecated. I just needed to add USE_LIBGPIOD to my Docker Compose file to use the libgpiod library. Thank you for your reply anyway. |
Hi,
I'm running basic station on raspberry compute 3, with concentrator RAKWIRLESS 831, i sucess to run the example live-s2.sm.tc and i can watch the led driver of the concentrator on, But the basic station stop running after connecting/deconnecting from mux, the log say that there is already process using spi, and i'm pretty sur that he talk about him( the process that fail), and i even can't find this process running.
My station.conf :
log basic station :
gateway_bridge log :
I'mreally stuck about this, can you help me please ?
The text was updated successfully, but these errors were encountered: