.. | .. |
---|
27 | 27 | ShowChecklist() |
---|
28 | 28 | { |
---|
29 | 29 | PMUIO2=$(whiptail --title "IO Domain Checklist" --menu --nocancel\ |
---|
30 | | - "Get the corresponding value from the hardware schematic diagram" 15 60 2 \ |
---|
| 30 | + "Get the corresponding value from the hardware schematic diagram" 15 60 3 \ |
---|
31 | 31 | "1800000" "PMUIO2 Supply Power Voltage(uV)" \ |
---|
| 32 | + "3000000" "PMUIO2 Supply Power Voltage(uV)" \ |
---|
32 | 33 | "3300000" "PMUIO2 Supply Power Voltage(uV)" 3>&1 1>&2 2>&3) |
---|
33 | 34 | exitstatus=$? |
---|
34 | 35 | if [ $exitstatus != 0 ]; then |
---|
.. | .. |
---|
37 | 38 | fi |
---|
38 | 39 | |
---|
39 | 40 | VCCIO1=$(whiptail --title "IO Domain Checklist" --menu --nocancel\ |
---|
40 | | - "Get the corresponding value from the hardware schematic diagram" 15 60 2 \ |
---|
| 41 | + "Get the corresponding value from the hardware schematic diagram" 15 60 3 \ |
---|
41 | 42 | "1800000" "VCCIO1 Supply Power Voltage(uV)" \ |
---|
| 43 | + "3000000" "VCCIO1 Supply Power Voltage(uV)" \ |
---|
42 | 44 | "3300000" "VCCIO1 Supply Power Voltage(uV)" 3>&1 1>&2 2>&3) |
---|
43 | 45 | exitstatus=$? |
---|
44 | 46 | if [ $exitstatus != 0 ]; then |
---|
.. | .. |
---|
47 | 49 | fi |
---|
48 | 50 | |
---|
49 | 51 | VCCIO3=$(whiptail --title "IO Domain Checklist" --menu --nocancel\ |
---|
50 | | - "Get the corresponding value from the hardware schematic diagram" 15 60 2 \ |
---|
| 52 | + "Get the corresponding value from the hardware schematic diagram" 15 60 3 \ |
---|
51 | 53 | "1800000" "VCCIO3 Supply Power Voltage(uV)" \ |
---|
| 54 | + "3000000" "VCCIO3 Supply Power Voltage(uV)" \ |
---|
52 | 55 | "3300000" "VCCIO3 Supply Power Voltage(uV)" 3>&1 1>&2 2>&3) |
---|
53 | 56 | exitstatus=$? |
---|
54 | 57 | if [ $exitstatus != 0 ]; then |
---|
.. | .. |
---|
57 | 60 | fi |
---|
58 | 61 | |
---|
59 | 62 | VCCIO4=$(whiptail --title "IO Domain Checklist" --menu --nocancel\ |
---|
60 | | - "Get the corresponding value from the hardware schematic diagram" 15 60 2 \ |
---|
| 63 | + "Get the corresponding value from the hardware schematic diagram" 15 60 3 \ |
---|
61 | 64 | "1800000" "VCCIO4 Supply Power Voltage(uV)" \ |
---|
| 65 | + "3000000" "VCCIO4 Supply Power Voltage(uV)" \ |
---|
62 | 66 | "3300000" "VCCIO4 Supply Power Voltage(uV)" 3>&1 1>&2 2>&3) |
---|
63 | 67 | exitstatus=$? |
---|
64 | 68 | if [ $exitstatus != 0 ]; then |
---|
.. | .. |
---|
67 | 71 | fi |
---|
68 | 72 | |
---|
69 | 73 | VCCIO5=$(whiptail --title "IO Domain Checklist" --menu --nocancel\ |
---|
70 | | - "Get the corresponding value from the hardware schematic diagram" 15 60 2 \ |
---|
| 74 | + "Get the corresponding value from the hardware schematic diagram" 15 60 3 \ |
---|
71 | 75 | "1800000" "VCCIO5 Supply Power Voltage(uV)" \ |
---|
| 76 | + "3000000" "VCCIO5 Supply Power Voltage(uV)" \ |
---|
72 | 77 | "3300000" "VCCIO5 Supply Power Voltage(uV)" 3>&1 1>&2 2>&3) |
---|
73 | 78 | exitstatus=$? |
---|
74 | 79 | if [ $exitstatus != 0 ]; then |
---|
.. | .. |
---|
77 | 82 | fi |
---|
78 | 83 | |
---|
79 | 84 | VCCIO6=$(whiptail --title "IO Domain Checklist" --menu --nocancel\ |
---|
80 | | - "Get the corresponding value from the hardware schematic diagram" 15 60 2 \ |
---|
| 85 | + "Get the corresponding value from the hardware schematic diagram" 15 60 3 \ |
---|
81 | 86 | "1800000" "VCCIO6 Supply Power Voltage(uV)" \ |
---|
| 87 | + "3000000" "VCCIO6 Supply Power Voltage(uV)" \ |
---|
82 | 88 | "3300000" "VCCIO6 Supply Power Voltage(uV)" 3>&1 1>&2 2>&3) |
---|
83 | 89 | exitstatus=$? |
---|
84 | 90 | if [ $exitstatus != 0 ]; then |
---|
.. | .. |
---|
87 | 93 | fi |
---|
88 | 94 | |
---|
89 | 95 | VCCIO7=$(whiptail --title "IO Domain Checklist" --menu --nocancel\ |
---|
90 | | - "Get the corresponding value from the hardware schematic diagram" 15 60 2 \ |
---|
| 96 | + "Get the corresponding value from the hardware schematic diagram" 15 60 3 \ |
---|
91 | 97 | "1800000" "VCCIO7 Supply Power Voltage(uV)" \ |
---|
| 98 | + "3000000" "VCCIO7 Supply Power Voltage(uV)" \ |
---|
92 | 99 | "3300000" "VCCIO7 Supply Power Voltage(uV)" 3>&1 1>&2 2>&3) |
---|
93 | 100 | exitstatus=$? |
---|
94 | 101 | if [ $exitstatus != 0 ]; then |
---|