Skip to main content
msche.1
Associate III
February 1, 2022
Question

Is it possible to access a shared filesystem between the M4 and M7 on STM32Mp1?

  • February 1, 2022
  • 2 replies
  • 593 views

..

This topic has been closed for replies.

2 replies

Olivier GALLIEN
ST Technical Moderator
February 1, 2022

Hi @msche.1​ ,

Could you please further detail your need ?

On which device would be the filesystem located ?

As a general comment, recommended approach on MP1 is rather to benefit from Linux to access the filesystem and transfer data to M4 thanks to OpenAMP.

See :

How to exchange data buffers with the coprocessor - stm32mpu

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.
msche.1
msche.1Author
Associate III
February 1, 2022

I'm looking for a way to have share non-volatile storage between cortex-A and cortex-M. I guess I can store it on cortex-A and push it over Virtual UART to cortex-M on startup, but it would seem better to just have both cores have access to non-volatile storage, not sure if this is available.