Other Parts Discussed in Thread: TDA4VM
Tool/software:
Hi Ti
We want to stress test in LPDDR4 of TDA4VM Linux.
Please share stress test tool or method.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
https://linux.die.net/man/8/memtester
We have the memtester application as part of the default file system.
Ex: testing 1GB
memtester 1G
memtester version 4.5.1 (64-bit)
Copyright (C) 2001-2020 Charles Cazabon.
Licensed under the GNU General Public License version 2 (only).
pagesize is 4096
pagesizemask is 0xfffffffffffff000
want 1024MB (1073741824 bytes)
got 1024MB (1073741824 bytes), trying mlock ...locked.
Regards,
Keerthy
Hi Keerthy:
Now we can execute memtester test in our board, thanks a lot.
May I ask another question about how to test lpddr4 in u-boot during bootup process?
Because TDA4VM seems to support LPDDR4 test/frequency handshake in u-boot from bootup log information.
Can we verify lpddr4 setting/performance in u-boot?
Hi,
Yes: https://github.com/ARM-software/u-boot/blob/master/doc/README.memory-test
A note of caution that this will be very slow in U-Boot.
- Keerthy