1GENWQE_VPDUPDATE(1) User Commands GENWQE_VPDUPDATE(1)
2
3
4
6 genwqe_vpdupdate - IBM Hardware Accelerator Tool.
7
9 genwqe_vpdupdate [OPTIONS]...
10
12 Mandatory arguments to long options are mandatory for short options
13 too.
14
15 -h, --help
16 print usage information
17
18 -V, --version
19 print version
20
21 -C, --card=CARDNO
22
23 -f, --file=VPD.BIN
24
25 -d, --dump
26 use multiple d to increase dump info
27
28 -u, --update
29 set this flag for update VPD
30
31 -s, --show
32 set this flag to display VPD from a card
33
34 -v, --verbose
35 verbose level, use multiple v's to increase
36
37 This utility updates the Genwqes FLASH with new VPD information from a
38 *.bin file. Do not disconnect the card from power while updating. En‐
39 sure you have the correct update image. Use of incorrect images or in‐
40 terrupting the update will make the card unusable. In this case you
41 need a USB-Blaster utility or similar to get it working again.
42
43 Example flashing new vpd to GenWQE card:
44 ./genwqe_vpdupdate -C0 -f vpd.bin
45
46 Example to display vpd from GenWQE card to stdout:
47 ./genwqe_vpdupdate -C0 -s
48
49 Example to display and dump vpd from GenWQE card to stdout:
50 ./genwqe_vpdupdate -C0 -s -d
51
52
53
54genwqe_vpdupdate 4.0.20 July 2023 GENWQE_VPDUPDATE(1)