Open main menu

DAVE Developer's Wiki β

Difference between revisions of "DESK-XZ7-L/Development/How to create a bootable microSD card"

< DESK-XZ7-L
(Created page with "<section begin=History/> {| style="border-collapse:collapse; " !colspan="4" style="width:100%; text-align:left"; border-bottom:solid 2px #ededed"|History |- !style="border-le...")
 
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
<section begin=History/>
+
<section begin="History" />
 
{| style="border-collapse:collapse; "
 
{| style="border-collapse:collapse; "
!colspan="4" style="width:100%; text-align:left"; border-bottom:solid 2px #ededed"|History
+
! colspan="4" style="width:100%; text-align:left" ; border-bottom:solid 2px #ededed" |History
 
|-  
 
|-  
!style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#73B2C7; padding:5px; color:white"|Issue Date
+
! style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#73B2C7; padding:5px; color:white" |Issue Date
!style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#73B2C7; padding:5px; color:white"|Notes
+
! style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#73B2C7; padding:5px; color:white" |Notes
 
|-
 
|-
!style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#ededed; padding:5px; color:#000000"|2023/01/25
+
| style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#edf8fb; padding:5px; color:#000000" |2023/01/29
!style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#ededed; padding:5px; color:#000000"|DESK-XZ7-L-1.0.1 release
+
| style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#edf8fb; padding:5px; color:#000000" |DESK-XZ7-L-1.0.1 release
 
|-
 
|-
 
|}
 
|}
<section end=History/>
+
<section end="History" />
 
__FORCETOC__
 
__FORCETOC__
<section begin=Body/>
+
<section begin="Body" />
  
 
==  How to create a bootable microSD card ==
 
==  How to create a bootable microSD card ==
  
The process is relatively straightforward: it consists of writing the WIC file of interest generated by Yocto onto the SD card. There are multiple ways to do that.
+
The process is relatively straightforward: it consists of writing the WIC file of interest generated by Petalinux onto the SD card. There are multiple ways to do that.
  
 
The most common is to use the well-known BalenaEtcher tool ([https://etcher.balena.io/ download BalenaEtcher]). The following instruction explains how to use it on a Windows host. The procedure is similar when working with a Linux host.
 
The most common is to use the well-known BalenaEtcher tool ([https://etcher.balena.io/ download BalenaEtcher]). The following instruction explains how to use it on a Windows host. The procedure is similar when working with a Linux host.
 
* Download the desired binary image to flash (<code>*.wic</code> or <code>*.wic.bz2</code>). In case you have a <code>*.wic.bz2</code>, unzip the file in order to have a <code>*.wic</code> file
 
* Download the desired binary image to flash (<code>*.wic</code> or <code>*.wic.bz2</code>). In case you have a <code>*.wic.bz2</code>, unzip the file in order to have a <code>*.wic</code> file
**Among the binaries made available in the [[mirror:desk-mp1-l/| mirror]] there are several <code>*.wic.bz2</code> files for the available releases. In particular, there is the <code>desk-xz7-l-1.0.1_bora_dave-image-devel.wic.bz2</code> file. This image is the one used to program the microSD card delivered along with the evaluation kit.
+
**Among the binaries made available in the [[mirror:desk-xz7-l/| mirror]] there are several <code>*.wic.bz2</code> files for the available releases. In particular, there is the <code>[https://mirror.dave.eu/desk-xz-l/desk-xz7-l-1.0.1/desk-xz7-l-1.0.1_boralite_dave-image-devel.wic.bz2 desk-xz7-l-1.0.1_bora_dave-image-devel.wic.bz2]</code> file. This image is the one used to program the microSD card delivered along with the evaluation kit.
 
* Connect the microSD card to the PC Host
 
* Connect the microSD card to the PC Host
 
* Open BalenaEtcher tool
 
* Open BalenaEtcher tool
Line 29: Line 29:
  
 
{| class="wikitable" style="text-align: center"
 
{| class="wikitable" style="text-align: center"
|[[File:DESK-XZ7-L-1.0.1_balenaEtcher_flash.png|center|thumb|200x200px|Flashing]]
+
|[[File:DESK-XZ7-L-1.0.1 balenaEtcher flash.png.png|center|thumb|200x200px|Flashing]]
|[[File:DESK-XZ7-L-1.0.1_balenaEtcher_valid.png|center|thumb|200x200px|Unpacking]]
+
|[[File:DESK-XZ7-L-1.0.1 balenaEtcher valid.png.png|center|thumb|200x200px|Unpacking]]
 
|}
 
|}
  
<section end=Body/>
+
<section end="Body" />
 
 
  
 
[[Category:BORA]] [[Category:BORA Xpress]] [[Category:BORA Lite]]
 
[[Category:BORA]] [[Category:BORA Xpress]] [[Category:BORA Lite]]

Latest revision as of 15:26, 29 January 2024

History
Issue Date Notes
2023/01/29 DESK-XZ7-L-1.0.1 release



Contents

How to create a bootable microSD cardEdit

The process is relatively straightforward: it consists of writing the WIC file of interest generated by Petalinux onto the SD card. There are multiple ways to do that.

The most common is to use the well-known BalenaEtcher tool (download BalenaEtcher). The following instruction explains how to use it on a Windows host. The procedure is similar when working with a Linux host.

  • Download the desired binary image to flash (*.wic or *.wic.bz2). In case you have a *.wic.bz2, unzip the file in order to have a *.wic file
    • Among the binaries made available in the mirror there are several *.wic.bz2 files for the available releases. In particular, there is the desk-xz7-l-1.0.1_bora_dave-image-devel.wic.bz2 file. This image is the one used to program the microSD card delivered along with the evaluation kit.
  • Connect the microSD card to the PC Host
  • Open BalenaEtcher tool
  • Once the tool is open:
    • Select the binary to flash by clicking on "Flash from file"
    • Select the microSD to flash by clicking on "Select target"
    • Flash the uSD by clicking o "Flash".
 
Flashing
 
Unpacking