mirror of
https://github.com/apache/nuttx.git
synced 2026-09-06 08:56:32 +00:00
Cosmetic updates
This commit is contained in:
parent
07f931fa57
commit
d8cff2ab49
1 changed files with 6 additions and 1 deletions
|
|
@ -1020,7 +1020,7 @@ mount -t vfat /dev/ram1 /tmp
|
|||
<li>The configuration settings then installed configuration.
|
||||
<li>The <code>genromfs</code> tool (available from <a href="http://romfs.sourceforge.net">http://romfs.sourceforge.net</a>).
|
||||
<li>The file <code>apps/nshlib/rcS.template</code>
|
||||
(OR, if <code>CONFIG_NSH_ARCHROMFS</code> is defined <code>include/arch/board/rcs.template</code>.
|
||||
(OR, if <code>CONFIG_NSH_ARCHROMFS</code> is defined <code>include/arch/board/rcs.template</code>.
|
||||
</ul>
|
||||
</p>
|
||||
</li>
|
||||
|
|
@ -5036,6 +5036,11 @@ genromfs -f romfs_img -d etc -V MyVolName
|
|||
xxd -i romfs_img >nsh_romfsimg.h
|
||||
</pre></ul>
|
||||
</li>
|
||||
<li>
|
||||
<p>
|
||||
Edit <code>nsh_romfsimg.h</code>: Mark both data definitions as <code>const</code> so that the data will be stored in FLASH.
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>
|
||||
Edit nsh_romfsimg.h, mark both data definitions as <code>const</code> so that that will be stored in FLASH.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue