Closed ColorfulRhino closed 4 months ago
Jira ticket: AR-2388
Maybe not a bug?
Resources:
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
Not a bug, it's per design...
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.
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