<?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: LS1028a: secure boot and SRK fuse process in Layerscape</title>
    <link>https://community.nxp.com/t5/Layerscape/LS1028a-secure-boot-and-SRK-fuse-process/m-p/1623654#M12103</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/214639"&gt;@Hamza&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"I tried to put the LS1028A in RSP and write SRKH in SFP mirror registers to boot from SD card (secure image) following this guide layerscape_software_development_kit_user_guide_3-16-2023.pdf page 151.&lt;/P&gt;
&lt;P&gt;Unfortunately, after finishing all the steps I failed to boot, most likely it's because one of the commands was only specified to boot from FlexSPI :&lt;/P&gt;
&lt;P&gt;"puts [jtag::scan_io dr 64 0x0000010071FF001F]; // For FlexSPI boot"&lt;/P&gt;
&lt;P&gt;I would like to understand the commands used in the ccs (codewarrior connection server) since they are not explained properly within the guide.&lt;/P&gt;
&lt;P&gt;I tried to change 0x0000010071FF001F to 0x0000010071FF0011 since I read #Bits 1-9 signifies RCW source. page 150 but I'm not sure that this would be enough, I would be interested to know the meaning for all bits that I’m currently changing in this 64bit field."&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;According to the guide layerscape_software_development_kit_user_guide_3-16-2023.pdf when you change "0x0000010071FF001F"&amp;nbsp; to "0x0000010071FF0011" you will change the boot source of the board&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;0x0000010071FF001F =&amp;gt; NOR(FlexSPI boot)&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;0x0000010071FF0011 =&amp;gt; SD Card&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;"It's a bit confusing to Program SRKH mirror registers in U-Boot environment specified in page 152&lt;/P&gt;
&lt;P&gt;“NOTE: CST generates the SRKH in the same endianness as SFP. To program the SRKH in an ARM core running little endian mode, a byte swap is required.”&lt;/P&gt;
&lt;P&gt;Should I do byte swap when using uboot commands to write memory (mm / mw) because while using ccs and codewarrior tap the byte swap was not mentioned ?"&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;You should use the Byte swap if you applied in U-boot, but if you use CCS you don’t have to do the Byte swap for write the Value in the registers SRKH:&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;In the following table you can see the Offset of the registers of SRKH0 to SRKH7&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;DIV style="direction: ltr;"&gt;
&lt;TABLE style="direction: ltr; border-collapse: collapse; border: 1pt solid #A3A3A3;" title="" border="1" summary="" cellspacing="0" cellpadding="0"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD style="vertical-align: top; width: .8986in; padding: 4pt 4pt 4pt 4pt; border: 1pt solid #A3A3A3;"&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;Offset&lt;/P&gt;
&lt;/TD&gt;
&lt;TD style="vertical-align: top; width: 1.075in; padding: 4pt 4pt 4pt 4pt; border: 1pt solid #A3A3A3;"&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;Register name&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style="vertical-align: top; width: .9145in; padding: 4pt 4pt 4pt 4pt; border: 1pt solid #A3A3A3;"&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;01E8_0254&lt;/P&gt;
&lt;/TD&gt;
&lt;TD style="vertical-align: top; width: 1.1291in; padding: 4pt 4pt 4pt 4pt; border: 1pt solid #A3A3A3;"&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;SRKH 0 255-224&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style="vertical-align: top; width: .9145in; padding: 4pt 4pt 4pt 4pt; border: 1pt solid #A3A3A3;"&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;01E8_0258&lt;/P&gt;
&lt;/TD&gt;
&lt;TD style="vertical-align: top; width: 1.1291in; padding: 4pt 4pt 4pt 4pt; border: 1pt solid #A3A3A3;"&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;SRKH 1 223-192&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style="vertical-align: top; width: .918in; padding: 4pt 4pt 4pt 4pt; border: 1pt solid #A3A3A3;"&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;01E8_025C&lt;/P&gt;
&lt;/TD&gt;
&lt;TD style="vertical-align: top; width: 1.125in; padding: 4pt 4pt 4pt 4pt; border: 1pt solid #A3A3A3;"&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;SRKH 2 191-160&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style="vertical-align: top; width: .9145in; padding: 4pt 4pt 4pt 4pt; border: 1pt solid #A3A3A3;"&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;01E8_0260&lt;/P&gt;
&lt;/TD&gt;
&lt;TD style="vertical-align: top; width: 1.1291in; padding: 4pt 4pt 4pt 4pt; border: 1pt solid #A3A3A3;"&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;SRKH 3 159-128&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style="vertical-align: top; width: .9145in; padding: 4pt 4pt 4pt 4pt; border: 1pt solid #A3A3A3;"&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;01E8_0264&lt;/P&gt;
&lt;/TD&gt;
&lt;TD style="vertical-align: top; width: 1.0861in; padding: 4pt 4pt 4pt 4pt; border: 1pt solid #A3A3A3;"&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;SRKH 4 127- 96&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style="vertical-align: top; width: .9145in; padding: 4pt 4pt 4pt 4pt; border: 1pt solid #A3A3A3;"&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;01E8_0268&lt;/P&gt;
&lt;/TD&gt;
&lt;TD style="vertical-align: top; width: 1.0597in; padding: 4pt 4pt 4pt 4pt; border: 1pt solid #A3A3A3;"&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;SRKH 5 95- 64&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style="vertical-align: top; width: .918in; padding: 4pt 4pt 4pt 4pt; border: 1pt solid #A3A3A3;"&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;01E8_026C&lt;/P&gt;
&lt;/TD&gt;
&lt;TD style="vertical-align: top; width: 1.0555in; padding: 4pt 4pt 4pt 4pt; border: 1pt solid #A3A3A3;"&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;SRKH 6 63- 32&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style="vertical-align: top; width: .9145in; padding: 4pt 4pt 4pt 4pt; border: 1pt solid #A3A3A3;"&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;01E8_0270&lt;/P&gt;
&lt;/TD&gt;
&lt;TD style="vertical-align: top; width: 1.0597in; padding: 4pt 4pt 4pt 4pt; border: 1pt solid #A3A3A3;"&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;SRKH 7 31- 0&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;In the following image in the highlighted areas you can see an explanation of when you need to use the byte swap&amp;nbsp;Information that you can find in the page 307 of LSDK attached here&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SebastianG_0-1680045676805.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/216704iB4BAF15DCB06ACAA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SebastianG_0-1680045676805.png" alt="SebastianG_0-1680045676805.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SebastianG_1-1680045691108.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/216705i42FA01FF3A7E600D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SebastianG_1-1680045691108.png" alt="SebastianG_1-1680045691108.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"Is there a way to verify if my SRKH is valid within the generated headers from flex-builder (verifying using cst or any other tool)?"&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Principally you need to make sure to create the security image with the SRKH and OPTMK that will validate and complete the boot.&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;In the attached file "LS1043A Secure Boot Hands on Secure Systems.pptx" on page 25 to 63 you will find the steps to follow in order to perform the secure boot.&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/UL&gt;</description>
    <pubDate>Tue, 28 Mar 2023 23:25:52 GMT</pubDate>
    <dc:creator>SebastianG</dc:creator>
    <dc:date>2023-03-28T23:25:52Z</dc:date>
    <item>
      <title>LS1028a: secure boot and SRK fuse process</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1028a-secure-boot-and-SRK-fuse-process/m-p/1621052#M12078</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;After successfully fusing to OTPMK to the Layerscape LS1028A, I encountered few issues while programming SRKH :&lt;/P&gt;&lt;P&gt;1- I tried to&amp;nbsp;put the LS1028A in RSP and write SRKH in SFP mirror registers to boot from SD card (secure image) following this guide&amp;nbsp;layerscape_software_development_kit_user_guide_3-16-2023.pdf page 151.&lt;/P&gt;&lt;P&gt;Unfortunately, after finishing all the steps I failed to boot, most likely it's because one of the commands was only specified to boot from FlexSPI :&lt;/P&gt;&lt;P&gt;"puts [jtag::scan_io dr 64 0x0000010071FF001F]; // For FlexSPI boot"&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;I would like to understand the commands used in the ccs (codewarrior connection server) since they are not explained properly within the guide.&lt;/LI&gt;&lt;LI&gt;I tried to change&amp;nbsp;0x0000010071FF00&lt;STRONG&gt;1F&lt;/STRONG&gt;&amp;nbsp;to&amp;nbsp;0x0000010071FF00&lt;STRONG&gt;11&amp;nbsp;&lt;/STRONG&gt;since I read&amp;nbsp;#Bits 1-9 signifies RCW source. page 150 but I'm not sure that this would be enough, I would be interested to know the meaning for all bits that I’m currently changing in this 64bit field.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2- It's a bit confusing to&amp;nbsp;Program SRKH mirror registers in U-Boot environment specified in page 152&lt;/P&gt;&lt;P&gt;“NOTE: CST generates the SRKH in the same endianness as SFP. To program the SRKH in an ARM core running little endian mode, a byte swap is required.”&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;should I do byte swap when using uboot commands to write memory (mm / mw) because while using ccs and codewarrior tap the byte swap was not mentioned ?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3- Is there a way to verify if my SRKH is valid within the generated headers from flex-builder (verifying using cst or any other tool) ?&lt;/P&gt;</description>
      <pubDate>Mon, 27 Mar 2023 12:18:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1028a-secure-boot-and-SRK-fuse-process/m-p/1621052#M12078</guid>
      <dc:creator>Hamza</dc:creator>
      <dc:date>2023-03-27T12:18:32Z</dc:date>
    </item>
    <item>
      <title>Re: LS1028a: secure boot and SRK fuse process</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1028a-secure-boot-and-SRK-fuse-process/m-p/1623654#M12103</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/214639"&gt;@Hamza&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"I tried to put the LS1028A in RSP and write SRKH in SFP mirror registers to boot from SD card (secure image) following this guide layerscape_software_development_kit_user_guide_3-16-2023.pdf page 151.&lt;/P&gt;
