Open main menu

DAVE Developer's Wiki β

Changes

m
no edit summary
This article shows how to create a bootable microSD for the [[DESK-MP1-L/General/Release_NotesRelease_Notes_(DESK-MP1-L)|DESK-MP1-L Release Notes]] kit by using a simple bash script. <br>
The procedure has been tested on a MVM released with '''DESK-MP1-L 1.0.0''' release with
* a 32 GB microSD card [1]
* a USB SD card reader
* the binary files delivered along with the [[DESK-MP1-L/General/Release_NotesRelease_Notes_(DESK-MP1-L)#Downloadable_binary_images|DESK-MP1-L 1.0.0]]
The resulting card is partitioned as depicted here below:
</pre>
Here is an example that shows how to use this script. We use here files delivered with [[DESK-MP1-L/General/Release_NotesRelease_Notes_(DESK-MP1-L)#Downloadable_binary_images|DESK-MP1-L 1.0.0]] release. Before invoking the script, the following files has to be renamed in order to make them compatible with the default U-Boot environment variables:
* bootscript: <code>boot.scr</code>
* Linux kernel: <code>uImage</code>
</pre>
Another example where we aupdate update only a partition:
* update FIP(U-boot) partition
download the <code>*.wic.bz2</code> binary of the release you want.
Use BalenaEtcher tool ([[https://etcher.balena.io/ | download BalenaEtcher]]), for flsh flash the uSD with <code>*.wic.bz2</code> file.
=== How use BalenaEtcher on Windows ===
dave_user
226
edits