2024-04-15 05:54 AM
Hi,
Does exist inside the Discovery kit with STM32MP135F board a text editor like nano or wim ?
And if not how can I install it ?
Thank you.
Olivier.
Solved! Go to Solution.
2024-04-15 07:05 AM
2024-04-15 05:57 AM - edited 2024-04-15 05:58 AM
You're in the wrong forum: the STM32MP135F is an MPU - not an MCU. <-- now moved.
@Olivier73 wrote:a text editor like nano or wim ?
They're Linux things - so are you going to be running Linux on your STM32MP135F ?
If so, look at what's included in the Distro...
2024-04-15 06:12 AM
Yes it is on linux, but I don't now the name of the browser, I not an expert of linux.
Thanks for your help.
2024-04-15 06:45 AM
Hi @Olivier73
I currently use the Zile editor (see https://www.gnu.org/software/zile/) which is a lightweight Emacs clone.
It is available by default in the OpenSTLinux distribution.
From your board, just run the following command:
root@stm32mp1:~# apt-get update
root@stm32mp1:~# apt-get install zile
This is the example used in the wiki page dedicated to the Package repository service: https://wiki.st.com/stm32mpu/wiki/Package_repository_for_OpenSTLinux_distribution
Best regards
--JM
2024-04-15 06:52 AM
Hi Jean-Marc,
Thank you for your answer but for the moment I not yet connected on internet.
Merci
2024-04-15 07:05 AM