<?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: Bitinit - Linux alternative in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Bitinit-Linux-alternative/m-p/224879#M15699</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No. this answer was not helpful because he did not answer my original question.&lt;/P&gt;&lt;P&gt;I said that I would be able to take care of elf-files because I would just download them via tftp and run them via uboot's "runelf" command.&lt;/P&gt;&lt;P&gt;Unfortunately I only receive the .sb-file from the python script.&lt;/P&gt;&lt;P&gt;My question was how to gain the elf with with included bit-settings. The elf file with no bit settings is useless if I would like to overwrite the OTP Fuses&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as I understand &lt;A _jive_internal="true" data-avatarid="26844" data-externalid="" data-online="false" data-presence="null" data-userid="203381" data-username="JackyAtFreescale" href="https://community.nxp.com/people/JackyAtFreescale" style="font-weight: bold; font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #8b8b8b; text-decoration: underline; background-color: #ffffff;"&gt;JackyAtFreescale&lt;/A&gt;'s reply there is no way to receive that kind of elf-file.&lt;/P&gt;&lt;P&gt;Which shows that his former statement about using no-elftosb - parameter is not correct for my task ... or was here something I did not understand?&lt;/P&gt;&lt;P&gt;Looking forward to hearing from you,&lt;/P&gt;&lt;P&gt;Matthias&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 25 May 2013 15:01:32 GMT</pubDate>
    <dc:creator>matthiasV</dc:creator>
    <dc:date>2013-05-25T15:01:32Z</dc:date>
    <item>
      <title>Bitinit - Linux alternative</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Bitinit-Linux-alternative/m-p/224873#M15693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello there!&lt;/P&gt;&lt;P&gt;I used the imx_otp_tools - package in order to write Super Root Key - Banks (SRK) in i.mx287&lt;/P&gt;&lt;P&gt;Following packages are included&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;BitBurner(exe) - not used but gives nice output of current banks&lt;/LI&gt;&lt;LI&gt;otp_burner(python) - creates OtpInit.sb-file which holds srk&lt;/LI&gt;&lt;LI&gt;BitInit(exe) - actually flashes sb-file (which includes srk) to fuses&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I sucessfully flashed my pins by using windows operating system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Due to the fact that this program seems to be the only windows program I would like to know if there is any other alternative linux software, which replaces BitInit, available.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not there is annother possibility:&lt;/P&gt;&lt;P&gt;We use uboot as bootloader and this piece of software gives us the option to execute former downloaded elf-code. After sucessfully downloading (tftp) OtpInit.sb to 0x42000000 I try executing it by "bootelf 0x42000000" which results in following error message "## No elf image at address 0x42000000"&lt;/P&gt;&lt;P&gt;This is pretty obvious because sb is not elf ... it already has been converted by elftosb. is there any way to get the elf-file BEFORE it becomes sb?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Matthias V.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 May 2013 18:26:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Bitinit-Linux-alternative/m-p/224873#M15693</guid>
      <dc:creator>matthiasV</dc:creator>
      <dc:date>2013-05-04T18:26:49Z</dc:date>
    </item>
    <item>
      <title>Re: Bitinit - Linux alternative</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Bitinit-Linux-alternative/m-p/224874#M15694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Run otp_burner&lt;SPAN class="GINGER_SOFATWARE_correct"&gt;.&lt;/SPAN&gt;&lt;SPAN class="GINGER_SOFATWARE_correct"&gt;py&lt;/SPAN&gt; with the option &lt;STRONG&gt;--no-&lt;SPAN class="GINGER_SOFATWARE_correct GINGER_SOFATWARE_noSuggestion"&gt;elftosb&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;otp_burner&lt;SPAN class="GINGER_SOFATWARE_correct"&gt;.&lt;/SPAN&gt;&lt;SPAN class="GINGER_SOFATWARE_correct GINGER_SOFATWARE_noSuggestion"&gt;py&lt;/SPAN&gt; --help&lt;/P&gt;&lt;P&gt;Usage&lt;/P&gt;&lt;P&gt;=====&lt;/P&gt;&lt;P&gt;&amp;nbsp; otp_burner&lt;SPAN class="GINGER_SOFATWARE_correct"&gt;.&lt;/SPAN&gt;&lt;SPAN class="GINGER_SOFATWARE_correct GINGER_SOFATWARE_noSuggestion"&gt;py&lt;/SPAN&gt; [options] [-k FILE] [-r FILE] -&lt;SPAN class="GINGER_SOFATWARE_correct"&gt;i&lt;/SPAN&gt; FILE [-o FILE]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Options&lt;/P&gt;&lt;P&gt;=======&lt;/P&gt;&lt;P&gt;--&lt;SPAN class="GINGER_SOFATWARE_correct"&gt;help&lt;/SPAN&gt;, -h&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; show this help message and exit&lt;/P&gt;&lt;P&gt;--&lt;SPAN class="GINGER_SOFATWARE_correct"&gt;version&lt;/SPAN&gt;, -V&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Show version information.&lt;/P&gt;&lt;P&gt;--input=PATH, -&lt;SPAN class="GINGER_SOFATWARE_correct"&gt;i&lt;/SPAN&gt; PATH&amp;nbsp;&amp;nbsp; Specify the input OTP bit settings file.&lt;/P&gt;&lt;P&gt;--output=PATH, -o PATH&amp;nbsp; Write output to this file. Optional; if not provided&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="GINGER_SOFATWARE_correct"&gt;then&lt;/SPAN&gt; the output file name is generated from the input&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="GINGER_SOFATWARE_correct"&gt;file&lt;/SPAN&gt; name.&lt;/P&gt;&lt;P&gt;--key=PATH, -k PATH&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Specify the input crypto key file.&lt;/P&gt;&lt;P&gt;--&lt;SPAN class="GINGER_SOFATWARE_correct"&gt;key&lt;/SPAN&gt;-number=NUM, -n NUM&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Use key number N from the crypto key file (default 0).&lt;/P&gt;&lt;P&gt;--srk=PATH, -r PATH&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Specify the binary super root key hash file.&lt;/P&gt;&lt;P&gt;--&lt;SPAN class="GINGER_SOFATWARE_correct"&gt;print&lt;/SPAN&gt;-&lt;SPAN class="GINGER_SOFATWARE_correct GINGER_SOFATWARE_noSuggestion"&gt;otp&lt;/SPAN&gt;, -p&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Print the resulting OTP registers.&lt;/P&gt;&lt;P&gt;--&lt;SPAN class="GINGER_SOFATWARE_correct"&gt;elftosb&lt;/SPAN&gt;, -e&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Run &lt;SPAN class="GINGER_SOFATWARE_correct GINGER_SOFATWARE_noSuggestion"&gt;elftosb&lt;/SPAN&gt; to generate the .&lt;SPAN class="GINGER_SOFATWARE_correct"&gt;sb&lt;/SPAN&gt; file (the default).&lt;/P&gt;&lt;P&gt;--&lt;SPAN class="GINGER_SOFATWARE_correct"&gt;no&lt;/SPAN&gt;-&lt;SPAN class="GINGER_SOFATWARE_correct GINGER_SOFATWARE_noSuggestion"&gt;elftosb&lt;/SPAN&gt;, -E&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Do not run &lt;SPAN class="GINGER_SOFATWARE_correct GINGER_SOFATWARE_noSuggestion"&gt;elftosb&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;--&lt;SPAN class="GINGER_SOFATWARE_correct"&gt;hab&lt;/SPAN&gt;, -a&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; generate a HAB compatible .&lt;SPAN class="GINGER_SOFATWARE_correct"&gt;sb&lt;/SPAN&gt; (MX28 only; default)&lt;/P&gt;&lt;P&gt;--&lt;SPAN class="GINGER_SOFATWARE_correct"&gt;no&lt;/SPAN&gt;-&lt;SPAN class="GINGER_SOFATWARE_correct GINGER_SOFATWARE_noSuggestion"&gt;hab&lt;/SPAN&gt;, -A&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; generate a non-HAB .&lt;SPAN class="GINGER_SOFATWARE_correct"&gt;sb&lt;/SPAN&gt; (MX28 only)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 May 2013 09:07:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Bitinit-Linux-alternative/m-p/224874#M15694</guid>
      <dc:creator>JackyAtFreescal</dc:creator>
      <dc:date>2013-05-13T09:07:45Z</dc:date>
    </item>
    <item>
      <title>Re: Bitinit - Linux alternative</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Bitinit-Linux-alternative/m-p/224875#M15695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mathias, please click Correct Answer/Helpful Answer if Jacky's reply help you.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Yixing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 May 2013 07:11:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Bitinit-Linux-alternative/m-p/224875#M15695</guid>
      <dc:creator>YixingKong</dc:creator>
      <dc:date>2013-05-17T07:11:38Z</dc:date>
    </item>
    <item>
      <title>Re: Bitinit - Linux alternative</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Bitinit-Linux-alternative/m-p/224876#M15696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Yixing Kong!&lt;/P&gt;&lt;P&gt;Unfortunately this answer was not helpful. Overmore I did not know that someone is really maintaining the state of helpful answers. Way to go freescale!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried the no-elftosb option but nothing was generated. I searched for something like otp_init in elf-format but nothing was there. Where could that file be? It certainly must be created on its way of becoming a sb-file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only file which is newly created would be output.dat and it has following content&lt;/P&gt;&lt;P&gt;0x00000000: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00&lt;/P&gt;&lt;P&gt;0x00000020: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00&lt;/P&gt;&lt;P&gt;0x00000040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00&lt;/P&gt;&lt;P&gt;0x00000060: 10 00 00 00 00 03 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00&lt;/P&gt;&lt;P&gt;0x00000080: 49 35 26 08 c4 46 92 f4 06 84 39 b1 90 bd 54 d8 f7 c9 25 28 1d 5e 6d 54 c1 eb 30 da c9 bb aa b6&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am pretty sure that this is not enough code for being a elf-file?&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Matthias Vierthaler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 May 2013 09:06:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Bitinit-Linux-alternative/m-p/224876#M15696</guid>
      <dc:creator>matthiasV</dc:creator>
      <dc:date>2013-05-17T09:06:02Z</dc:date>
    </item>
    <item>
      <title>Re: Bitinit - Linux alternative</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Bitinit-Linux-alternative/m-p/224877#M15697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Matt,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For imx28, pitc_otp_mfg_mx28 is the elf-file.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="GINGER_SOFATWARE_correct"&gt;elftosb&lt;/SPAN&gt; combines pitc_otp_mfg_mx28 and the bit setting data into a single file which has the name ended with "&lt;SPAN class="GINGER_SOFATWARE_correct"&gt;.&lt;/SPAN&gt;&lt;SPAN class="GINGER_SOFATWARE_correct"&gt;sb&lt;/SPAN&gt;". By default the name is OtpInit&lt;SPAN class="GINGER_SOFATWARE_correct"&gt;.&lt;/SPAN&gt;&lt;SPAN class="GINGER_SOFATWARE_correct"&gt;sb&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;Your &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;newly created&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;output.dat&lt;/SPAN&gt; actually is the bit setting data, pitc_otp_mfg_mx28 needs it at runtime.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;Jacky&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 May 2013 06:33:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Bitinit-Linux-alternative/m-p/224877#M15697</guid>
      <dc:creator>JackyAtFreescal</dc:creator>
      <dc:date>2013-05-23T06:33:49Z</dc:date>
    </item>
    <item>
      <title>Re: Bitinit - Linux alternative</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Bitinit-Linux-alternative/m-p/224878#M15698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mathias, please click Correct Answer/Helpful Answer if Jacky's reply help you.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Yixing&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 May 2013 06:05:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Bitinit-Linux-alternative/m-p/224878#M15698</guid>
      <dc:creator>YixingKong</dc:creator>
      <dc:date>2013-05-24T06:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: Bitinit - Linux alternative</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Bitinit-Linux-alternative/m-p/224879#M15699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No. this answer was not helpful because he did not answer my original question.&lt;/P&gt;&lt;P&gt;I said that I would be able to take care of elf-files because I would just download them via tftp and run them via uboot's "runelf" command.&lt;/P&gt;&lt;P&gt;Unfortunately I only receive the .sb-file from the python script.&lt;/P&gt;&lt;P&gt;My question was how to gain the elf with with included bit-settings. The elf file with no bit settings is useless if I would like to overwrite the OTP Fuses&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as I understand &lt;A _jive_internal="true" data-avatarid="26844" data-externalid="" data-online="false" data-presence="null" data-userid="203381" data-username="JackyAtFreescale" href="https://community.nxp.com/people/JackyAtFreescale" style="font-weight: bold; font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #8b8b8b; text-decoration: underline; background-color: #ffffff;"&gt;JackyAtFreescale&lt;/A&gt;'s reply there is no way to receive that kind of elf-file.&lt;/P&gt;&lt;P&gt;Which shows that his former statement about using no-elftosb - parameter is not correct for my task ... or was here something I did not understand?&lt;/P&gt;&lt;P&gt;Looking forward to hearing from you,&lt;/P&gt;&lt;P&gt;Matthias&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 May 2013 15:01:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Bitinit-Linux-alternative/m-p/224879#M15699</guid>
      <dc:creator>matthiasV</dc:creator>
      <dc:date>2013-05-25T15:01:32Z</dc:date>
    </item>
    <item>
      <title>Re: Bitinit - Linux alternative</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Bitinit-Linux-alternative/m-p/224880#M15700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Matt,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Helvetica, Arial, sans-serif; background-color: #ffffff;"&gt;We don't have &lt;SPAN class="GINGER_SOFATWARE_correct"&gt;linux version&lt;/SPAN&gt; of Bitinit. &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Helvetica, Arial, sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;pitc_otp_mfg_mx28&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Helvetica, Arial, sans-serif; background-color: #ffffff;"&gt; files is part of the OTP bit programming distribution and do not change. So it seems the existing tools cannot satisfy your requirement.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Helvetica, Arial, sans-serif; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Helvetica, Arial, sans-serif; background-color: #ffffff;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Helvetica, Arial, sans-serif; background-color: #ffffff;"&gt;Jacky&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 May 2013 01:13:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Bitinit-Linux-alternative/m-p/224880#M15700</guid>
      <dc:creator>JackyAtFreescal</dc:creator>
      <dc:date>2013-05-27T01:13:20Z</dc:date>
    </item>
    <item>
      <title>Re: Bitinit - Linux alternative</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Bitinit-Linux-alternative/m-p/224881#M15701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Matt, as Jacky had answered your question, we will close your discussion if there is no more issue in 3 days.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Yixing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 May 2013 06:39:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Bitinit-Linux-alternative/m-p/224881#M15701</guid>
      <dc:creator>YixingKong</dc:creator>
      <dc:date>2013-05-28T06:39:00Z</dc:date>
    </item>
  </channel>
</rss>

