Specifications
Table Of Contents
- Open Networking Hardware Diagnostic Guide April 2016
- About this Guide
- Installation Instructions for ONIE and the Dell OS
- ONIE Overview
- Dell DIAG OS
- Dell DiagOS Tools
- Technical Support
and how the tests are performed. The nvramtool controls both the BIOS and EDA for testing. The bits are
not common across platforms and are defined in the configuration file. When using this tool, you must write
the correct bits because the tool does not know the details of the registers it is writing. The nvramtool can
display the bit-level detail in the NVRAM registers, depending on how you define it in the configuration file.
Tests
There are no tests of the NVRAM. This tool only controls the bits.
CLI Option
Dell Diag - NVRAM Tool
version 2.0
admin, 2014-10-01, bamboo-build-num
Syntax: ./nvramtool <option>
--h := show this help
--read [--reg=reg] := read all nvram values or at the reg location in nvram
--write <--reg=reg> <--val=value> := write nvram value
• read — Reads the register or registers in the NVRAM.
• write — Writes a value to the register or registers in the NVRAM.
Output
read Output
root@dell-diag-os:~# nvramtool --read
NVRAM Values:
0x00 0x9f 0x00 0xe6 0x03 0x01 0x00 0xea
Test Status Fail Bits : offset 0x50 = 0x0
7 NVRAM test = 0
6 CFast test = 0
5 Reg check = 0
4 PCI test = 0
3 Upper DRAM test = 0
2 Lower DRAM test = 0
1 ECC test = 0
0 SPD test = 0
Test Status Pass Bits : offset 0x51 = 0x9f
7 NVRAM test = 1
6 CFast test = 0
5 Reg check = 0
4 PCI test = 1
3 Upper DRAM test = 1
2 Lower DRAM test = 1
1 ECC test = 1
0 SPD test = 1
RMT Control : offset 0x52 = 0x0
Dell DiagOS Tools 69










