nuttx icon indicating copy to clipboard operation
nuttx copied to clipboard

SIM is mounting /tmp as vfat instead of using TMPFS

Open acassis opened this issue 1 year ago • 1 comments

After TMPFS was added into NuttX many years ago, the /tmp start to use it, but for some reason we forgot to update it:

$ ./nuttx 
login: admin
password: 
User Logged-in!
nsh> mount
  /bin type binfs
  /etc type romfs
  /proc type procfs
  /tmp type vfat
nsh> 

Before to fix it I want to confirm it is fine for everybody.

acassis avatar Jul 29 '24 13:07 acassis

yes, let's fix it, @acassis .

xiaoxiang781216 avatar Oct 07 '24 07:10 xiaoxiang781216