Hi ,
I want to know if we can connect directly a SSD disk on the sata port ? is the liux driver are ready to manage it ? What is the max capacity that we can connect on it ?
thanks
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.
mickael said:I want to know if we can connect directly a SSD disk on the sata port ?
You can connect a drive directly to the SATA port, even a SSD, it should show up like a normal hard disk.
mickael said:is the liux driver are ready to manage it ?
The SATA drivers are in place, however for the out of the box kernel you may have to disable port multiplier support in your kernel and rebuild, as mentioned in this thread.
mickael said:What is the max capacity that we can connect on it ?
The theoretical maximum capacity would be 144,115,188,075,855,872 (512*2^48) bytes.
Hi there,
Ideal bandwidth of SATA II is ~300MB/sec.
However, our test using a SATA II SSD drive on AM1808EVM+SDK only achieves 26MB/s, close to
http://processors.wiki.ti.com/index.php/DaVinci_PSP_03.20.00.11_Device_Driver_Features_and_Performance_Guide.
but far less than R:100MB/s and W:70MB/s on PC.
What is the bandwidth bottleneck ?
Yulin.
The link Yulin provided in the post, http://processors.wiki.ti.com/index.php/DaVinci_PSP_03.20.00.11_Device_Driver_Features_and_Performance_Guide, is TI's benchmark numbers based on the device drivers provided from the DaVinci Linux PSP package.
You can probably find more feedback on the Linux driver performance from the Linux Embedded System forum: http://e2e.ti.com/support/embedded/f/354.aspx
--Christina
okay...let me fix my units....0.168 Gbps (giga bits per second)....21MBps (21 MBytes per seconds)....
Thanks,
Jeffrey
The numbers are based off the device driver performance. With better software optimization, I assume SATA can perform faster. However, I'm not a SATA expert, so I do not have the insight on the maximum hardware performance. Maybe someone with a better SATA expertise can comment on the hardware performance.
--Christina
Christina,
Cool! Therein lies my interest. I chose the L138 for my system based on specification numbers listed in TI's data sheet. However, the results advertised by the Linux developers is no where close to the advertised data rate. I mean an order of magnitude less! If the silicon is capable of sustaining even one sixth the data rate (i.e. 50MBytes/second), then I might be inclined to have one of my software engineers work on optimizing the software driver for our application where we only need 50 MByte/second write/read data rate. Does TI perform a system validation of its silicon devices against the advertisied specification?
Thanks again,
Jeffrey
I contacted our SATA expert and this is what he said:
Therefore, the SATA hardware should be able to do the 50Mbyte/second per you application if software is optimized correctly.
--Christina