Hello everyone!

 I was able to achieve my goal by using the spiflash configuration for 
esp32-devkitc. With this config, I followed this 
video<https://www.youtube.com/watch?v=Ne3SZZrwL9c> and could transfer the HTML 
file normally.
[https://i.ytimg.com/vi/Ne3SZZrwL9c/maxresdefault.jpg]<https://www.youtube.com/watch?v=Ne3SZZrwL9c>
#065: How to transfer files to NuttX over Serial 
Port?<https://www.youtube.com/watch?v=Ne3SZZrwL9c>
In this video I explain how to use ZMODEM protocol on NuttX to transfer files 
from computer to the board running it.
www.youtube.com
Thank you all for the support.
________________________________
De: Petro Karashchenko <petro.karashche...@gmail.com>
Enviado: domingo, 10 de setembro de 2023 09:06
Para: dev@nuttx.apache.org <dev@nuttx.apache.org>
Assunto: Re: File transfer

You can try searching for "CONFIG_NSH_ROMFSETC" and
"CONFIG_NSH_CUSTOMROMFS" options in the code tree.
I see that currently ESP32-C3 and SIM use it. Also I used the same with
custom board and it works pretty well.

нд, 10 вер. 2023 р. о 00:35 Gustavo Soares <gustavo.felipesoa...@hotmail.com>
пише:

> Do you have any example of how it should be done?
> ________________________________
> De: Gregory Nutt <spudan...@gmail.com>
> Enviado: sábado, 9 de setembro de 2023 13:51
> Para: dev@nuttx.apache.org <dev@nuttx.apache.org>
> Assunto: Re: File transfer
>
> On 9/9/2023 9:43 AM, Gustavo Soares wrote:
> > So I have to create and mount a directory to my HTML file and tranfer it
> to this directory? Even if I have the HTML file embedded on compile?
> No transfer is necessary.  The ROMFS file system can be built into the
> code.
>

Reply via email to