[OT] Rust is landing on Linux

2021-03-22 Thread Alan Carvalho de Assis
Very interesting: https://www.phoronix.com/scan.php?page=news_item&px=Rust-Hits-Linux-Next "Meanwhile, at the Hall of Justice" ... We still looking for mentor and student to support Rust on NuttX: https://issues.apache.org/jira/browse/NUTTX-5

Re: Problem with SmartFS access

2021-03-22 Thread Flavio Castro Alves Filho
Hello Abdelatif, At first, it didn't work. But then I restarted the whole test and it is finally working. Here is my output: ABCDF SmartFS initialized INFO: mx25l MTD Flash driver initialized up_rtc_getdatetime: Warning: PCF8563 RTC integrity is not guaranteed (bit 7 in VL_SECONDS register is s

Re: Problem with SmartFS access

2021-03-22 Thread Abdelatif Guettouche
Try: mount -t smartfs /dev/smart0 --> mount -t smartfs /dev/smart0 /mnt On Mon, Mar 22, 2021 at 1:17 PM Flavio Castro Alves Filho wrote: > > Hello Alan, > > Enabling the CONFIG_BCH, I could finally run flash_eraseall and > mksmartfs commands. > > But the mount command is not working. > > Below th

Re: Using C++ STL in Nuttx

2021-03-22 Thread Flavio Castro Alves Filho
Hello Xiang, I found it out and created the pull request :-) Em dom., 21 de mar. de 2021 às 12:11, Flavio Castro Alves Filho escreveu: > > Hello Xiang, > > I create the documentation in my fork: > https://github.com/Phi-Innovations/incubator-nuttx/blob/master/Documentation/guides/cpp_cmake.rst >

Re: Problem with SmartFS access

2021-03-22 Thread Flavio Castro Alves Filho
Hello Alan, Enabling the CONFIG_BCH, I could finally run flash_eraseall and mksmartfs commands. But the mount command is not working. Below there is my NuttX output: ABCDF SmartFS initialized INFO: mx25l MTD Flash driver initialized up_rtc_getdatetime: Warning: PCF8563 RTC integrity is not guar