mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-09-01 06:33:07 +00:00
SAMA5D4-EK: NSH confuration now has FAT/ROMFS, /dev/zero, /dev/random via TRNG, an NSH startup script, and a RAM disk at /tmp
This commit is contained in:
parent
72abff23e3
commit
460eb3333c
2 changed files with 2 additions and 2 deletions
|
|
@ -536,7 +536,7 @@ config NSH_ARCHROMFS
|
|||
|
||||
config NSH_FATDEVNO
|
||||
int "FAT block device minor number"
|
||||
default 0
|
||||
default 1
|
||||
depends on FS_FAT
|
||||
---help---
|
||||
When the default rcS file used when NSH_ROMFSETC is selected, it
|
||||
|
|
|
|||
|
|
@ -211,7 +211,7 @@ Modifying the ROMFS Image
|
|||
|
||||
The contents of the /etc directory are retained in the file
|
||||
apps/nshlib/nsh_romfsimg.h (OR, if CONFIG_NSH_ARCHROMFS
|
||||
is defined, include/arch/board/rcs.template). In order to modify
|
||||
is defined, include/arch/board/rcS.template). In order to modify
|
||||
the start-up behavior, there are three things to study:
|
||||
|
||||
1. Configuration Options.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue