From bc975586cf6aa5d1c181f26ea71ccecaefcfda42 Mon Sep 17 00:00:00 2001 From: Joerg Hofrichter Date: Tue, 7 Jan 2020 09:59:37 +0100 Subject: docs: n3xx: document eeprom flags Add a subsection to both N310- and N320 specific features to document the EEPROM flags simliar to as it is done in the E320 documentation. Signed-off-by: Joerg Hofrichter --- host/docs/usrp_n3xx.dox | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) (limited to 'host/docs') diff --git a/host/docs/usrp_n3xx.dox b/host/docs/usrp_n3xx.dox index 7c3471efe..62089561f 100644 --- a/host/docs/usrp_n3xx.dox +++ b/host/docs/usrp_n3xx.dox @@ -1266,6 +1266,23 @@ Slave 6 | 4001_8000 - 4001_bfff | dboard-regs1 | Daughterboard control, sl Slave 6 4001_8000 - 4001_bfff see above -same as Slave 5 +\subsection n3xx_mg_eeprom_flags EEPROM flags + +EEPROM flags can be set with + + $ eeprom-set-flags 0xFLAGS + +where FLAGS is the hex number that you can construct with the following table of bits: + +| Bit | Description | +|-----|-----------------------| +| 0 | Auto-boot (1=on) | +| 2 | TPM (0=present) | + +For example, to set your device to auto-boot, with TPM, the flag value is 0x1, so + + $ eeprom-set-flags 0x1 + \section n3xx_rh N32x-specific Features \subsection n3xx_rh_panels Front and Rear Panel @@ -1408,5 +1425,22 @@ QSFP+ lane 1 | Unused | Unused | 10 GbE | Aurora QSFP+ lane 2 | Unused | Unused | Unused | Aurora QSFP+ lane 3 | Unused | Unused | Unused | Aurora +\subsection n3xx_rh_eeprom_flags EEPROM flags + +EEPROM flags can be set with + + $ eeprom-set-flags 0xFLAGS + +where FLAGS is the hex number that you can construct with the following table of bits: + +| Bit | Description | +|-----|-----------------------| +| 0 | Auto-boot (1=on) | +| 2 | TPM (0=present) | + +For example, to set your device to auto-boot, with TPM, the flag value is 0x1, so + + $ eeprom-set-flags 0x1 + */ // vim:ft=doxygen: -- cgit v1.2.3