-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Rockchip RK35xx: Low RNG entropy #6806
Comments
Jira ticket: AR-2388 |
Maybe not a bug? Resources: |
4 tasks
stable at 256 while catting /dev/random on my orangepi5plus running 6.8.12 |
Not a bug, it's per design... Also see issue 4170, which I opened last year against Jammy |
Yes, this is what I thought after some research. The commit you linked is the same that I linked above 😄 So everything is well after all. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What happened?
The RNG entropy pool on RK3588 (tested with NanoPi R6C) and RK3568 (tested with NanoPi R5C) always stays at 256 bits, which is very low.
In theory, the hardware based RNG generator should be active for RK35xx in the edge kernel. Something is not working as it should.
How to reproduce?
Watch your entropy with
cat /proc/sys/kernel/random/entropy_avail
orwatch -n 1 cat /proc/sys/kernel/random/entropy_avail
Branch
main (main development branch)
On which host OS are you running the build script and observing this problem?
Ubuntu 24.04 Noble
Are you building on Windows WSL2?
Relevant log URL
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: