<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Issue Accessing MCTP data of DC P3700 in Solid State Drives (NAND)</title>
    <link>https://community.solidigm.com/t5/solid-state-drives-nand/issue-accessing-mctp-data-of-dc-p3700/m-p/14854#M4939</link>
    <description>&lt;P&gt;Hi Jonathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been through &lt;A href="http://www.intel.ie/content/dam/www/public/us/en/documents/product-specifications/ssd-dc-p3700-spec.pdf" rel="nofollow noopener noreferrer"&gt;http://www.intel.ie/content/dam/www/public/us/en/documents/product-specifications/ssd-dc-p3700-spec.pdf&lt;/A&gt; Intel® SSD DC P3700 Series Product Specification and as per &lt;A href="http://www.nvmexpress.org/wp-content/uploads/NVMe_Management_-_Technical_Note_on_Basic_Management_Command.pdf" rel="nofollow noopener noreferrer"&gt;http://www.nvmexpress.org/wp-content/uploads/NVMe_Management_-_Technical_Note_on_Basic_Management_Command.pdf&lt;/A&gt; &lt;A href="http://www.nvmexpress.org/wp-content/uploads/NVMe_Management_-_Technical_Note_on_Basic_Management_Command.pdf" rel="nofollow noopener noreferrer"&gt;http://www.nvmexpress.org/wp-content/uploads/NVMe_Management_-_Technical_Note_on_Basic_Management_Command.pdf&lt;/A&gt; Irrespective of &lt;A href="https://downloadcenter.intel.com/download/23931/Intel-Solid-State-Drive-Data-Center-Tool" rel="nofollow noopener noreferrer"&gt;https://downloadcenter.intel.com/download/23931/Intel-Solid-State-Drive-Data-Center-Tool&lt;/A&gt; Intel® Solid-State Drive Data Center Tool and &lt;A href="https://downloadcenter.intel.com/download/18455/Intel-Solid-State-Drive-Toolbox" rel="nofollow noopener noreferrer"&gt;https://downloadcenter.intel.com/download/18455/Intel-Solid-State-Drive-Toolbox&lt;/A&gt; Intel® Solid-State Drive Toolbox, I should be able to read the &lt;B&gt;temperature data&lt;/B&gt; and SSD information like &lt;B&gt;driver status, static data&lt;/B&gt; over SMBus&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Issue I see is, I am able to get the temperature data with address 0x1B register-5, but failing to get the driver-status &amp;amp; static-data using the address 0x6A with command 0, 8 from slave driver I implemented. Please let me know is there any issue with my code I posted in my previous post. If there is any driver for oob management please give me pointers. (Here NMVe SSD drive is mounted)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the page 17 of &lt;A href="http://www.intel.ie/content/dam/www/public/us/en/documents/product-specifications/ssd-dc-p3700-spec.pdf" rel="nofollow noopener noreferrer"&gt;http://www.intel.ie/content/dam/www/public/us/en/documents/product-specifications/ssd-dc-p3700-spec.pdf&lt;/A&gt; Intel® SSD DC P3700 Series Product Specification I understand there is a typo error, instead of address 0x6A it is mentioned as 0x6, correct me If I am wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;gvk51.&lt;/P&gt;</description>
    <pubDate>Tue, 28 Jul 2015 08:18:34 GMT</pubDate>
    <dc:creator>vgajj</dc:creator>
    <dc:date>2015-07-28T08:18:34Z</dc:date>
    <item>
      <title>Issue Accessing MCTP data of DC P3700</title>
      <link>https://community.solidigm.com/t5/solid-state-drives-nand/issue-accessing-mctp-data-of-dc-p3700/m-p/14852#M4937</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a slaved i2c driver (7-bit Addressing) to access temperature data @ 0x1B and driver status @ 0x6A.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am able to get the temperature data as two bytes say 0xC3, 0x03, I face issue when trying to read Drive status @ 0x6A,  (in the product specification this address is mentioned as 0x6 instead of 0x6A) I gets smubs error 121. I am using the api mentioned below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# define MCTP_CMD_DRIVE_STATUS    0x0&lt;/P&gt;&lt;P&gt;# define MCTP_DRIVE_STATUS_BLOCK_SIZE    0x08&lt;/P&gt;&lt;P&gt;char buff[8];&lt;/P&gt;&lt;P&gt;ret = i2c_smbus_read_i2c_block_data(client, MCTP_CMD_DRIVE_STATIC_DATA,&lt;/P&gt;&lt;P&gt;            MCTP_DRIVE_STATUS_BLOCK_SIZE, buff);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I i2cdetect tool i see "UU" status for slave 0x6A.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help identifying the issue in reading.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;gvk51&lt;/P&gt;</description>
      <pubDate>Sun, 26 Jul 2015 16:08:15 GMT</pubDate>
      <guid>https://community.solidigm.com/t5/solid-state-drives-nand/issue-accessing-mctp-data-of-dc-p3700/m-p/14852#M4937</guid>
      <dc:creator>vgajj</dc:creator>
      <dc:date>2015-07-26T16:08:15Z</dc:date>
    </item>
    <item>
      <title>Re: Issue Accessing MCTP data of DC P3700</title>
      <link>https://community.solidigm.com/t5/solid-state-drives-nand/issue-accessing-mctp-data-of-dc-p3700/m-p/14853#M4938</link>
      <description>&lt;P&gt;Hello gvk51,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We would like to inform that the Intel® SSD DC P3700 Series is supported in compatible Operating Systems using the recommended drivers. More information about system requirements is available in the &lt;A href="http://downloadmirror.intel.com/23929/eng/Intel%20SSD%20Data%20Center%20Family%20for%20PCIe%20Installation%20Guide_330547-003.pdf" rel="nofollow noopener noreferrer"&gt;http://downloadmirror.intel.com/23929/eng/Intel%20SSD%20Data%20Center%20Family%20for%20PCIe%20Installation%20Guide_330547-003.pdf&lt;/A&gt; Intel® Solid-State Drive Data Center Family for PCIe* P3700, P3600 and P3500 Series Installation Guide.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As noted in page 17 of the &lt;A href="http://www.intel.ie/content/dam/www/public/us/en/documents/product-specifications/ssd-dc-p3700-spec.pdf" rel="nofollow noopener noreferrer"&gt;http://www.intel.ie/content/dam/www/public/us/en/documents/product-specifications/ssd-dc-p3700-spec.pdf&lt;/A&gt; Intel® SSD DC P3700 Series Product Specification, the Out of Band Management capabilities of the drives are according to international standards outlined in the NVMe Basic Management Command:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.nvmexpress.org/wp-content/uploads/NVMe_Management_-_Technical_Note_on_Basic_Management_Command.pdf" rel="nofollow noopener noreferrer"&gt;http://www.nvmexpress.org/wp-content/uploads/NVMe_Management_-_Technical_Note_on_Basic_Management_Command.pdf&lt;/A&gt; &lt;A href="http://www.nvmexpress.org/wp-content/uploads/NVMe_Management_-_Technical_Note_on_Basic_Management_Command.pdf" rel="nofollow noopener noreferrer"&gt;http://www.nvmexpress.org/wp-content/uploads/NVMe_Management_-_Technical_Note_on_Basic_Management_Command.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can obtain the most recent drivers, and Linux NVMe Driver Reference Guide from the following link:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://downloadcenter.intel.com/download/23929/Intel-Solid-State-Drive-Data-Center-Family-for-PCIe-Drivers" rel="nofollow noopener noreferrer"&gt;https://downloadcenter.intel.com/download/23929/Intel-Solid-State-Drive-Data-Center-Family-for-PCIe-Drivers&lt;/A&gt; Intel® Download Center&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Management and monitoring of the drive should be performed using the &lt;A href="https://downloadcenter.intel.com/download/23931/Intel-Solid-State-Drive-Data-Center-Tool" rel="nofollow noopener noreferrer"&gt;https://downloadcenter.intel.com/download/23931/Intel-Solid-State-Drive-Data-Center-Tool&lt;/A&gt; Intel® Solid-State Drive Data Center Tool and &lt;A href="https://downloadcenter.intel.com/download/18455/Intel-Solid-State-Drive-Toolbox" rel="nofollow noopener noreferrer"&gt;https://downloadcenter.intel.com/download/18455/Intel-Solid-State-Drive-Toolbox&lt;/A&gt; Intel® Solid-State Drive Toolbox.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jul 2015 19:08:48 GMT</pubDate>
      <guid>https://community.solidigm.com/t5/solid-state-drives-nand/issue-accessing-mctp-data-of-dc-p3700/m-p/14853#M4938</guid>
      <dc:creator>jbenavides</dc:creator>
      <dc:date>2015-07-27T19:08:48Z</dc:date>
    </item>
    <item>
      <title>Re: Issue Accessing MCTP data of DC P3700</title>
      <link>https://community.solidigm.com/t5/solid-state-drives-nand/issue-accessing-mctp-data-of-dc-p3700/m-p/14854#M4939</link>
      <description>&lt;P&gt;Hi Jonathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been through &lt;A href="http://www.intel.ie/content/dam/www/public/us/en/documents/product-specifications/ssd-dc-p3700-spec.pdf" rel="nofollow noopener noreferrer"&gt;http://www.intel.ie/content/dam/www/public/us/en/documents/product-specifications/ssd-dc-p3700-spec.pdf&lt;/A&gt; Intel® SSD DC P3700 Series Product Specification and as per &lt;A href="http://www.nvmexpress.org/wp-content/uploads/NVMe_Management_-_Technical_Note_on_Basic_Management_Command.pdf" rel="nofollow noopener noreferrer"&gt;http://www.nvmexpress.org/wp-content/uploads/NVMe_Management_-_Technical_Note_on_Basic_Management_Command.pdf&lt;/A&gt; &lt;A href="http://www.nvmexpress.org/wp-content/uploads/NVMe_Management_-_Technical_Note_on_Basic_Management_Command.pdf" rel="nofollow noopener noreferrer"&gt;http://www.nvmexpress.org/wp-content/uploads/NVMe_Management_-_Technical_Note_on_Basic_Management_Command.pdf&lt;/A&gt; Irrespective of &lt;A href="https://downloadcenter.intel.com/download/23931/Intel-Solid-State-Drive-Data-Center-Tool" rel="nofollow noopener noreferrer"&gt;https://downloadcenter.intel.com/download/23931/Intel-Solid-State-Drive-Data-Center-Tool&lt;/A&gt; Intel® Solid-State Drive Data Center Tool and &lt;A href="https://downloadcenter.intel.com/download/18455/Intel-Solid-State-Drive-Toolbox" rel="nofollow noopener noreferrer"&gt;https://downloadcenter.intel.com/download/18455/Intel-Solid-State-Drive-Toolbox&lt;/A&gt; Intel® Solid-State Drive Toolbox, I should be able to read the &lt;B&gt;temperature data&lt;/B&gt; and SSD information like &lt;B&gt;driver status, static data&lt;/B&gt; over SMBus&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Issue I see is, I am able to get the temperature data with address 0x1B register-5, but failing to get the driver-status &amp;amp; static-data using the address 0x6A with command 0, 8 from slave driver I implemented. Please let me know is there any issue with my code I posted in my previous post. If there is any driver for oob management please give me pointers. (Here NMVe SSD drive is mounted)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the page 17 of &lt;A href="http://www.intel.ie/content/dam/www/public/us/en/documents/product-specifications/ssd-dc-p3700-spec.pdf" rel="nofollow noopener noreferrer"&gt;http://www.intel.ie/content/dam/www/public/us/en/documents/product-specifications/ssd-dc-p3700-spec.pdf&lt;/A&gt; Intel® SSD DC P3700 Series Product Specification I understand there is a typo error, instead of address 0x6A it is mentioned as 0x6, correct me If I am wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;gvk51.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jul 2015 08:18:34 GMT</pubDate>
      <guid>https://community.solidigm.com/t5/solid-state-drives-nand/issue-accessing-mctp-data-of-dc-p3700/m-p/14854#M4939</guid>
      <dc:creator>vgajj</dc:creator>
      <dc:date>2015-07-28T08:18:34Z</dc:date>
    </item>
    <item>
      <title>Re: Issue Accessing MCTP data of DC P3700</title>
      <link>https://community.solidigm.com/t5/solid-state-drives-nand/issue-accessing-mctp-data-of-dc-p3700/m-p/14855#M4940</link>
      <description>&lt;P&gt;We will need to check on this with our additional resources. Please let us know the following information so we can provide accurate recommendations:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Main goal, or reason why you are configuring Out of band management and SMBUS. (Type of project)&lt;/P&gt;&lt;P&gt;- Computer brand and model&lt;/P&gt;&lt;P&gt;- Motherboard model and BIOS version&lt;/P&gt;&lt;P&gt;- Operating System (including 32 or 64 bit).&lt;/P&gt;&lt;P&gt;- NVMe Driver version&lt;/P&gt;&lt;P&gt;- Model number of the Intel SSD DC P3700.&lt;/P&gt;&lt;P&gt;- Is this an Add-in-card SSD, or a 2.5 in SFF-8639 form factor drive?&lt;/P&gt;&lt;P&gt;- What is the Size of the drive?&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jul 2015 18:06:10 GMT</pubDate>
      <guid>https://community.solidigm.com/t5/solid-state-drives-nand/issue-accessing-mctp-data-of-dc-p3700/m-p/14855#M4940</guid>
      <dc:creator>jbenavides</dc:creator>
      <dc:date>2015-07-28T18:06:10Z</dc:date>
    </item>
    <item>
      <title>Re: Issue Accessing MCTP data of DC P3700</title>
      <link>https://community.solidigm.com/t5/solid-state-drives-nand/issue-accessing-mctp-data-of-dc-p3700/m-p/14856#M4941</link>
      <description>&lt;P&gt;Hi Jonathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) I have sf8639 2.5 inch form factor device&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) I am not interested in hot plug or surprise removal functionality, so we can ignore BIOS support and the mother board type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) I have a desktop machine with Ubuntu 14.04 LTS installed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4) I am connecting NVMe SSD to Desktop motherboard using sf8639 to PCIe converter. I am able to see the drive on my machine and able to format and mount.  On the converter board I have SMBus headers, which are from the SF8639 Interface. I have external micro controller with i2c lines connected to SMBus header, Iam trying to read the drive status following the  MCTP 1.0 version to read the temperature info @ 0x1B, but failing to read VPD data @ 0x6A. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please provide the inputs, I have shared the code in my previous post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt; Vamshi G.</description>
      <pubDate>Wed, 29 Jul 2015 16:50:09 GMT</pubDate>
      <guid>https://community.solidigm.com/t5/solid-state-drives-nand/issue-accessing-mctp-data-of-dc-p3700/m-p/14856#M4941</guid>
      <dc:creator>vgajj</dc:creator>
      <dc:date>2015-07-29T16:50:09Z</dc:date>
    </item>
    <item>
      <title>Re: Issue Accessing MCTP data of DC P3700</title>
      <link>https://community.solidigm.com/t5/solid-state-drives-nand/issue-accessing-mctp-data-of-dc-p3700/m-p/14857#M4942</link>
      <description>&lt;P&gt;Hello gvk51,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We will be glad to help you resolve your inquiry and we will need to engage additional resources to review your request.&lt;/P&gt;&lt;P&gt;The Intel® SSD DC P3700 2.5in drive has specific hardware requirements and we need to confirm some information. Please let us know the system details previously requested as they are required for this type of inquiries:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Computer brand and model&lt;/P&gt;&lt;P&gt;- Motherboard model and BIOS version&lt;/P&gt;&lt;P&gt;- NVMe Driver version&lt;/P&gt;&lt;P&gt;- Model number of the Intel® SSD DC P3700.&lt;/P&gt;&lt;P&gt;- What type of converter board are you using?&lt;/P&gt;&lt;P&gt;- Do you plan to boot from the NVMe drive, or use for data only?&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jul 2015 00:12:12 GMT</pubDate>
      <guid>https://community.solidigm.com/t5/solid-state-drives-nand/issue-accessing-mctp-data-of-dc-p3700/m-p/14857#M4942</guid>
      <dc:creator>jbenavides</dc:creator>
      <dc:date>2015-07-30T00:12:12Z</dc:date>
    </item>
    <item>
      <title>Re: Issue Accessing MCTP data of DC P3700</title>
      <link>https://community.solidigm.com/t5/solid-state-drives-nand/issue-accessing-mctp-data-of-dc-p3700/m-p/14858#M4943</link>
      <description>&lt;P&gt;Hi Jonathan_Intel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- It is a assembled machine with Asus mother board &amp;amp; intel CPU with Ubuntu 14.04 LTS&lt;/P&gt;&lt;P&gt;- Mother board version P8P67 EVO&lt;/P&gt;&lt;P&gt;- BIOS version 1606: Build date 05/02/2011&lt;/P&gt;&lt;P&gt;- Linux Kernel version 3.16.0-45-generic&lt;/P&gt;&lt;P&gt;- NVMe driver version 0.9 (used &lt;B&gt;&lt;I&gt;modinfo nvme&lt;/I&gt;&lt;/B&gt; )&lt;/P&gt;&lt;P&gt;- SSD Model: SSDPE2MD800G4&lt;/P&gt;&lt;P&gt;- I am using PCI-AD-x439-01 SF8639 to PCIe converter (&lt;A href="http://serialcables.com/search-largeview.asp?cat=&amp;amp;tier=&amp;amp;id=1579&amp;amp;search=true" rel="nofollow noopener noreferrer"&gt;http://serialcables.com/search-largeview.asp?cat=&amp;amp;tier=&amp;amp;id=1579&amp;amp;search=true&lt;/A&gt; High Speed Serial Cables, Adapters and Accessories from Serial Cables)&lt;/P&gt;&lt;P&gt;- I am using PCIe_16 2.0 version on mother board &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am able to format &amp;amp; mount the drive on Ubuntu machine, here I could not see the smart data &amp;amp; it is not important to me as of now. My major concern is accessing the OOB data using an external micro-controller over I2C/SMBus.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I understand I gave 100% of the information, to my understanding all the above information may not be need to access OOB data as long as SSD is operational, please correct me if I am wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me at the earliest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Vamshi G.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jul 2015 15:02:48 GMT</pubDate>
      <guid>https://community.solidigm.com/t5/solid-state-drives-nand/issue-accessing-mctp-data-of-dc-p3700/m-p/14858#M4943</guid>
      <dc:creator>vgajj</dc:creator>
      <dc:date>2015-07-30T15:02:48Z</dc:date>
    </item>
    <item>
      <title>Re: Issue Accessing MCTP data of DC P3700</title>
      <link>https://community.solidigm.com/t5/solid-state-drives-nand/issue-accessing-mctp-data-of-dc-p3700/m-p/14859#M4944</link>
      <description>&lt;P&gt;We are researching on your inquiry and will provide more information soon.&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jul 2015 00:58:43 GMT</pubDate>
      <guid>https://community.solidigm.com/t5/solid-state-drives-nand/issue-accessing-mctp-data-of-dc-p3700/m-p/14859#M4944</guid>
      <dc:creator>jbenavides</dc:creator>
      <dc:date>2015-07-31T00:58:43Z</dc:date>
    </item>
    <item>
      <title>Re: Issue Accessing MCTP data of DC P3700</title>
      <link>https://community.solidigm.com/t5/solid-state-drives-nand/issue-accessing-mctp-data-of-dc-p3700/m-p/14860#M4945</link>
      <description>&lt;P&gt;Hi Jonathan_intel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me addressing this at the earliest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance !&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jul 2015 14:54:52 GMT</pubDate>
      <guid>https://community.solidigm.com/t5/solid-state-drives-nand/issue-accessing-mctp-data-of-dc-p3700/m-p/14860#M4945</guid>
      <dc:creator>vgajj</dc:creator>
      <dc:date>2015-07-31T14:54:52Z</dc:date>
    </item>
    <item>
      <title>Re: Issue Accessing MCTP data of DC P3700</title>
      <link>https://community.solidigm.com/t5/solid-state-drives-nand/issue-accessing-mctp-data-of-dc-p3700/m-p/14861#M4946</link>
      <description>&lt;P&gt;Hello gvk51,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We got the following information about the addresses available on Fultondale SSD's (DC P3700, DC P3600)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;7bit (8bit) addresses listed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;0x6A (0xD4) = ASIC / NVMe-MI (SMBus Block Reads / I2C Multi-Byte Reads)&lt;/P&gt;&lt;P&gt;0x53 (0xA6) = VPD EEPROM (SMBus Byte Write/Reads)&lt;/P&gt;&lt;P&gt;0x1B (0x36) = VPD Temp (SMBus Word Reads)&lt;/P&gt;&lt;P&gt;Note that 0x6A != 0xA6  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also the 0x6A (0xD4 8bit) address for talking to the ASIC's SMBus controller has different behavior depending on how your drive is configured. With firmware builds that are on FW151 or newer, this address will talk simplified NVMe-MI.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Aug 2015 17:29:02 GMT</pubDate>
      <guid>https://community.solidigm.com/t5/solid-state-drives-nand/issue-accessing-mctp-data-of-dc-p3700/m-p/14861#M4946</guid>
      <dc:creator>jbenavides</dc:creator>
      <dc:date>2015-08-06T17:29:02Z</dc:date>
    </item>
    <item>
      <title>Re: Issue Accessing MCTP data of DC P3700</title>
      <link>https://community.solidigm.com/t5/solid-state-drives-nand/issue-accessing-mctp-data-of-dc-p3700/m-p/14862#M4947</link>
      <description>&lt;P&gt;Hi Jonathan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for you  response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) what exactly meant by how your dive is configured &amp;amp; how do I configure it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) How do I check my drive firmware is FW151 or newer. Assuming my drive is at the latest firmware then it should support simplified NVMe-MI which I understand as version 1.0, correct me if I am wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) In my first post I mentioned that I am trying to do SMBus Block Reads/ I2C multibyte reads as below using the 7-bit address 0x6A and trying to read 8 bytes, but i see error on the bus. Please let me know if I am missing any thing in my code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# define MCTP_CMD_DRIVE_STATUS    0x0&lt;/P&gt;&lt;P&gt;# define MCTP_DRIVE_STATUS_BLOCK_SIZE    0x08&lt;/P&gt;&lt;P&gt;char buff[8];&lt;/P&gt;&lt;P&gt;ret = i2c_smbus_read_i2c_block_data(client, MCTP_CMD_DRIVE_STATIC_DATA,&lt;/P&gt;&lt;P&gt;            MCTP_DRIVE_STATUS_BLOCK_SIZE, buff);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I use i2cdetect tool i see "UU" status for slave 0x6A, which means a busy status. What could be the reason.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me giving inline answers &amp;amp; at the earliest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.☺&lt;/P&gt;</description>
      <pubDate>Thu, 06 Aug 2015 18:45:33 GMT</pubDate>
      <guid>https://community.solidigm.com/t5/solid-state-drives-nand/issue-accessing-mctp-data-of-dc-p3700/m-p/14862#M4947</guid>
      <dc:creator>vgajj</dc:creator>
      <dc:date>2015-08-06T18:45:33Z</dc:date>
    </item>
    <item>
      <title>Re: Issue Accessing MCTP data of DC P3700</title>
      <link>https://community.solidigm.com/t5/solid-state-drives-nand/issue-accessing-mctp-data-of-dc-p3700/m-p/14863#M4948</link>
      <description>&lt;P&gt;Hi Jonthan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am unable to read the data using address 0x6A.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am able to read the temp data of 2 bytes @ 0x1b&lt;/P&gt;&lt;P&gt;I am able to read the VPD info of 75 bytes @ address 0x53, please help me why I am unable to read the NVMe-MI data ? Have you verified this from your side&lt;/P&gt;</description>
      <pubDate>Mon, 10 Aug 2015 15:54:36 GMT</pubDate>
      <guid>https://community.solidigm.com/t5/solid-state-drives-nand/issue-accessing-mctp-data-of-dc-p3700/m-p/14863#M4948</guid>
      <dc:creator>vgajj</dc:creator>
      <dc:date>2015-08-10T15:54:36Z</dc:date>
    </item>
    <item>
      <title>Re: Issue Accessing MCTP data of DC P3700</title>
      <link>https://community.solidigm.com/t5/solid-state-drives-nand/issue-accessing-mctp-data-of-dc-p3700/m-p/14864#M4949</link>
      <description>&lt;P&gt;Hello gvk51,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since this is an integration inquiry, we have to engage additional resources and it may take additional time to provide feedback on this matter. Additionally, the configuration you are using has not been validated with the Intel® SSD DC P3700 2.5in drive. So, it may take longer to verify what may or may not work.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Aug 2015 21:05:06 GMT</pubDate>
      <guid>https://community.solidigm.com/t5/solid-state-drives-nand/issue-accessing-mctp-data-of-dc-p3700/m-p/14864#M4949</guid>
      <dc:creator>jbenavides</dc:creator>
      <dc:date>2015-08-10T21:05:06Z</dc:date>
    </item>
    <item>
      <title>Re: Issue Accessing MCTP data of DC P3700</title>
      <link>https://community.solidigm.com/t5/solid-state-drives-nand/issue-accessing-mctp-data-of-dc-p3700/m-p/14865#M4950</link>
      <description>&lt;P&gt;Hello Gvk51,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We were not able to dedicate engineering resources to review your request and unfortunately we will not be able to provide full support for your design and software development efforts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The hardware configuration you are using has not been validated to work with the Intel® SSD DC P3700 2.5in drive; so, it is not possible for us to replicate and test this configuration. Also, We have not received any other reports of similar issues and you SSD appears to be working correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For better documentation, please let us know the exact code you are using to access the 0x1B register, and the results you are receiving&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As for 0x6A, could you provide the command input you are using and result returned by the system?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please take into consideration that when accessing 0x6A register, the drive will talk simplified NVMe-MI, not the full MCTP. This may require code changes.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Aug 2015 22:58:03 GMT</pubDate>
      <guid>https://community.solidigm.com/t5/solid-state-drives-nand/issue-accessing-mctp-data-of-dc-p3700/m-p/14865#M4950</guid>
      <dc:creator>jbenavides</dc:creator>
      <dc:date>2015-08-27T22:58:03Z</dc:date>
    </item>
  </channel>
</rss>

