2023-02-03 12:12 AM
Hello, teachers.
I'm sorry in advance because I think I'll be talking too long.
The board I use is STM32MP157D-EV1 (evaluation board).
From the previous question and answer, I found that Ubuntu 18.04 and SDK could not be installed on my board, which had a starter package installed through Windows OS.
I also knew that Linux, Ubuntu (22.04 or 20.04) OS (64bit) is required to install a developer package or distribution package.
So I installed Ubuntu 20.04 LTS on VMWare and even installed the STM32CubeProgrammer program. (Although VMWare-Ubuntu and STM32 evaluation board are not connected yet, I think we can find and connect various information such as environmental variables. But if it doesn't work, I'll have a headache.)
Next, here's my situation.
I need to install Ubuntu OS and SDK on the board I use for comfortable test construction.
From what I heard from the source code developer, the version doesn't matter. Only Ubuntu OS is required.
They said that cross-compilation is not necessary, and that it will only work with the Ubuntu OS installed on the board.
The source code to be tested has already been developed and confirmed to be running on the Rapbian OS.
Finally, what I'm curious about is as follows.
1. As mentioned above, can Ubuntu OS and SDK be installed on the STM32MP157D-EV1 board?
2. As mentioned above, if I installed Ubuntu OS and SDK on the EV1 board, can I download the source code that I already developed using only the Ubuntu OS on the board, build a build, and test the behavior?
3. Where can I see the pin-map of the STM32MP157D-EV1 board?
4. I'm not sure if the STM32MP157D-EV1 board is MCU or MPU.
Thank you.
Solved! Go to Solution.
2023-02-03 12:42 AM
Hi @kKim.1 ,
This post looks similar to
1. As mentioned above, can Ubuntu OS and SDK be installed on the STM32MP157D-EV1 board?
No they can't. Ubuntu OS is a too big OS to be supported by STM32MP157D-EV1 for performance and memory point of view
For this reason there's no Ubuntu version ported to this platform available.
SDK is dedicated for cross-compilation from a Host PC.
2. As mentioned above, if I installed Ubuntu OS and SDK on the EV1 board, can I download the source code that I already developed using only the Ubuntu OS on the board, build a build, and test the behavior?
No
3. Where can I see the pin-map of the STM32MP157D-EV1 board?
refer to wiki page :
STM32MP157x-EV1 - hardware description - stm32mpu
and st.com :
https://www.st.com/en/evaluation-tools/stm32mp157d-ev1.html
Schematics are in "CAD resources"
4. I'm not sure if the STM32MP157D-EV1 board is MCU or MPU.
STM32MP157D is an MPU.
In order to give better visibility on the answered topics, please click on 'Select as Best' on the reply which solved your issue or answered your question. See also 'Best Answers'
Olivier
2023-02-03 12:42 AM
Hi @kKim.1 ,
This post looks similar to
1. As mentioned above, can Ubuntu OS and SDK be installed on the STM32MP157D-EV1 board?
No they can't. Ubuntu OS is a too big OS to be supported by STM32MP157D-EV1 for performance and memory point of view
For this reason there's no Ubuntu version ported to this platform available.
SDK is dedicated for cross-compilation from a Host PC.
2. As mentioned above, if I installed Ubuntu OS and SDK on the EV1 board, can I download the source code that I already developed using only the Ubuntu OS on the board, build a build, and test the behavior?
No
3. Where can I see the pin-map of the STM32MP157D-EV1 board?
refer to wiki page :
STM32MP157x-EV1 - hardware description - stm32mpu
and st.com :
https://www.st.com/en/evaluation-tools/stm32mp157d-ev1.html
Schematics are in "CAD resources"
4. I'm not sure if the STM32MP157D-EV1 board is MCU or MPU.
STM32MP157D is an MPU.
In order to give better visibility on the answered topics, please click on 'Select as Best' on the reply which solved your issue or answered your question. See also 'Best Answers'
Olivier