Skip to content

Commit f555717

Browse files
Santhosh Kumar Kjeevantelukula
authored andcommitted
feat(linux): QSPI/OSPI Performance
Add QSPI/OSPI Driver performance measurements. Signed-off-by: Santhosh Kumar K <[email protected]>
1 parent 6302455 commit f555717

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

source/devices/AM62LX/linux/Linux_Performance_Guide.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,24 @@ with drivers included in a particular release.
3232
For further information or to report any problems, contact
3333
https://e2e.ti.com/ or https://support.ti.com/
3434

35+
Linux QSPI/OSPI Driver
36+
----------------------
37+
38+
.. csv-table::
39+
:header: "Flash","File Size","Read Throughput","Write Throughput"
40+
41+
"OSPI NOR","50 MB","205 MB/s","403 KB/s"
42+
"QSPI NAND","50 MB","18.6 MB/s","4.9 MB/s"
43+
44+
U-Boot QSPI/OSPI Driver
45+
-----------------------
46+
47+
.. csv-table::
48+
:header: "Flash","File Size","Read Throughput","Write Throughput"
49+
50+
"OSPI NOR","50 MB","303 MB/s","167 KB/s"
51+
"QSPI NAND","50 MB","25.7 MB/s","5.5 MB/s"
52+
3553
Low Power Performance
3654
---------------------
3755

0 commit comments

Comments
 (0)