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
spidev sometimes fails to allocate kernel memory. Solution seems to be to drop caches (e.g. echo 3 > /sys/vm/drop_caches ). Detect spidev allocation failure (inability to open spi device) and try to fix automatically? (though need permissions...)
spidev sometimes fails to allocate kernel memory. Solution seems to be to drop caches (e.g. echo 3 > /sys/vm/drop_caches ). Detect spidev allocation failure (inability to open spi device) and try to fix automatically? (though need permissions...)