diff --git a/Documentation/NuttShell.html b/Documentation/NuttShell.html index 46faa44588c..569c34c954e 100644 --- a/Documentation/NuttShell.html +++ b/Documentation/NuttShell.html @@ -1020,7 +1020,7 @@ mount -t vfat /dev/ram1 /tmp
  • The configuration settings then installed configuration.
  • The genromfs tool (available from http://romfs.sourceforge.net).
  • The file apps/nshlib/rcS.template - (OR, if CONFIG_NSH_ARCHROMFS is defined include/arch/board/rcs.template. + (OR, if CONFIG_NSH_ARCHROMFS is defined include/arch/board/rcs.template.

  • @@ -5036,6 +5036,11 @@ genromfs -f romfs_img -d etc -V MyVolName xxd -i romfs_img >nsh_romfsimg.h +
  • +

    + Edit nsh_romfsimg.h: Mark both data definitions as const so that the data will be stored in FLASH. +

    +
  • Edit nsh_romfsimg.h, mark both data definitions as const so that that will be stored in FLASH.