Firmware 5-59
Syntax
set cpu_enabled hex_digit
The hex_digit values are shown in the table.
Hex_Digit Value
Binary Equivalent
CPU enable 3210 (bit) Enabled CPUs
0 0000 No CPUs (CPU 0 still comes up)
1 0001 CPU 0
2 0010 CPU 1
3 0011 CPU 0,1
4 0100 CPU 2
5 0101 CPU 0,2
6 0110 CPU 1,2
7 0111 CPU 0,1,2
8 1000 CPU 3
9 1001 CPU 0,3
A 1010 CPU 1,3
B 1011 CPU 0,1,3
C 1100 CPU 2,3
D 1101 CPU 0,2,3
E 1110 CPU 1,2,3
F 1111 CPU 0,1,2,3
Example
In the following example, CPU 0 and CPU 1 are enabled, and CPU 2 and CPU 3
are disabled.
P00>>> set cpu_enabled 3