Remove references to the VSN configuration from the Documentation
This commit is contained in:
parent
690888b75c
commit
84151986de
@ -4673,7 +4673,6 @@ mount -t vfat /dev/ram1 /tmp
|
||||
configs/sim/nx<br>
|
||||
configs/sim/nx11<br>
|
||||
configs/sim/touchscreen<br>
|
||||
configs/vsn/nsh</code>
|
||||
</ul>
|
||||
<p>
|
||||
In most of these cases, the configuration sets up the <i>default</i> <code>/etc/init.d/rcS</code> script.
|
||||
@ -4683,11 +4682,7 @@ mount -t vfat /dev/ram1 /tmp
|
||||
</p>
|
||||
<p>
|
||||
If that default behavior is not what you want, then you can provide your own custom <code>rcS</code> script by defining <code>CONFIG_NSH_ARCHROMFS=y</code> in the configuration file.
|
||||
The only example that uses a custom /<code>etc/init.d/rcS</code> file in the NuttX source tree is this one: <code>configs/vsn/nsh</code>.
|
||||
The <code>configs/vsn/nsh/defconfig</code> file also has this definition:
|
||||
</p>
|
||||
<ul><code>CONFIG_NSH_ARCHROMFS=y</code> -- Support an architecture specific ROMFS file.</ul>
|
||||
|
||||
<p>
|
||||
<b>Modifying the ROMFS Image</b>.
|
||||
The contents of the <code>/etc</code> directory are retained in the file <code>apps/nshlib/nsh_romfsimg.h</code> OR, if <code>CONFIG_NSH_ARCHROMFS</code> is defined, <code>include/arch/board/nsh_romfsimg.h</code>.
|
||||
@ -4750,11 +4745,6 @@ mount -t vfat /dev/ram1 /tmp
|
||||
NOTE when the OS is configured, <code>include/arch/board</code> will be linked to <code>configs/<board>/include</code>.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
As mention above, the only example that uses a custom <code>/etc/init.d/rcS</code> file in the NuttX source tree is this one: <code>configs/vsn/nsh</code>.
|
||||
The custom script for the <code>configs/vsn</code> case is located at <code>configs/vsn/include/rcS.template</code>.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
All of the startup-behavior is contained in <code>rcS.template</code>.
|
||||
The role of <code>mkromfsimg.sh</code> script is to (1) apply the specific configuration settings to <code>rcS.template</code> to create the final <code>rcS</code>, and (2) to generate the header file <code>nsh_romfsimg.h</code> containg the ROMFS file system image.
|
||||
@ -4770,9 +4760,6 @@ mount -t vfat /dev/ram1 /tmp
|
||||
The <code>xxd</code> tool that is used to create the C header file.
|
||||
</p>
|
||||
</ol>
|
||||
<p>
|
||||
You can find the generated ROMFS file system for the <code>configs/vsn</code> case here: <code>configs/vsn/include/rcS.template</code>
|
||||
</p>
|
||||
|
||||
<table width ="100%">
|
||||
<tr bgcolor="#e4e4e4">
|
||||
|
@ -1414,7 +1414,7 @@
|
||||
<li><a href="#armcortexa9">ARM Cortex-A9</a> (1)</li>
|
||||
<li><a href="#armcortexr4">ARM Cortex-R4</a> (1)</li>
|
||||
<li><a href="#armcortexm0">ARM Cortex-M0/M0+</a> (7)</li>
|
||||
<li><a href="#armcortexm3">ARM Cortex-M3</a> (35)</li>
|
||||
<li><a href="#armcortexm3">ARM Cortex-M3</a> (34)</li>
|
||||
<li><a href="#armcortexm4">ARM Cortex-M4</a> (28)</li>
|
||||
<li><a href="#armcortexm7">ARM Cortex-M7</a> (4)</li>
|
||||
</ul>
|
||||
@ -2940,14 +2940,6 @@ nsh>
|
||||
Refer to the NuttX board <a href="https://bitbucket.org/nuttx/boards/src/master/stm3210e-eval/README.txt" target="_blank">README</a> file for further information.
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>
|
||||
<b>ISOTEL NetClamps VSN</b>.
|
||||
The ISOTEL NetClamps VSN V1.2 ready2go sensor network platform based on the
|
||||
STMicro STM32F103RET6. Contributed by Uros Platise.
|
||||
Refer to the NuttX board <a href="https://bitbucket.org/nuttx/boards/src/master/vsn/README.txt" target="_blank">README</a> file for further information.
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>
|
||||
<b>HY-Mini STM32v board</b>.
|
||||
@ -3011,14 +3003,6 @@ nsh>
|
||||
the USB serial device class, and the USB mass storage device class example.
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>
|
||||
<b>NetClamps VSN</b>.
|
||||
Support for the NetClamps VSN was included in version 5.18 of NuttX.
|
||||
Uros Platise added support for timers, RTC, I2C, FLASH, extended power management
|
||||
and other features.
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>
|
||||
<b>Additional Drivers</b>.
|
||||
|
@ -286,9 +286,6 @@ nuttx/
|
||||
| | `- <a href="https://bitbucket.org/nuttx/boards/src/master/us7032evb1/README.txt" target="_blank"><b><i>README.txt</i></b></a>
|
||||
| |- viewtool-stm32f107/
|
||||
| | `- <a href="https://bitbucket.org/nuttx/boards/src/master/viewtool-stm32f107/README.txt" target="_blank"><b><i>README.txt</i></b></a>
|
||||
| |- vsn/
|
||||
| | |- <a href="https://bitbucket.org/nuttx/boards/src/master/vsn/src/README.txt" target="_blank">src/README.txt</a>
|
||||
| | `- <a href="https://bitbucket.org/nuttx/boards/src/master/vsn/README.txt" target="_blank"><b><i>README.txt</i></b></a>
|
||||
| |- xtrs/
|
||||
| | `- <a href="https://bitbucket.org/nuttx/boards/src/master/xtrs/README.txt" target="_blank"><b><i>README.txt</i></b></a>
|
||||
| |- z16f2800100zcog/
|
||||
|
Loading…
Reference in New Issue
Block a user