Release Notes Template: Difference between revisions

From Variscite Wiki
No edit summary
No edit summary
Line 5: Line 5:
--> {{#vardefine:PAGE_TITLE|{{#urlget:title}}}} <!--
--> {{#vardefine:PAGE_TITLE|{{#urlget:title}}}} <!--
--> {{#vardefine:STYLE_RELEASE|style="color:#36c;font-weight: bold;"}} <!--
--> {{#vardefine:STYLE_RELEASE|style="color:#36c;font-weight: bold;"}} <!--
                                                                                                       RELEASE_PARAM should be inititialized by parent page
                                                                                                       RELEASE_PARAM should be initialized by parent page
--> {{#vardefine:RELEASE_PARAM|{{#var:RELEASE_PARAM|RELEASE_ZEUS_V2.0_VAR-SOM-MX8M-NANO}}}} <!--      If unset, default to nano yocto
--> {{#vardefine:RELEASE_PARAM|{{#var:RELEASE_PARAM|RELEASE_ZEUS_V2.0_VAR-SOM-MX8M-NANO}}}} <!--      If unset, default to nano yocto
--> {{#lst:Yocto_Platform_Customization|{{#var:RELEASE_PARAM}}}} <!--
--> {{#lst:Yocto_Platform_Customization|{{#var:RELEASE_PARAM}}}} <!--
Line 34: Line 34:
{{#ifeq: {{#var:OS}} | FreeRTOS ||'''Note:''' Some web browsers have removed FTP support. Please see our [[FTP|FTP wiki page]] or download using the command line:
{{#ifeq: {{#var:OS}} | FreeRTOS ||'''Note:''' Some web browsers have removed FTP support. Please see our [[FTP|FTP wiki page]] or download using the command line:
  $ wget {{#var:RECOVERY_SD_URL}}/{{#var:RECOVERY_SD_NAME}} {{#if: {{#var: RECOVERY_SD_NAME_B0 }} | <br>or, for the i.MX8X rev. B0 image:<br>$ wget {{#var:RECOVERY_SD_URL}}/{{#var:RECOVERY_SD_NAME_B0}}}}
  $ wget {{#var:RECOVERY_SD_URL}}/{{#var:RECOVERY_SD_NAME}} {{#if: {{#var: RECOVERY_SD_NAME_B0 }} | <br>or, for the i.MX8X rev. B0 image:<br>$ wget {{#var:RECOVERY_SD_URL}}/{{#var:RECOVERY_SD_NAME_B0}}}}
After downloading the image, visit our [https://variwiki.com/index.php?title=Yocto_Recovery_SD_card&release={{#var:RELEASE_NAME}} Recovery SD Card guide] to learn how to program a recovery SD Card.
}}
}}



Revision as of 17:23, 25 August 2021

Release Notes Template