Name

nconfig dump — Diagnostic dump output

Synopsis

nconfig dump

Arguments

This command takes no arguments.

Description

This command outputs a diagnostic dump of all the configuration data in the store.

[Note]Note

This command is not present by default. It may be configured in, with the CYGSEM_REDBOOT_CONFIGSTORE_DUMP_CMD option.

[Caution]Caution

This command can generate excessive amounts of output, which may take a long time to send over a slow debug channel.

[Note]Note

While this command outputs byte arrays in hex, they are not line-wrapped.

Examples

RedBoot> nconfig dump
Store serial number 52:
  app1.magic=This is a string
  nand.partition1.size=200
  nand.partition1.base=16
  ecos.fakeflash.config=00100000cefaad0b 010c0100626f6f74 5f73637269707400  626f6f745f736372 6970745f64617461 \
00626f6f745f7363 7269707400000000 0000000000000000 0000000000000000 0000000000000000 0000000000000000 \
0000000000000000 0000000000000000 0000000000000000 0000000000000000 0000000000000000 0000000000000000 \
0000000000000000 0000000000000000 0000000000000000 0000000000000000 0000000000000000 0000000000000000
 (Ends)
RedBoot>