DESK-MX8M-L/Development/Building Boot Image

From DAVE Developer's Wiki
< DESK-MX8M-L
Revision as of 16:46, 16 February 2022 by U0007 (talk | contribs) (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...")

(diff) ← Older revision | Approved revision (diff) | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
History
Version Issue Date Notes
1.0.0 Jan 2022 First DESK-MX8M release



Building Boot Image[edit | edit source]

Quick reference[edit | edit source]

Repository Information
URL git@git.dave.eu:desk-mx-l/desk-mx8-mkimage.git
stable branch desk-mx8m-l-rel-2.0.0
stable tag desk-mx8m-l-2.0.0-rc2

Instructions[edit | edit source]

It is assumed that the development environment has been set up properly as described here.

  • start the Linux development VM and login into the system
  • open a terminal window and cd into desk-mx-l directory
cd desk-mx-l
  • clone 'recursively the Boot repositories
git clone --recursive git@git.dave.eu:desk-mx-l/desk-mx8-mkimage.git
  • checkout the required branch
 git checkout desk-mx8m-l-rel-2.0.0 
  • configure the build environment
source /home/dvdk/desk-mx-l/desk-mx8m-l-2.0.0-rc2_env.sh