ah! you are right.
it doesnt work on a rutx11 7.0 either. I remembered it wrong. it was a rutx12 with an older firmware. i tried this two months ago and there python3 was running fine.
in another forum i found out what the issue seems to be:
"So what happened here is that the getrandom
symbol has been moved into /lib/libc.musl-x86_64.so.1 which /usr/lib/libpython3.6m.so.1.0 depends on. You are getting this because you have a newer version of libpython3.6 that no longer implements this symbol and expects libc.musl to implement it, but the version of libc.musl does not have it implemented. Solution is to simply upgrade libc.musl to latest version and the symbol is implemented there. "
I have set up a machine with ubuntu 20.04 and compiled a firmware for the 955 already which is running on the device.
Would you be so kind and point me in the right direction on how to patch the problem?
thank you for your time
heiterkiter