We customized the carrier board ourselves, but the corresponding device tree file has not been changed.
Use minicomn to communicate with sscom on the PC; if you send a file to minicom with a baud rate of 460800 on sscom, you will see that the size of kmalloc-256 continues to grow (obviously increases), and the memory of kmalloc-256 after closing minicom No significant reduction. Neither sscom nor minicom have hardware streams open, 460800, 8N1.
For the serial port, just do the following operations on the system,
“sudo systemctl disable nvgetty.service, sudo usermod -aG dialout robot”, others are consistent with the current system, there is no way to give logs in this regard, the only operation is to receive data through minicom and check the size change of kmalloc-256 through sudo slabtop Condition. You can check the pictures provided for your reference.
There is no update from you for a period, assuming this is not an issue any more.
Hence we are closing this topic. If need further support, please open a new one.
Thanks
Could you help to provide the detailed reproduce steps on the devkit so that we could debug locally?