Skip to main content
Associate II
April 15, 2024
Solved

Text editor

  • April 15, 2024
  • 2 replies
  • 2301 views

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.

This topic has been closed for replies.
Best answer by Jean-Marc B

Hi @Olivier73 

In that case, the utility vi is available by default.

Best regards,

--JM

2 replies

Andrew Neil
Super User
April 15, 2024

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...

 

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.
Olivier73Author
Associate II
April 15, 2024

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.

Jean-Marc B
ST Employee
April 15, 2024

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

Olivier73Author
Associate II
April 15, 2024

Hi Jean-Marc,

Thank you for your answer but for the moment I not yet connected on internet.

Merci

Jean-Marc B
Jean-Marc BBest answer
ST Employee
April 15, 2024

Hi @Olivier73 

In that case, the utility vi is available by default.

Best regards,

--JM