File transfer

2023-09-08 Thread Gustavo Soares
Hi! My new application has a html file and in order to access it I need to transfer the file to the tmp directory on NuttX. I have configured NuttX according to this video but when running rz command and CTRL + A + Z the screen in the video does not

RE: File transfer

2023-09-09 Thread Gustavo Soares
t the server app fails to read it as if the file didn't exist. And about rz, do use the same console of shell ? Zmodem Yes. De: MIGUEL ALEXANDRE WISINTAINER Enviado: sábado, 9 de setembro de 2023 08:36 Para: dev@nuttx.apache.org Assunto: Re: File tra

Re: File transfer

2023-09-09 Thread Gregory Nutt
*And about rz, do use the same console of shell ? Zmodem* Yes. That might be a problem with tat?  In the past, NSH used special logic that to handle the requirements of a COOKED mode terminal: character echo, CR-LF expansion, etc.  These changes were implemented (mostly) in NSH so that NS

RE: File transfer

2023-09-09 Thread Gustavo Soares
its folder. De: Gregory Nutt Enviado: sábado, 9 de setembro de 2023 11:34 Para: dev@nuttx.apache.org Assunto: Re: File transfer > > *And about rz, do use the same console of shell ? Zmodem* > > Yes. That might be a problem with tat? In the past, NSH used special logic that to handle

Re: File transfer

2023-09-09 Thread Gregory Nutt
On 9/9/2023 9:21 AM, Gustavo Soares wrote: Maybe I don't have to transfer the file to the tmp folder. I think the folder the app is reading is not the app folder but the root, so it won't find the file. Is it possible to access the built-in apps folder on NuttX? So I can make the app to read

RE: File transfer

2023-09-09 Thread Gustavo Soares
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? De: Gregory Nutt Enviado: sábado, 9 de setembro de 2023 12:33 Para: dev@nuttx.apache.org Assunto: Re: File transfer On

Re: File transfer

2023-09-09 Thread Gregory Nutt
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.

RE: File transfer

2023-09-09 Thread Gustavo Soares
Do you have any example of how it should be done? De: Gregory Nutt Enviado: sábado, 9 de setembro de 2023 13:51 Para: 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

Re: File transfer

2023-09-10 Thread Petro Karashchenko
have any example of how it should be done? > > De: Gregory Nutt > Enviado: sábado, 9 de setembro de 2023 13:51 > Para: dev@nuttx.apache.org > Assunto: Re: File transfer > > On 9/9/2023 9:43 AM, Gustavo Soares wrote: > > So I have t

RE: File transfer

2023-09-13 Thread Gustavo Soares
ll for the support. De: Petro Karashchenko Enviado: domingo, 10 de setembro de 2023 09:06 Para: dev@nuttx.apache.org Assunto: Re: File transfer You can try searching for "CONFIG_NSH_ROMFSETC" and "CONFIG_NSH_CUSTOMROMFS" options in the code t