-
Notifications
You must be signed in to change notification settings - Fork 164
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
Error BlockingIOError: [Errno 11] Resource temporarily unavailable on armbian 25.x (armv7l) #397
Comments
Update: after waiting for about ~2.5hrs, it seems the python code working as it should for a couple of minutes, then returns with the same errors. Here is the return of
Here is this stats.service |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Type of Raspberry Pi
Orangepi Zero H3 LTS (armv7l) running latest Armbian 25.x (minimal/IOT version) based on Debian 12 (bookworm)
Linux Kernel version
Linux kernel version 6.6.62
Linux orangepizero 6.6.62-current-sunxi #2 SMP Sun Nov 17 14:08:59 UTC 2024 armv7l GNU/Linux
Expected behaviour
OLED display (SSD1306) show current stats of boards using I2C protocol on i2c-0
Actual behaviour
The screen does not show up, the
i2cdetect -y 0
return OLED address at 0x3cWhen running
i2cdetect -F 0
, it returns the resulttraceback info:
And here is my main.py
I believe the Python code worked flawlessly on the previous kernel,
6.2.x
. However, after updating to kernel6.6.62
, it is mostly broken, and it seems like something changed that made the current SMBus library seem to be working poorly.Would you please be so kind to help me on this issue?
Best regards and thanks,
lequan81
The text was updated successfully, but these errors were encountered: