How to install additional software on STM32MP157C-DK2 from internet
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-01-18 8:29 PM
I want to install Midnight Commander (MC) with following command:
root@stm32mp1:/root# apt-get update
Reading package lists ... Done
root@stm32mp1:/root# apt-get install mc
Reading package lists ... Done
E: Unable to locate package mc
Unsuccessfully, need your help
Solved! Go to Solution.
- Labels:
-
STM32MP15 Lines
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-03-25 2:24 AM
Hi,
apt-get service is available in last V1.2 release
Refer to :
https://wiki.st.com/stm32mpu/wiki/Package_repository_for_OpenSTLinux_distribution
Olivier
In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-01-19 1:46 AM
Embedded Linux is not about the package manager.
Check the wiki for building your distribution with all necessary dependencies.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-01-19 5:14 PM
Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-01-20 1:45 AM
​Hi @tpeng.1​
apt-get service is coming soon !
In the meantime, mc is part of openembedded-core layer.
You can add it to on target following wiki :
https://wiki.st.com/stm32mpu/wiki/How_to_integrate_an_external_software_package
Hope it help,
Olivier
In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-01-20 6:03 PM
It's great when some packages installed with apt-get service. Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-03-25 2:24 AM
Hi,
apt-get service is available in last V1.2 release
Refer to :
https://wiki.st.com/stm32mpu/wiki/Package_repository_for_OpenSTLinux_distribution
Olivier
In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.