&lt;P&gt;Unfortunately, after finishing all the steps I failed to boot, most likely it's because one of the commands was only specified to boot from FlexSPI :&lt;/P&gt;
&lt;P&gt;"puts [jtag::scan_io dr 64 0x0000010071FF001F]; // For FlexSPI boot"&lt;/P&gt;
&lt;P&gt;I would like to understand the commands used in the ccs (codewarrior connection server) since they are not explained properly within the guide.&lt;/P&gt;
&lt;P&gt;I tried to change 0x0000010071FF001F to 0x0000010071FF0011 since I read #Bits 1-9 signifies RCW source. page 150 but I'm not sure that this would be enough, I would be interested to know the meaning for all bits that I’m currently changing in this 64bit field."&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;According to the guide layerscape_software_development_kit_user_guide_3-16-2023.pdf when you change "0x0000010071FF001F"&amp;nbsp; to "0x0000010071FF0011" you will change the boot source of the board&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;0x0000010071FF001F =&amp;gt; NOR(FlexSPI boot)&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;0x0000010071FF0011 =&amp;gt; SD Card&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;"It's a bit confusing to Program SRKH mirror registers in U-Boot environment specified in page 152&lt;/P&gt;
&lt;P&gt;“NOTE: CST generates the SRKH in the same endianness as SFP. To program the SRKH in an ARM core running little endian mode, a byte swap is required.”&lt;/P&gt;
&lt;P&gt;Should I do byte swap when using uboot commands to write memory (mm / mw) because while using ccs and codewarrior tap the byte swap was not mentioned ?"&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;You should use the Byte swap if you applied in U-boot, but if you use CCS you don’t have to do the Byte swap for write the Value in the registers SRKH:&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;In the following table you can see the Offset of the registers of SRKH0 to SRKH7&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;DIV style="direction: ltr;"&gt;
&lt;TABLE style="direction: ltr; border-collapse: collapse; border: 1pt solid #A3A3A3;" title="" border="1" summary="" cellspacing="0" cellpadding="0"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD style="vertical-align: top; width: .8986in; padding: 4pt 4pt 4pt 4pt; border: 1pt solid #A3A3A3;"&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;Offset&lt;/P&gt;
&lt;/TD&gt;
&lt;TD style="vertical-align: top; width: 1.075in; padding: 4pt 4pt 4pt 4pt; border: 1pt solid #A3A3A3;"&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;Register name&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style="vertical-align: top; width: .9145in; padding: 4pt 4pt 4pt 4pt; border: 1pt solid #A3A3A3;"&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;01E8_0254&lt;/P&gt;
&lt;/TD&gt;
&lt;TD style="vertical-align: top; width: 1.1291in; padding: 4pt 4pt 4pt 4pt; border: 1pt solid #A3A3A3;"&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;SRKH 0 255-224&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style="vertical-align: top; width: .9145in; padding: 4pt 4pt 4pt 4pt; border: 1pt solid #A3A3A3;"&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;01E8_0258&lt;/P&gt;
&lt;/TD&gt;
&lt;TD style="vertical-align: top; width: 1.1291in; padding: 4pt 4pt 4pt 4pt; border: 1pt solid #A3A3A3;"&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;SRKH 1 223-192&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style="vertical-align: top; width: .918in; padding: 4pt 4pt 4pt 4pt; border: 1pt solid #A3A3A3;"&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;01E8_025C&lt;/P&gt;
&lt;/TD&gt;
&lt;TD style="vertical-align: top; width: 1.125in; padding: 4pt 4pt 4pt 4pt; border: 1pt solid #A3A3A3;"&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;SRKH 2 191-160&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style="vertical-align: top; width: .9145in; padding: 4pt 4pt 4pt 4pt; border: 1pt solid #A3A3A3;"&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;01E8_0260&lt;/P&gt;
&lt;/TD&gt;
&lt;TD style="vertical-align: top; width: 1.1291in; padding: 4pt 4pt 4pt 4pt; border: 1pt solid #A3A3A3;"&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;SRKH 3 159-128&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style="vertical-align: top; width: .9145in; padding: 4pt 4pt 4pt 4pt; border: 1pt solid #A3A3A3;"&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;01E8_0264&lt;/P&gt;
&lt;/TD&gt;
&lt;TD style="vertical-align: top; width: 1.0861in; padding: 4pt 4pt 4pt 4pt; border: 1pt solid #A3A3A3;"&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;SRKH 4 127- 96&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style="vertical-align: top; width: .9145in; padding: 4pt 4pt 4pt 4pt; border: 1pt solid #A3A3A3;"&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;01E8_0268&lt;/P&gt;
&lt;/TD&gt;
&lt;TD style="vertical-align: top; width: 1.0597in; padding: 4pt 4pt 4pt 4pt; border: 1pt solid #A3A3A3;"&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;SRKH 5 95- 64&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style="vertical-align: top; width: .918in; padding: 4pt 4pt 4pt 4pt; border: 1pt solid #A3A3A3;"&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;01E8_026C&lt;/P&gt;
&lt;/TD&gt;
&lt;TD style="vertical-align: top; width: 1.0555in; padding: 4pt 4pt 4pt 4pt; border: 1pt solid #A3A3A3;"&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;SRKH 6 63- 32&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style="vertical-align: top; width: .9145in; padding: 4pt 4pt 4pt 4pt; border: 1pt solid #A3A3A3;"&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;01E8_0270&lt;/P&gt;
&lt;/TD&gt;
&lt;TD style="vertical-align: top; width: 1.0597in; padding: 4pt 4pt 4pt 4pt; border: 1pt solid #A3A3A3;"&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;SRKH 7 31- 0&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;In the following image in the highlighted areas you can see an explanation of when you need to use the byte swap&amp;nbsp;Information that you can find in the page 307 of LSDK attached here&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SebastianG_0-1680045676805.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/216704iB4BAF15DCB06ACAA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SebastianG_0-1680045676805.png" alt="SebastianG_0-1680045676805.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SebastianG_1-1680045691108.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/216705i42FA01FF3A7E600D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SebastianG_1-1680045691108.png" alt="SebastianG_1-1680045691108.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"Is there a way to verify if my SRKH is valid within the generated headers from flex-builder (verifying using cst or any other tool)?"&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Principally you need to make sure to create the security image with the SRKH and OPTMK that will validate and complete the boot.&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;In the attached file "LS1043A Secure Boot Hands on Secure Systems.pptx" on page 25 to 63 you will find the steps to follow in order to perform the secure boot.&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Tue, 28 Mar 2023 23:25:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1028a-secure-boot-and-SRK-fuse-process/m-p/1623654#M12103</guid>
      <dc:creator>SebastianG</dc:creator>
      <dc:date>2023-03-28T23:25:52Z</dc:date>
    </item>
    <item>
      <title>Re: LS1028a: secure boot and SRK fuse process</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1028a-secure-boot-and-SRK-fuse-process/m-p/1627726#M12165</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/203367"&gt;@SebastianG&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your reply !&lt;/P&gt;&lt;P&gt;I'm trying to boot from SD Card but&amp;nbsp;&lt;STRONG&gt;0x0000010071FF0011&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt;doesn't seems to be the right value. I would appreciate&amp;nbsp;it if there is any document that explain&amp;nbsp;all the field within the 64bit field not only the boot source (bits 1:9)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Best Regards,&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2023 14:06:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1028a-secure-boot-and-SRK-fuse-process/m-p/1627726#M12165</guid>
      <dc:creator>Hamza</dc:creator>
      <dc:date>2023-04-04T14:06:37Z</dc:date>
    </item>
    <item>
      <title>Re: LS1028a: secure boot and SRK fuse process</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1028a-secure-boot-and-SRK-fuse-process/m-p/1629276#M12194</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/214639"&gt;@Hamza&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Are you using a custom board or LS1028ARDB?&lt;/P&gt;
&lt;P&gt;If so, please make sure that have the appropriate SD card configuration in the switches.&lt;/P&gt;
&lt;P&gt;On the other hand, if you are using a custom board, could you please be so kind to provide the schematics?&lt;/P&gt;
&lt;P&gt;Regarding to the meaning of the value 0x0000010071FF0011:&lt;/P&gt;
&lt;P&gt;Please also note that the following value represents the 64 bits of RCW 0x0000010071FF0011, at the moment when you change the 0x0000010071FF001F to 0x0000010071FF0011 you will only change the RCW SRC to SD card.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Sebastian&lt;/P&gt;</description>
      <pubDate>Thu, 06 Apr 2023 17:24:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1028a-secure-boot-and-SRK-fuse-process/m-p/1629276#M12194</guid>
      <dc:creator>SebastianG</dc:creator>
      <dc:date>2023-04-06T17:24:58Z</dc:date>
    </item>
  </channel>
</rss>

