<?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: HAB_IMX6UL in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/HAB-IMX6UL/m-p/874347#M132757</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using 64 bit configuration then I am getting error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: Helvetica, sans-serif; font-size: 12pt; color: #000000;"&gt;$ gcc -o cst -I ../hdr -L ../../../linux64/lib *.c -lfrontend -lcrypto&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: Helvetica, sans-serif; font-size: 12pt; color: #000000;"&gt;&lt;/SPAN&gt; &lt;SPAN lang="EN-US" style="font-family: Helvetica, sans-serif; font-size: 12pt; color: #000000;"&gt;&lt;BR /&gt;/tmp/ccWNF7ae.o: In function `sk_X509_new_null':&lt;BR /&gt;adapt_layer_openssl.c:(.text+0x5): undefined reference to `OPENSSL_sk_new_null'&lt;BR /&gt;/tmp/ccWNF7ae.o: In function `sk_X509_push':&lt;BR /&gt;adapt_layer_openssl.c:(.text+0x2a): undefined reference to `OPENSSL_sk_push'&lt;BR /&gt;/tmp/ccWNF7ae.o: In function `sk_X509_pop_free':&lt;BR /&gt;adapt_layer_openssl.c:(.text+0x4f): undefined reference to `OPENSSL_sk_pop_free'&lt;BR /&gt;/tmp/ccWNF7ae.o: In function `gen_sig_data_ecdsa':&lt;BR /&gt;adapt_layer_openssl.c:(.text+0xa4f): undefined reference to `EVP_PKEY_get0_EC_KEY'&lt;BR /&gt;adapt_layer_openssl.c:(.text+0xa8d): undefined reference to `EVP_PKEY_get0_EC_KEY'&lt;BR /&gt;adapt_layer_openssl.c:(.text+0xbda): undefined reference to `ECDSA_SIG_get0'&lt;BR /&gt;/tmp/ccy3RGpA.o: In function `generate_hash':&lt;BR /&gt;openssl_helper.c:(.text+0x1f): undefined reference to `EVP_MD_CTX_new'&lt;BR /&gt;/tmp/ccy3RGpA.o: In function `sign_data':&lt;BR /&gt;openssl_helper.c:(.text+0x4b3): undefined reference to `EVP_MD_CTX_new'&lt;BR /&gt;openssl_helper.c:(.text+0x520): undefined reference to `EVP_MD_CTX_free'&lt;BR /&gt;openssl_helper.c:(.text+0x5a6): undefined reference to `EVP_MD_CTX_free'&lt;BR /&gt;openssl_helper.c:(.text+0x5c5): undefined reference to `EVP_MD_CTX_free'&lt;BR /&gt;/tmp/ccy3RGpA.o: In function `ver_sig_data':&lt;BR /&gt;openssl_helper.c:(.text+0xc8b): undefined reference to `EVP_PKEY_get0_RSA'&lt;BR /&gt;openssl_helper.c:(.text+0xd49): undefined reference to `ECDSA_SIG_set0'&lt;BR /&gt;openssl_helper.c:(.text+0xd78): undefined reference to `EVP_PKEY_get0_EC_KEY'&lt;BR /&gt;../../../linux64/lib/libfrontend.a(srk_helper.o): In function `srk_entry_pkcs1':&lt;BR /&gt;srk_helper.c:(.text+0x90): undefined reference to `EVP_PKEY_get0_RSA'&lt;BR /&gt;srk_helper.c:(.text+0xa8): undefined reference to `RSA_get0_key'&lt;BR /&gt;../../../linux64/lib/libfrontend.a(srk_helper.o): In function `srk_entry_ec':&lt;BR /&gt;srk_helper.c:(.text+0x564): undefined reference to `EVP_PKEY_get0_EC_KEY'&lt;BR /&gt;srk_helper.c:(.text+0x5d3): undefined reference to `EVP_PKEY_get0_EC_KEY'&lt;BR /&gt;/usr/bin/ld: ../../../linux64/lib/libfrontend.a(err.o): unrecognized relocation (0x2a) in section `.text'&lt;BR /&gt;/usr/bin/ld: final link failed: Bad value&lt;BR /&gt;collect2: error: ld returned 1 exit status&lt;BR /&gt;ubuntuforedd@Sachinedd2:~/Downloads/cstool/code/back_end/src$ l&lt;BR /&gt;adapt_layer_openssl.c&amp;nbsp; openssl_helper.c&amp;nbsp; pkey.c&amp;nbsp; ssl_wrapper.c&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Mar 2019 08:39:59 GMT</pubDate>
    <dc:creator>PramodKumar</dc:creator>
    <dc:date>2019-03-07T08:39:59Z</dc:date>
    <item>
      <title>HAB_IMX6UL</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/HAB-IMX6UL/m-p/874338#M132748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hii Team ,&lt;/P&gt;&lt;P&gt;I am trying to do secure boot with hab and i have done all the steps from&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-330622"&gt;Encrypted boot loader on SabreSD i.MX6q board&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but I stucked at :=&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: Helvetica, sans-serif; font-size: 12pt; color: #000000;"&gt; gcc -o cst -I ../hdr -L ../../../linux64/lib *.c -lfrontend -lcrypto&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: Helvetica, sans-serif; font-size: 12pt; color: #000000;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: Helvetica, sans-serif; font-size: 12pt; color: #000000;"&gt;&amp;nbsp;gcc -o cst_encrypt -I ../hdr -L ../../../linux64/lib *.c -lfrontend -lcrypto&lt;BR /&gt;/tmp/ccWNF7ae.o: In function `sk_X509_new_null':&lt;BR /&gt;adapt_layer_openssl.c:(.text+0x5): undefined reference to `OPENSSL_sk_new_null'&lt;BR /&gt;/tmp/ccWNF7ae.o: In function `sk_X509_push':&lt;BR /&gt;adapt_layer_openssl.c:(.text+0x2a): undefined reference to `OPENSSL_sk_push'&lt;BR /&gt;/tmp/ccWNF7ae.o: In function `sk_X509_pop_free':&lt;BR /&gt;adapt_layer_openssl.c:(.text+0x4f): undefined reference to `OPENSSL_sk_pop_free'&lt;BR /&gt;/tmp/ccWNF7ae.o: In function `gen_sig_data_ecdsa':&lt;BR /&gt;adapt_layer_openssl.c:(.text+0xa4f): undefined reference to `EVP_PKEY_get0_EC_KEY'&lt;BR /&gt;adapt_layer_openssl.c:(.text+0xa8d): undefined reference to `EVP_PKEY_get0_EC_KEY'&lt;BR /&gt;adapt_layer_openssl.c:(.text+0xbda): undefined reference to `ECDSA_SIG_get0'&lt;BR /&gt;/tmp/ccy3RGpA.o: In function `generate_hash':&lt;BR /&gt;openssl_helper.c:(.text+0x1f): undefined reference to `EVP_MD_CTX_new'&lt;BR /&gt;/tmp/ccy3RGpA.o: In function `sign_data':&lt;BR /&gt;openssl_helper.c:(.text+0x4b3): undefined reference to `EVP_MD_CTX_new'&lt;BR /&gt;openssl_helper.c:(.text+0x520): undefined reference to `EVP_MD_CTX_free'&lt;BR /&gt;openssl_helper.c:(.text+0x5a6): undefined reference to `EVP_MD_CTX_free'&lt;BR /&gt;openssl_helper.c:(.text+0x5c5): undefined reference to `EVP_MD_CTX_free'&lt;BR /&gt;/tmp/ccy3RGpA.o: In function `ver_sig_data':&lt;BR /&gt;openssl_helper.c:(.text+0xc8b): undefined reference to `EVP_PKEY_get0_RSA'&lt;BR /&gt;openssl_helper.c:(.text+0xd49): undefined reference to `ECDSA_SIG_set0'&lt;BR /&gt;openssl_helper.c:(.text+0xd78): undefined reference to `EVP_PKEY_get0_EC_KEY'&lt;BR /&gt;../../../linux64/lib/libfrontend.a(srk_helper.o): In function `srk_entry_pkcs1':&lt;BR /&gt;srk_helper.c:(.text+0x90): undefined reference to `EVP_PKEY_get0_RSA'&lt;BR /&gt;srk_helper.c:(.text+0xa8): undefined reference to `RSA_get0_key'&lt;BR /&gt;../../../linux64/lib/libfrontend.a(srk_helper.o): In function `srk_entry_ec':&lt;BR /&gt;srk_helper.c:(.text+0x564): undefined reference to `EVP_PKEY_get0_EC_KEY'&lt;BR /&gt;srk_helper.c:(.text+0x5d3): undefined reference to `EVP_PKEY_get0_EC_KEY'&lt;BR /&gt;/usr/bin/ld: ../../../linux64/lib/libfrontend.a(err.o): unrecognized relocation (0x2a) in section `.text'&lt;BR /&gt;/usr/bin/ld: final link failed: Bad value&lt;BR /&gt;collect2: error: ld returned 1 exit status&lt;BR /&gt;ubuntuforedd@Sachinedd2:~/Downloads/cstool/code/back_end/src$ l&lt;BR /&gt;adapt_layer_openssl.c&amp;nbsp; openssl_helper.c&amp;nbsp; pkey.c&amp;nbsp; ssl_wrapper.c&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: Helvetica, sans-serif; font-size: 12pt; color: #000000;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: Helvetica, sans-serif; font-size: 12pt; color: #000000;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: Helvetica, sans-serif; font-size: 12pt; color: #000000;"&gt;Regards ,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: Helvetica, sans-serif; font-size: 12pt; color: #000000;"&gt;Pramod Kumar&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Mar 2019 04:09:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/HAB-IMX6UL/m-p/874338#M132748</guid>
      <dc:creator>PramodKumar</dc:creator>
      <dc:date>2019-03-07T04:09:37Z</dc:date>
    </item>
    <item>
      <title>Re: HAB_IMX6UL</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/HAB-IMX6UL/m-p/874339#M132749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Team ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One more thing I need to be understand as I am a fresher in Linux environment , My system is of 64 bit but the IMX 6ul machine is of 32 bit . So , give some steps and suggestion to do for the same .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Mar 2019 04:20:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/HAB-IMX6UL/m-p/874339#M132749</guid>
      <dc:creator>PramodKumar</dc:creator>
      <dc:date>2019-03-07T04:20:55Z</dc:date>
    </item>
    <item>
      <title>Re: HAB_IMX6UL</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/HAB-IMX6UL/m-p/874340#M132750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;Hello,&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Please refer to app note "Encrypted Boot on HABv4 and CAAM Enabled Devices".&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;A class="link-titled" href="https://www.nxp.com/docs/en/application-note/AN12056.pdf" title="https://www.nxp.com/docs/en/application-note/AN12056.pdf"&gt;https://www.nxp.com/docs/en/application-note/AN12056.pdf&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp; In particular, look at section 4.2. (Requirements).&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;Have a great day,&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;Yuri&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;------------------------------------------------------------------------------&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;Note: If this post answers your question, please click the Correct Answer &lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;button. Thank you!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Mar 2019 05:31:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/HAB-IMX6UL/m-p/874340#M132750</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2019-03-07T05:31:46Z</dc:date>
    </item>
    <item>
      <title>Re: HAB_IMX6UL</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/HAB-IMX6UL/m-p/874341#M132751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hii Yuri ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In-between compilation I am facing below issue :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$ gcc -o cst -I ../hdr -L ../../../linux32/lib *.c -lfrontend -lcrypto -m32&lt;BR /&gt;/usr/bin/ld: skipping incompatible //usr/local/lib/libcrypto.so when searching for -lcrypto&lt;BR /&gt;/usr/bin/ld: skipping incompatible //usr/local/lib/libcrypto.a when searching for -lcrypto&lt;BR /&gt;/usr/bin/ld: cannot find -lcrypto&lt;BR /&gt;/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.8/libgcc.a when searching for -lgcc&lt;BR /&gt;/usr/bin/ld: cannot find -lgcc&lt;BR /&gt;/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.8/libgcc_s.so when searching for -lgcc_s&lt;BR /&gt;/usr/bin/ld: cannot find -lgcc_s&lt;BR /&gt;collect2: error: ld returned 1 exit status&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Mar 2019 06:21:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/HAB-IMX6UL/m-p/874341#M132751</guid>
      <dc:creator>PramodKumar</dc:creator>
      <dc:date>2019-03-07T06:21:59Z</dc:date>
    </item>
    <item>
      <title>Re: HAB_IMX6UL</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/HAB-IMX6UL/m-p/874342#M132752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&lt;P&gt;Hii Yuri ,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In-between compilation I am facing below issue :&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;$ gcc -o cst -I ../hdr -L ../../../linux32/lib *.c -lfrontend -lcrypto -m32&lt;BR /&gt;/usr/bin/ld: skipping incompatible //usr/local/lib/libcrypto.so when searching for -lcrypto&lt;BR /&gt;/usr/bin/ld: skipping incompatible //usr/local/lib/libcrypto.a when searching for -lcrypto&lt;BR /&gt;/usr/bin/ld: cannot find -lcrypto&lt;BR /&gt;/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.8/libgcc.a when searching for -lgcc&lt;BR /&gt;/usr/bin/ld: cannot find -lgcc&lt;BR /&gt;/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.8/libgcc_s.so when searching for -lgcc_s&lt;BR /&gt;/usr/bin/ld: cannot find -lgcc_s&lt;BR /&gt;collect2: error: ld returned 1 exit status&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Have a great day ,&lt;/DIV&gt;&lt;DIV&gt;Pramod&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class="" data-comment-id="1121664"&gt;&lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class="" data-acclaim-count="0" data-bullet="true" data-can-apply="false" data-show-icon="true" data-type="small"&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;LABEL class=""&gt;&lt;/LABEL&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Mar 2019 06:23:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/HAB-IMX6UL/m-p/874342#M132752</guid>
      <dc:creator>PramodKumar</dc:creator>
      <dc:date>2019-03-07T06:23:01Z</dc:date>
    </item>
    <item>
      <title>Re: HAB_IMX6UL</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/HAB-IMX6UL/m-p/874343#M132753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HIII ,&lt;/P&gt;&lt;P&gt;Can you please provide me the steps from scratch on wards&amp;nbsp; for secure boot .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Mar 2019 08:01:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/HAB-IMX6UL/m-p/874343#M132753</guid>
      <dc:creator>PramodKumar</dc:creator>
      <dc:date>2019-03-07T08:01:11Z</dc:date>
    </item>
    <item>
      <title>Re: HAB_IMX6UL</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/HAB-IMX6UL/m-p/874344#M132754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is Your Linux host 64- or 32-bit?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Mar 2019 08:29:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/HAB-IMX6UL/m-p/874344#M132754</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2019-03-07T08:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: HAB_IMX6UL</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/HAB-IMX6UL/m-p/874345#M132755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My host is of 64 bit . and imx (client) machine is of 32 bit .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Mar 2019 08:33:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/HAB-IMX6UL/m-p/874345#M132755</guid>
      <dc:creator>PramodKumar</dc:creator>
      <dc:date>2019-03-07T08:33:41Z</dc:date>
    </item>
    <item>
      <title>Re: HAB_IMX6UL</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/HAB-IMX6UL/m-p/874346#M132756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The CST is working only on host PC, therefore use 64-bit configuration.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Mar 2019 08:37:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/HAB-IMX6UL/m-p/874346#M132756</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2019-03-07T08:37:36Z</dc:date>
    </item>
    <item>
      <title>Re: HAB_IMX6UL</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/HAB-IMX6UL/m-p/874347#M132757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using 64 bit configuration then I am getting error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: Helvetica, sans-serif; font-size: 12pt; color: #000000;"&gt;$ gcc -o cst -I ../hdr -L ../../../linux64/lib *.c -lfrontend -lcrypto&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: Helvetica, sans-serif; font-size: 12pt; color: #000000;"&gt;&lt;/SPAN&gt; &lt;SPAN lang="EN-US" style="font-family: Helvetica, sans-serif; font-size: 12pt; color: #000000;"&gt;&lt;BR /&gt;/tmp/ccWNF7ae.o: In function `sk_X509_new_null':&lt;BR /&gt;adapt_layer_openssl.c:(.text+0x5): undefined reference to `OPENSSL_sk_new_null'&lt;BR /&gt;/tmp/ccWNF7ae.o: In function `sk_X509_push':&lt;BR /&gt;adapt_layer_openssl.c:(.text+0x2a): undefined reference to `OPENSSL_sk_push'&lt;BR /&gt;/tmp/ccWNF7ae.o: In function `sk_X509_pop_free':&lt;BR /&gt;adapt_layer_openssl.c:(.text+0x4f): undefined reference to `OPENSSL_sk_pop_free'&lt;BR /&gt;/tmp/ccWNF7ae.o: In function `gen_sig_data_ecdsa':&lt;BR /&gt;adapt_layer_openssl.c:(.text+0xa4f): undefined reference to `EVP_PKEY_get0_EC_KEY'&lt;BR /&gt;adapt_layer_openssl.c:(.text+0xa8d): undefined reference to `EVP_PKEY_get0_EC_KEY'&lt;BR /&gt;adapt_layer_openssl.c:(.text+0xbda): undefined reference to `ECDSA_SIG_get0'&lt;BR /&gt;/tmp/ccy3RGpA.o: In function `generate_hash':&lt;BR /&gt;openssl_helper.c:(.text+0x1f): undefined reference to `EVP_MD_CTX_new'&lt;BR /&gt;/tmp/ccy3RGpA.o: In function `sign_data':&lt;BR /&gt;openssl_helper.c:(.text+0x4b3): undefined reference to `EVP_MD_CTX_new'&lt;BR /&gt;openssl_helper.c:(.text+0x520): undefined reference to `EVP_MD_CTX_free'&lt;BR /&gt;openssl_helper.c:(.text+0x5a6): undefined reference to `EVP_MD_CTX_free'&lt;BR /&gt;openssl_helper.c:(.text+0x5c5): undefined reference to `EVP_MD_CTX_free'&lt;BR /&gt;/tmp/ccy3RGpA.o: In function `ver_sig_data':&lt;BR /&gt;openssl_helper.c:(.text+0xc8b): undefined reference to `EVP_PKEY_get0_RSA'&lt;BR /&gt;openssl_helper.c:(.text+0xd49): undefined reference to `ECDSA_SIG_set0'&lt;BR /&gt;openssl_helper.c:(.text+0xd78): undefined reference to `EVP_PKEY_get0_EC_KEY'&lt;BR /&gt;../../../linux64/lib/libfrontend.a(srk_helper.o): In function `srk_entry_pkcs1':&lt;BR /&gt;srk_helper.c:(.text+0x90): undefined reference to `EVP_PKEY_get0_RSA'&lt;BR /&gt;srk_helper.c:(.text+0xa8): undefined reference to `RSA_get0_key'&lt;BR /&gt;../../../linux64/lib/libfrontend.a(srk_helper.o): In function `srk_entry_ec':&lt;BR /&gt;srk_helper.c:(.text+0x564): undefined reference to `EVP_PKEY_get0_EC_KEY'&lt;BR /&gt;srk_helper.c:(.text+0x5d3): undefined reference to `EVP_PKEY_get0_EC_KEY'&lt;BR /&gt;/usr/bin/ld: ../../../linux64/lib/libfrontend.a(err.o): unrecognized relocation (0x2a) in section `.text'&lt;BR /&gt;/usr/bin/ld: final link failed: Bad value&lt;BR /&gt;collect2: error: ld returned 1 exit status&lt;BR /&gt;ubuntuforedd@Sachinedd2:~/Downloads/cstool/code/back_end/src$ l&lt;BR /&gt;adapt_layer_openssl.c&amp;nbsp; openssl_helper.c&amp;nbsp; pkey.c&amp;nbsp; ssl_wrapper.c&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Mar 2019 08:39:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/HAB-IMX6UL/m-p/874347#M132757</guid>
      <dc:creator>PramodKumar</dc:creator>
      <dc:date>2019-03-07T08:39:59Z</dc:date>
    </item>
    <item>
      <title>Re: HAB_IMX6UL</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/HAB-IMX6UL/m-p/874348#M132758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is the OpenSSL library&amp;nbsp; installed?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; sudo apt-get install libssl-dev&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Mar 2019 08:47:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/HAB-IMX6UL/m-p/874348#M132758</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2019-03-07T08:47:10Z</dc:date>
    </item>
    <item>
      <title>Re: HAB_IMX6UL</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/HAB-IMX6UL/m-p/874349#M132759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes already installed .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$ apt-get install libssl-dev&lt;BR /&gt;Reading package lists... Done&lt;BR /&gt;Building dependency tree&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;BR /&gt;Reading state information... Done&lt;BR /&gt;libssl-dev is already the newest version.&lt;BR /&gt;0 upgraded, 0 newly installed, 0 to remove and 106 not upgraded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;version libssl1.1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Mar 2019 08:51:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/HAB-IMX6UL/m-p/874349#M132759</guid>
      <dc:creator>PramodKumar</dc:creator>
      <dc:date>2019-03-07T08:51:04Z</dc:date>
    </item>
    <item>
      <title>Re: HAB_IMX6UL</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/HAB-IMX6UL/m-p/874350#M132760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hii Yuri ,&lt;/P&gt;&lt;P&gt;Have you did some R&amp;amp;D and share the steps to do the same from scratch on-wards .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Mar 2019 04:16:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/HAB-IMX6UL/m-p/874350#M132760</guid>
      <dc:creator>PramodKumar</dc:creator>
      <dc:date>2019-03-08T04:16:13Z</dc:date>
    </item>
    <item>
      <title>Re: HAB_IMX6UL</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/HAB-IMX6UL/m-p/874351#M132761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV class=""&gt;&lt;P&gt;Hii ,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please share the exact steps for the same , from scratch on-wards .&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Mar 2019 07:12:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/HAB-IMX6UL/m-p/874351#M132761</guid>
      <dc:creator>PramodKumar</dc:creator>
      <dc:date>2019-03-09T07:12:43Z</dc:date>
    </item>
    <item>
      <title>Re: HAB_IMX6UL</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/HAB-IMX6UL/m-p/874352#M132762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; just tried on my 64-bit host (Debian 9), as stated in "Release_Notes.txt" of the CST 3.1.0 package:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;To relink on 64 bit Linux machines:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; This requires the GCC compiler and the OpenSSL header files and&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; library. For example on Ubuntu machines:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sudo apt-get install gcc libssl-dev&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cd &amp;lt;CST install directory/code/back_end/src&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; gcc -o cst -I ../hdr -L ../../../linux64/lib *.c -lfrontend -lcrypto&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It works!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Yuri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Mar 2019 04:48:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/HAB-IMX6UL/m-p/874352#M132762</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2019-03-12T04:48:05Z</dc:date>
    </item>
    <item>
      <title>Re: HAB_IMX6UL</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/HAB-IMX6UL/m-p/874353#M132763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hii Yuri ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After execute the same command I got the error .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gcc -o cst -I ../hdr -L ../../../linux64/lib *.c -lfrontend -lcrypto&lt;BR /&gt;/tmp/ccKuEo7P.o: In function `sk_X509_new_null':&lt;BR /&gt;adapt_layer_openssl.c:(.text+0x5): undefined reference to `OPENSSL_sk_new_null'&lt;BR /&gt;/tmp/ccKuEo7P.o: In function `sk_X509_push':&lt;BR /&gt;adapt_layer_openssl.c:(.text+0x2a): undefined reference to `OPENSSL_sk_push'&lt;BR /&gt;/tmp/ccKuEo7P.o: In function `sk_X509_pop_free':&lt;BR /&gt;adapt_layer_openssl.c:(.text+0x4f): undefined reference to `OPENSSL_sk_pop_free'&lt;BR /&gt;/tmp/ccKuEo7P.o: In function `gen_sig_data_ecdsa':&lt;BR /&gt;adapt_layer_openssl.c:(.text+0xa4f): undefined reference to `EVP_PKEY_get0_EC_KEY'&lt;BR /&gt;adapt_layer_openssl.c:(.text+0xa8d): undefined reference to `EVP_PKEY_get0_EC_KEY'&lt;BR /&gt;adapt_layer_openssl.c:(.text+0xbda): undefined reference to `ECDSA_SIG_get0'&lt;BR /&gt;/tmp/ccSxXwCG.o: In function `generate_hash':&lt;BR /&gt;openssl_helper.c:(.text+0x1f): undefined reference to `EVP_MD_CTX_new'&lt;BR /&gt;/tmp/ccSxXwCG.o: In function `sign_data':&lt;BR /&gt;openssl_helper.c:(.text+0x4b3): undefined reference to `EVP_MD_CTX_new'&lt;BR /&gt;openssl_helper.c:(.text+0x520): undefined reference to `EVP_MD_CTX_free'&lt;BR /&gt;openssl_helper.c:(.text+0x5a6): undefined reference to `EVP_MD_CTX_free'&lt;BR /&gt;openssl_helper.c:(.text+0x5c5): undefined reference to `EVP_MD_CTX_free'&lt;BR /&gt;/tmp/ccSxXwCG.o: In function `ver_sig_data':&lt;BR /&gt;openssl_helper.c:(.text+0xc8b): undefined reference to `EVP_PKEY_get0_RSA'&lt;BR /&gt;openssl_helper.c:(.text+0xd49): undefined reference to `ECDSA_SIG_set0'&lt;BR /&gt;openssl_helper.c:(.text+0xd78): undefined reference to `EVP_PKEY_get0_EC_KEY'&lt;BR /&gt;../../../linux64/lib/libfrontend.a(srk_helper.o): In function `srk_entry_pkcs1':&lt;BR /&gt;srk_helper.c:(.text+0x90): undefined reference to `EVP_PKEY_get0_RSA'&lt;BR /&gt;srk_helper.c:(.text+0xa8): undefined reference to `RSA_get0_key'&lt;BR /&gt;../../../linux64/lib/libfrontend.a(srk_helper.o): In function `srk_entry_ec':&lt;BR /&gt;srk_helper.c:(.text+0x564): undefined reference to `EVP_PKEY_get0_EC_KEY'&lt;BR /&gt;srk_helper.c:(.text+0x5d3): undefined reference to `EVP_PKEY_get0_EC_KEY'&lt;BR /&gt;/usr/bin/ld: ../../../linux64/lib/libfrontend.a(err.o): unrecognized relocation (0x2a) in section `.text'&lt;BR /&gt;/usr/bin/ld: final link failed: Bad value&lt;BR /&gt;collect2: error: ld returned 1 exit status&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards ,&lt;/P&gt;&lt;P&gt;Pramod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Mar 2019 04:28:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/HAB-IMX6UL/m-p/874353#M132763</guid>
      <dc:creator>PramodKumar</dc:creator>
      <dc:date>2019-03-13T04:28:15Z</dc:date>
    </item>
    <item>
      <title>Re: HAB_IMX6UL</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/HAB-IMX6UL/m-p/874354#M132764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; looks like the only way - try new (clean) Ununtu host installation.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Yuri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Mar 2019 04:52:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/HAB-IMX6UL/m-p/874354#M132764</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2019-03-13T04:52:47Z</dc:date>
    </item>
    <item>
      <title>Re: HAB_IMX6UL</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/HAB-IMX6UL/m-p/874355#M132765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But this issue is not of ubuntu this one is of cst tool .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pramod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Mar 2019 07:10:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/HAB-IMX6UL/m-p/874355#M132765</guid>
      <dc:creator>PramodKumar</dc:creator>
      <dc:date>2019-03-13T07:10:25Z</dc:date>
    </item>
    <item>
      <title>Re: HAB_IMX6UL</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/HAB-IMX6UL/m-p/874356#M132766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; I expect, that we have here some general, environment, packages installations&lt;/P&gt;&lt;P&gt;problem. At least, I cannot reproduce the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Yuri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Mar 2019 08:27:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/HAB-IMX6UL/m-p/874356#M132766</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2019-03-13T08:27:45Z</dc:date>
    </item>
    <item>
      <title>Re: HAB_IMX6UL</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/HAB-IMX6UL/m-p/874357#M132767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yuri ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We need to generate our own key and after done the below steps I am facing some issue . please check it and do needful for me . Please check the full process .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;./hab4_pki_tree.sh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; This script is a part of the Code signing tools for Freescale's&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; High Assurance Boot.&amp;nbsp; It generates a basic PKI tree.&amp;nbsp; The PKI&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; tree consists of one or more Super Root Keys (SRK), with each&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SRK having two subordinate keys: &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; + a Command Sequence File (CSF) key &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; + Image key. &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Additional keys can be added to the PKI tree but a separate &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; script is available for this.&amp;nbsp; This this script assumes openssl&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; is installed on your system and is included in your search &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; path.&amp;nbsp; Finally, the private keys generated are password &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; protectedwith the password provided by the file key_pass.txt.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; The format of the file is the password repeated twice:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; my_password&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; my_password&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; All private keys in the PKI tree are in PKCS #8 format will be&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; protected by the same password.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++&lt;BR /&gt;Do you want to use an existing CA key (y/n)?: y&lt;BR /&gt;Enter CA key name: STJ12345&lt;BR /&gt;Enter CA certificate name: STJSECUREBOOT&lt;BR /&gt;Do you want to use Elliptic Curve Cryptography (y/n)?: n&lt;BR /&gt;Enter key length in bits for PKI tree: 2048 &lt;BR /&gt;Enter PKI tree duration (years): 10&lt;BR /&gt;How many Super Root Keys should be generated? 4&lt;BR /&gt;Do you want the SRK certificates to have the CA flag set? (y/n)?: y&lt;BR /&gt;A default 'serial' file was created!&lt;BR /&gt;A default file 'key_pass.txt' was created with password = test!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;++++++++++++++++++++++++++++++++++++++++&lt;BR /&gt;+ Generating SRK key and certificate 1 +&lt;BR /&gt;++++++++++++++++++++++++++++++++++++++++&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Generating RSA private key, 2048 bit long modulus (2 primes)&lt;BR /&gt;..............................+++++&lt;BR /&gt;..........+++++&lt;BR /&gt;e is 65537 (0x010001)&lt;BR /&gt;Using configuration from ../ca/openssl.cnf&lt;BR /&gt;Can't open STJ12345.pem for reading, No such file or directory&lt;BR /&gt;139889208842048:error:02001002:system library:fopen:No such file or directory:crypto/bio/bss_file.c:72:fopen('STJ12345.pem','r')&lt;BR /&gt;139889208842048:error:2006D080:BIO routines:BIO_new_file:no such file:crypto/bio/bss_file.c:79:&lt;BR /&gt;unable to load CA private key&lt;BR /&gt;Can't open ../crts/SRK1_sha256_2048_65537_v3_ca_crt.pem for reading, No such file or directory&lt;BR /&gt;140669524993856:error:02001002:system library:fopen:No such file or directory:crypto/bio/bss_file.c:72:fopen('../crts/SRK1_sha256_2048_65537_v3_ca_crt.pem','r')&lt;BR /&gt;140669524993856:error:2006D080:BIO routines:BIO_new_file:no such file:crypto/bio/bss_file.c:79:&lt;BR /&gt;unable to load certificate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;++++++++++++++++++++++++++++++++++++++++&lt;BR /&gt;+ Generating CSF key and certificate 1 +&lt;BR /&gt;++++++++++++++++++++++++++++++++++++++++&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Generating RSA private key, 2048 bit long modulus (2 primes)&lt;BR /&gt;..................+++++&lt;BR /&gt;.....+++++&lt;BR /&gt;e is 65537 (0x010001)&lt;BR /&gt;Using configuration from ../ca/openssl.cnf&lt;BR /&gt;Can't open ../crts/SRK1_sha256_2048_65537_v3_ca_crt.pem for reading, No such file or directory&lt;BR /&gt;140443417438016:error:02001002:system library:fopen:No such file or directory:crypto/bio/bss_file.c:72:fopen('../crts/SRK1_sha256_2048_65537_v3_ca_crt.pem','r')&lt;BR /&gt;140443417438016:error:2006D080:BIO routines:BIO_new_file:no such file:crypto/bio/bss_file.c:79:&lt;BR /&gt;unable to load certificate&lt;BR /&gt;Can't open ../crts/CSF1_1_sha256_2048_65537_v3_usr_crt.pem for reading, No such file or directory&lt;BR /&gt;140359138977600:error:02001002:system library:fopen:No such file or directory:crypto/bio/bss_file.c:72:fopen('../crts/CSF1_1_sha256_2048_65537_v3_usr_crt.pem','r')&lt;BR /&gt;140359138977600:error:2006D080:BIO routines:BIO_new_file:no such file:crypto/bio/bss_file.c:79:&lt;BR /&gt;unable to load certificate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;++++++++++++++++++++++++++++++++++++++++&lt;BR /&gt;+ Generating IMG key and certificate 1 +&lt;BR /&gt;++++++++++++++++++++++++++++++++++++++++&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Generating RSA private key, 2048 bit long modulus (2 primes)&lt;BR /&gt;................................................+++++&lt;BR /&gt;.....................................+++++&lt;BR /&gt;e is 65537 (0x010001)&lt;BR /&gt;Using configuration from ../ca/openssl.cnf&lt;BR /&gt;Can't open ../crts/SRK1_sha256_2048_65537_v3_ca_crt.pem for reading, No such file or directory&lt;BR /&gt;140660236867392:error:02001002:system library:fopen:No such file or directory:crypto/bio/bss_file.c:72:fopen('../crts/SRK1_sha256_2048_65537_v3_ca_crt.pem','r')&lt;BR /&gt;140660236867392:error:2006D080:BIO routines:BIO_new_file:no such file:crypto/bio/bss_file.c:79:&lt;BR /&gt;unable to load certificate&lt;BR /&gt;Can't open ../crts/IMG1_1_sha256_2048_65537_v3_usr_crt.pem for reading, No such file or directory&lt;BR /&gt;139938271336256:error:02001002:system library:fopen:No such file or directory:crypto/bio/bss_file.c:72:fopen('../crts/IMG1_1_sha256_2048_65537_v3_usr_crt.pem','r')&lt;BR /&gt;139938271336256:error:2006D080:BIO routines:BIO_new_file:no such file:crypto/bio/bss_file.c:79:&lt;BR /&gt;unable to load certificate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;++++++++++++++++++++++++++++++++++++++++&lt;BR /&gt;+ Generating SRK key and certificate 2 +&lt;BR /&gt;++++++++++++++++++++++++++++++++++++++++&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Generating RSA private key, 2048 bit long modulus (2 primes)&lt;BR /&gt;....................................................................................+++++&lt;BR /&gt;...+++++&lt;BR /&gt;e is 65537 (0x010001)&lt;BR /&gt;Using configuration from ../ca/openssl.cnf&lt;BR /&gt;Can't open STJ12345.pem for reading, No such file or directory&lt;BR /&gt;140461707548480:error:02001002:system library:fopen:No such file or directory:crypto/bio/bss_file.c:72:fopen('STJ12345.pem','r')&lt;BR /&gt;140461707548480:error:2006D080:BIO routines:BIO_new_file:no such file:crypto/bio/bss_file.c:79:&lt;BR /&gt;unable to load CA private key&lt;BR /&gt;Can't open ../crts/SRK2_sha256_2048_65537_v3_ca_crt.pem for reading, No such file or directory&lt;BR /&gt;140388714141504:error:02001002:system library:fopen:No such file or directory:crypto/bio/bss_file.c:72:fopen('../crts/SRK2_sha256_2048_65537_v3_ca_crt.pem','r')&lt;BR /&gt;140388714141504:error:2006D080:BIO routines:BIO_new_file:no such file:crypto/bio/bss_file.c:79:&lt;BR /&gt;unable to load certificate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;++++++++++++++++++++++++++++++++++++++++&lt;BR /&gt;+ Generating CSF key and certificate 2 +&lt;BR /&gt;++++++++++++++++++++++++++++++++++++++++&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Generating RSA private key, 2048 bit long modulus (2 primes)&lt;BR /&gt;...................................................................................................+++++&lt;BR /&gt;...................................+++++&lt;BR /&gt;e is 65537 (0x010001)&lt;BR /&gt;Using configuration from ../ca/openssl.cnf&lt;BR /&gt;Can't open ../crts/SRK2_sha256_2048_65537_v3_ca_crt.pem for reading, No such file or directory&lt;BR /&gt;139995852949312:error:02001002:system library:fopen:No such file or directory:crypto/bio/bss_file.c:72:fopen('../crts/SRK2_sha256_2048_65537_v3_ca_crt.pem','r')&lt;BR /&gt;139995852949312:error:2006D080:BIO routines:BIO_new_file:no such file:crypto/bio/bss_file.c:79:&lt;BR /&gt;unable to load certificate&lt;BR /&gt;Can't open ../crts/CSF2_1_sha256_2048_65537_v3_usr_crt.pem for reading, No such file or directory&lt;BR /&gt;140257066841920:error:02001002:system library:fopen:No such file or directory:crypto/bio/bss_file.c:72:fopen('../crts/CSF2_1_sha256_2048_65537_v3_usr_crt.pem','r')&lt;BR /&gt;140257066841920:error:2006D080:BIO routines:BIO_new_file:no such file:crypto/bio/bss_file.c:79:&lt;BR /&gt;unable to load certificate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;++++++++++++++++++++++++++++++++++++++++&lt;BR /&gt;+ Generating IMG key and certificate 2 +&lt;BR /&gt;++++++++++++++++++++++++++++++++++++++++&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Generating RSA private key, 2048 bit long modulus (2 primes)&lt;BR /&gt;.............................................................................................+++++&lt;BR /&gt;..+++++&lt;BR /&gt;e is 65537 (0x010001)&lt;BR /&gt;Using configuration from ../ca/openssl.cnf&lt;BR /&gt;Can't open ../crts/SRK2_sha256_2048_65537_v3_ca_crt.pem for reading, No such file or directory&lt;BR /&gt;140189396019008:error:02001002:system library:fopen:No such file or directory:crypto/bio/bss_file.c:72:fopen('../crts/SRK2_sha256_2048_65537_v3_ca_crt.pem','r')&lt;BR /&gt;140189396019008:error:2006D080:BIO routines:BIO_new_file:no such file:crypto/bio/bss_file.c:79:&lt;BR /&gt;unable to load certificate&lt;BR /&gt;Can't open ../crts/IMG2_1_sha256_2048_65537_v3_usr_crt.pem for reading, No such file or directory&lt;BR /&gt;140477171283776:error:02001002:system library:fopen:No such file or directory:crypto/bio/bss_file.c:72:fopen('../crts/IMG2_1_sha256_2048_65537_v3_usr_crt.pem','r')&lt;BR /&gt;140477171283776:error:2006D080:BIO routines:BIO_new_file:no such file:crypto/bio/bss_file.c:79:&lt;BR /&gt;unable to load certificate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;++++++++++++++++++++++++++++++++++++++++&lt;BR /&gt;+ Generating SRK key and certificate 3 +&lt;BR /&gt;++++++++++++++++++++++++++++++++++++++++&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Generating RSA private key, 2048 bit long modulus (2 primes)&lt;BR /&gt;.......................+++++&lt;BR /&gt;................+++++&lt;BR /&gt;e is 65537 (0x010001)&lt;BR /&gt;Using configuration from ../ca/openssl.cnf&lt;BR /&gt;Can't open STJ12345.pem for reading, No such file or directory&lt;BR /&gt;140199426692928:error:02001002:system library:fopen:No such file or directory:crypto/bio/bss_file.c:72:fopen('STJ12345.pem','r')&lt;BR /&gt;140199426692928:error:2006D080:BIO routines:BIO_new_file:no such file:crypto/bio/bss_file.c:79:&lt;BR /&gt;unable to load CA private key&lt;BR /&gt;Can't open ../crts/SRK3_sha256_2048_65537_v3_ca_crt.pem for reading, No such file or directory&lt;BR /&gt;140036135479104:error:02001002:system library:fopen:No such file or directory:crypto/bio/bss_file.c:72:fopen('../crts/SRK3_sha256_2048_65537_v3_ca_crt.pem','r')&lt;BR /&gt;140036135479104:error:2006D080:BIO routines:BIO_new_file:no such file:crypto/bio/bss_file.c:79:&lt;BR /&gt;unable to load certificate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;++++++++++++++++++++++++++++++++++++++++&lt;BR /&gt;+ Generating CSF key and certificate 3 +&lt;BR /&gt;++++++++++++++++++++++++++++++++++++++++&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Generating RSA private key, 2048 bit long modulus (2 primes)&lt;BR /&gt;.......+++++&lt;BR /&gt;...........+++++&lt;BR /&gt;e is 65537 (0x010001)&lt;BR /&gt;Using configuration from ../ca/openssl.cnf&lt;BR /&gt;Can't open ../crts/SRK3_sha256_2048_65537_v3_ca_crt.pem for reading, No such file or directory&lt;BR /&gt;140226137646912:error:02001002:system library:fopen:No such file or directory:crypto/bio/bss_file.c:72:fopen('../crts/SRK3_sha256_2048_65537_v3_ca_crt.pem','r')&lt;BR /&gt;140226137646912:error:2006D080:BIO routines:BIO_new_file:no such file:crypto/bio/bss_file.c:79:&lt;BR /&gt;unable to load certificate&lt;BR /&gt;Can't open ../crts/CSF3_1_sha256_2048_65537_v3_usr_crt.pem for reading, No such file or directory&lt;BR /&gt;140629534500672:error:02001002:system library:fopen:No such file or directory:crypto/bio/bss_file.c:72:fopen('../crts/CSF3_1_sha256_2048_65537_v3_usr_crt.pem','r')&lt;BR /&gt;140629534500672:error:2006D080:BIO routines:BIO_new_file:no such file:crypto/bio/bss_file.c:79:&lt;BR /&gt;unable to load certificate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;++++++++++++++++++++++++++++++++++++++++&lt;BR /&gt;+ Generating IMG key and certificate 3 +&lt;BR /&gt;++++++++++++++++++++++++++++++++++++++++&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Generating RSA private key, 2048 bit long modulus (2 primes)&lt;BR /&gt;.....+++++&lt;BR /&gt;.........................+++++&lt;BR /&gt;e is 65537 (0x010001)&lt;BR /&gt;Using configuration from ../ca/openssl.cnf&lt;BR /&gt;Can't open ../crts/SRK3_sha256_2048_65537_v3_ca_crt.pem for reading, No such file or directory&lt;BR /&gt;140115059648320:error:02001002:system library:fopen:No such file or directory:crypto/bio/bss_file.c:72:fopen('../crts/SRK3_sha256_2048_65537_v3_ca_crt.pem','r')&lt;BR /&gt;140115059648320:error:2006D080:BIO routines:BIO_new_file:no such file:crypto/bio/bss_file.c:79:&lt;BR /&gt;unable to load certificate&lt;BR /&gt;Can't open ../crts/IMG3_1_sha256_2048_65537_v3_usr_crt.pem for reading, No such file or directory&lt;BR /&gt;140170731870016:error:02001002:system library:fopen:No such file or directory:crypto/bio/bss_file.c:72:fopen('../crts/IMG3_1_sha256_2048_65537_v3_usr_crt.pem','r')&lt;BR /&gt;140170731870016:error:2006D080:BIO routines:BIO_new_file:no such file:crypto/bio/bss_file.c:79:&lt;BR /&gt;unable to load certificate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;++++++++++++++++++++++++++++++++++++++++&lt;BR /&gt;+ Generating SRK key and certificate 4 +&lt;BR /&gt;++++++++++++++++++++++++++++++++++++++++&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Generating RSA private key, 2048 bit long modulus (2 primes)&lt;BR /&gt;............................................................................................+++++&lt;BR /&gt;.............................................+++++&lt;BR /&gt;e is 65537 (0x010001)&lt;BR /&gt;Using configuration from ../ca/openssl.cnf&lt;BR /&gt;Can't open STJ12345.pem for reading, No such file or directory&lt;BR /&gt;139783788898112:error:02001002:system library:fopen:No such file or directory:crypto/bio/bss_file.c:72:fopen('STJ12345.pem','r')&lt;BR /&gt;139783788898112:error:2006D080:BIO routines:BIO_new_file:no such file:crypto/bio/bss_file.c:79:&lt;BR /&gt;unable to load CA private key&lt;BR /&gt;Can't open ../crts/SRK4_sha256_2048_65537_v3_ca_crt.pem for reading, No such file or directory&lt;BR /&gt;140251085322048:error:02001002:system library:fopen:No such file or directory:crypto/bio/bss_file.c:72:fopen('../crts/SRK4_sha256_2048_65537_v3_ca_crt.pem','r')&lt;BR /&gt;140251085322048:error:2006D080:BIO routines:BIO_new_file:no such file:crypto/bio/bss_file.c:79:&lt;BR /&gt;unable to load certificate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;++++++++++++++++++++++++++++++++++++++++&lt;BR /&gt;+ Generating CSF key and certificate 4 +&lt;BR /&gt;++++++++++++++++++++++++++++++++++++++++&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Generating RSA private key, 2048 bit long modulus (2 primes)&lt;BR /&gt;.............................+++++&lt;BR /&gt;...+++++&lt;BR /&gt;e is 65537 (0x010001)&lt;BR /&gt;Using configuration from ../ca/openssl.cnf&lt;BR /&gt;Can't open ../crts/SRK4_sha256_2048_65537_v3_ca_crt.pem for reading, No such file or directory&lt;BR /&gt;140422708868928:error:02001002:system library:fopen:No such file or directory:crypto/bio/bss_file.c:72:fopen('../crts/SRK4_sha256_2048_65537_v3_ca_crt.pem','r')&lt;BR /&gt;140422708868928:error:2006D080:BIO routines:BIO_new_file:no such file:crypto/bio/bss_file.c:79:&lt;BR /&gt;unable to load certificate&lt;BR /&gt;Can't open ../crts/CSF4_1_sha256_2048_65537_v3_usr_crt.pem for reading, No such file or directory&lt;BR /&gt;139739998271296:error:02001002:system library:fopen:No such file or directory:crypto/bio/bss_file.c:72:fopen('../crts/CSF4_1_sha256_2048_65537_v3_usr_crt.pem','r')&lt;BR /&gt;139739998271296:error:2006D080:BIO routines:BIO_new_file:no such file:crypto/bio/bss_file.c:79:&lt;BR /&gt;unable to load certificate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;++++++++++++++++++++++++++++++++++++++++&lt;BR /&gt;+ Generating IMG key and certificate 4 +&lt;BR /&gt;++++++++++++++++++++++++++++++++++++++++&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Generating RSA private key, 2048 bit long modulus (2 primes)&lt;BR /&gt;....................................+++++&lt;BR /&gt;.....................+++++&lt;BR /&gt;e is 65537 (0x010001)&lt;BR /&gt;Using configuration from ../ca/openssl.cnf&lt;BR /&gt;Can't open ../crts/SRK4_sha256_2048_65537_v3_ca_crt.pem for reading, No such file or directory&lt;BR /&gt;139869409961792:error:02001002:system library:fopen:No such file or directory:crypto/bio/bss_file.c:72:fopen('../crts/SRK4_sha256_2048_65537_v3_ca_crt.pem','r')&lt;BR /&gt;139869409961792:error:2006D080:BIO routines:BIO_new_file:no such file:crypto/bio/bss_file.c:79:&lt;BR /&gt;unable to load certificate&lt;BR /&gt;Can't open ../crts/IMG4_1_sha256_2048_65537_v3_usr_crt.pem for reading, No such file or directory&lt;BR /&gt;139792348456768:error:02001002:system library:fopen:No such file or directory:crypto/bio/bss_file.c:72:fopen('../crts/IMG4_1_sha256_2048_65537_v3_usr_crt.pem','r')&lt;BR /&gt;139792348456768:error:2006D080:BIO routines:BIO_new_file:no such file:crypto/bio/bss_file.c:79:&lt;BR /&gt;unable to load certificate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards ,&lt;/P&gt;&lt;P&gt;Pramod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Apr 2019 06:23:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/HAB-IMX6UL/m-p/874357#M132767</guid>
      <dc:creator>PramodKumar</dc:creator>
      <dc:date>2019-04-25T06:23:47Z</dc:date>
    </item>
  </channel>
</rss>

