From d8cff2ab49a2b5535f2f0dfb200c07315e4e13a7 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 22 Jan 2016 17:21:00 -0600 Subject: [PATCH] Cosmetic updates --- Documentation/NuttShell.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Documentation/NuttShell.html b/Documentation/NuttShell.html index 46faa44588..569c34c954 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.