Administrator Guide
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

cpldupgradetool
The cpldupgradetool shows the CPLD version that is being used to upgrade the CPLD.
Tests
There are no defined tests with cpldupgradetool.
CLI Options
root@dell-diag-os:~# cpldupgradetool
Dell Diag - CPLD Upgrade Tool
version 1.1, 1.10
build, 2016/03/09,
Syntax: cpldupgradetool <option>
--h := Print the CPLD Upgrade Tool Usage
--cpldver := Print the CPLD versions
--write [--index=-1] [--image=file]:= Program a new CPLD image into CPLD's by specified index
• h — Allows you to print CPLD upgrade tool information.
• ver — Allows you to print the CPLD version information.
• write FILEPATH — Allows you to configure a new CPLD image.
Ouput
root@dell-diag-os:/opt/ngos/bin# ./cpldupgradetool --h
Dell Diag - CPLD Upgrade Tool
version 1.1, 1.10
build, 2014/11/10,
Usage: ./cpldupgradetool <option>
--h := Print the CPLD Upgrade Tool Usage
--ver := Print the CPLD 1/2/3/4 versions
--write FILEPATH := Program a new CPLD image into CPLD 1, CPLD 2, CPLD 3 and CPLD 4
root@dell-diag-os:/opt/ngos/bin#
root@dell-diag-os:/opt/ngos/bin# ./cpldupgradetool --cpldver
=========================
CPLD 1 VERSION
=========================
0x3
=========================
CPLD 2 VERSION
=========================
0x02
=========================
CPLD 3 VERSION
=========================
0x02
=========================
CPLD 4 VERSION
=========================
0x02
root@dell-diag-os:/opt/ngos/bin# ./cpldupgradetool --write final.vme
File final.vme exists!!
Dell DiagOS Tools 30