Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
tools:stm32 [2024/10/08 15:05] – [Board support packages] darrontools:stm32 [2024/10/08 15:06] (current) – [Board support packages] darron
Line 95: Line 95:
 <code> <code>
 #! /bin/sh #! /bin/sh
- +mkdir -p /opt/BSP && cd /opt/BSP
-cd /opt/BSP +
 git clone https://github.com/STMicroelectronics/stm32h745i-disco-bsp git clone https://github.com/STMicroelectronics/stm32h745i-disco-bsp
 git clone https://github.com/STMicroelectronics/stm32-bsp-common git clone https://github.com/STMicroelectronics/stm32-bsp-common