Hi,
We have made a board using the AM3358 processor along with 1GB RAM. Currently we are running a python application (no GUI) that will be communicating with another board over UART and it handles a lot of data. But the CPU consumption just by running the python application itself peaks at 80% and stays at around 65% most of the time while the RAM peaks at 40% and remains at around 30% most of the time. Can someone help me why it is happening like this? What could be the possible cause for this, the same app when run on a pi works fine with minimal CPU consumption.. We are also intending to run another app along with this in a docker container.