Skip to main content
Visitor II
February 2, 2023
Solved

Can I install the developer package on the STM32MP157D-EV1 board using "Windows os" STM32Cubeprogrammer program?

  • February 2, 2023
  • 1 reply
  • 902 views

I even installed the starter package in EMMC boot mode.

And I want to install a developer package.

I want to install SDK, can I use STM32MP157D-EV1 board using STM32Cube Programmer in Windows OS?

Ubuntu 18.04 was installed in virtualbox and STM32Cubeprogrammer was installed. However, the program cannot read the STM32 board on the USB port.

I want to install Ubuntu 18.04 on the STM32MP157D-EV1 board. Is there any way?

    This topic has been closed for replies.
    Best answer by Olivier GALLIEN

    Hi @kKim.1​ ,

    There's no way to install Ubuntu 18.04 or SDK on the target board STM32MP157D-EV1.

    It looks like you mixed Host / PCs requirement and ecosystem side and the target side.

    On Host side : Ubuntu 20.04 LTS on which you can install developper package (SDK + source code) or Distribution ( Yocto)

    Target side : Only support OpenSTLinux executable binaries cross-compiled on you PCs thanks to Developper or Distribution package and download with STM32CubeProg on your boot device (eMMC, SDCard et.. )

    Hope it help,

    Olivier

    1 reply

    Technical Moderator
    February 2, 2023

    Hi @kKim.1​ ,

    There's no way to install Ubuntu 18.04 or SDK on the target board STM32MP157D-EV1.

    It looks like you mixed Host / PCs requirement and ecosystem side and the target side.

    On Host side : Ubuntu 20.04 LTS on which you can install developper package (SDK + source code) or Distribution ( Yocto)

    Target side : Only support OpenSTLinux executable binaries cross-compiled on you PCs thanks to Developper or Distribution package and download with STM32CubeProg on your boot device (eMMC, SDCard et.. )

    Hope it help,

    Olivier