Populate the target and boot the image

Revision as of 17:07, 31 January 2019 by Registered User

Template:ArticleMainWriter Template:ArticleProposedVersion


STM32MP157X-DK2.png
Let's start Develop on Arm® Cortex®-A7
Step category in.png Unpack the board Step.png Populate the target and boot the image Step.png Execute basic commands Step.png Use the demo launcher Step category out.png


1. Overview[edit source]

This stage will explain to you how to get, install and boot the STM32MP15 Discovery kits Starter Package.

2. Install the tools[edit source]

2.1. STM32CubeProgrammer[edit source]

Info white.png Information
STM32CubeProgrammer requires 1.8 version or later of the Java platfrom.

sudo apt-get install openjdk-8-jre
sudo update-alternatives --config java

Select the java-8-openjdk configuration.

  • Create your tools directory on your host computer
mkdir STM32MPU-Tools
cd STM32MPU-Tools
mkdir STM32CubeProgrammer-2.0.0
  • Download the version 2.0.0 of STM32CubeProgrammer archive file in a temporary derectory of your host computer
  • Uncompress the archive file to get the STM32CubeProgrammer installers
unzip SetupSTM32CubeProgrammer.zip
  • Execute the Linux installer, which guides you through the installation process. Select "STM32MPU-Tools/STM32CubeProgrammer-2.0.0" as the installation directory, when it's requested by the installer
./SetupSTM32CubeProgrammer-2.0.0.linux

2.2. USB serial link[edit source]

3. Step 2[edit source]


Back button.png Overview button.png Next button.png