#Appunti Rob MP1

<abstract>
Raccolta di appunti MP1 Rob
</abstract>

<h2>to access the docker</h2>
to access docker on Ubuntu 18.04 (with docker already installed):
<pre>docker run -d -p 7272:80 st/userguides:V3.5
</pre>


Check these links on the docker:<br>

* [checking the prerequisites](http://localhost:7272/STMicroelectronics_userguide_3.5/index.php/STM32MP1_Distribution_Package#Checking_the_prerequisites)<br>
* [Starter Package](http://localhost:7272/STMicroelectronics_userguide_3.5/index.php/STM32MP15_Discovery_kits_-_Starter_Package)<br>

<h2>Starter Package Installation on Ubuntu Linux</h2>
<br>If you don't have a recent JRE Java installed you need to install it:
<pre>
sudo apt update
sudo apt install default-jre
</pre>
Now follow the installation instructions in the starter package link at the 5.1 section
</pre>

