We have built our AM335x based system using TI SDK 7.0 with some upgrades, and it has worked reasonably well.
However, one thing we found is that if I have the cryptodev module loaded, the system will leak memory.
So I am trying to see if we can get more updated cryptodev driver with the new Processor SDK 3.01, and I chooses the RT version since I don't have to add the RT patch myself.
However, after I built our application for the new SDK, it works, but was extremely slow.The web page load become a slow motion (It takes five seconds a load a json file)
I noticed that the systemd and ktimersoftd are using a lot of CPU
Any comments?