<?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>i.MX ProcessorsのトピックRe: /dev/random on imx51</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/dev-random-on-imx51/m-p/161098#M3373</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Rod, that's very helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Christophe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 May 2012 13:14:25 GMT</pubDate>
    <dc:creator>ChristopheLevan</dc:creator>
    <dc:date>2012-05-21T13:14:25Z</dc:date>
    <item>
      <title>/dev/random on imx51</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/dev-random-on-imx51/m-p/161096#M3371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am new to the imx51 platform and I apologise if my question is trivial but I wasn't able to find documentation about it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to use /dev/random on imx51 (and linux 2.6.31).&lt;/P&gt;&lt;P&gt;When I read from it, I have got no data.&lt;/P&gt;&lt;P&gt;I would have thought the imx random number generator present in the SAHARA would be connected to it.&lt;/P&gt;&lt;P&gt;I used other chips in the past and the internal RNG was connected to /dev/random.&lt;/P&gt;&lt;P&gt;Am I missing something ? Or maybe I am using the wrong Linux version ?&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Christophe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2012 10:07:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/dev-random-on-imx51/m-p/161096#M3371</guid>
      <dc:creator>ChristopheLevan</dc:creator>
      <dc:date>2012-05-15T10:07:42Z</dc:date>
    </item>
    <item>
      <title>Re: /dev/random on imx51</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/dev-random-on-imx51/m-p/161097#M3372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Christophe,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The driver for SAHARA on MX51/MX53&amp;nbsp;is not connected to&amp;nbsp;the /dev/random special file.&amp;nbsp;&amp;nbsp;&amp;nbsp;Rather, it uses a FSL proprietary API called the Freescale Security HW API (or FSL SHW API for short).&amp;nbsp; The source code for the SAHARA driver and API is included in the Freescale Linux BSP package under /drivers/mxc/security/sahara2.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The API offers an interface for both user and kernel modes.&amp;nbsp; The API for generating random numbers with the HW RNG is fsl_shw_get_random().&amp;nbsp; There should be test code under /test/mxc_sahara_test that provides an example&amp;nbsp;for calling&amp;nbsp; fsl_shw_get_random() to get random data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;-Rod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 May 2012 17:57:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/dev-random-on-imx51/m-p/161097#M3372</guid>
      <dc:creator>rodz</dc:creator>
      <dc:date>2012-05-20T17:57:52Z</dc:date>
    </item>
    <item>
      <title>Re: /dev/random on imx51</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/dev-random-on-imx51/m-p/161098#M3373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Rod, that's very helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Christophe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2012 13:14:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/dev-random-on-imx51/m-p/161098#M3373</guid>
      <dc:creator>ChristopheLevan</dc:creator>
      <dc:date>2012-05-21T13:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: /dev/random on imx51</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/dev-random-on-imx51/m-p/161099#M3374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone suggest from where can i get the test programs for the API?&lt;/P&gt;&lt;P&gt;Is there any link from where, i can download the test code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shashank.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2015 12:41:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/dev-random-on-imx51/m-p/161099#M3374</guid>
      <dc:creator>shashankpathak</dc:creator>
      <dc:date>2015-01-07T12:41:19Z</dc:date>
    </item>
    <item>
      <title>Re: /dev/random on imx51</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/dev-random-on-imx51/m-p/161100#M3375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp; There is TestCode_Release_SDK for i.MX51. Please create Service Request &lt;/P&gt;&lt;P&gt;to get it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Yuri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2015 07:37:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/dev-random-on-imx51/m-p/161100#M3375</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2015-01-12T07:37:23Z</dc:date>
    </item>
  </channel>
</rss>

