Increase SMP CPUs to 32
This commit is contained in:
parent
9a475bc1e3
commit
1e054892fc
@ -17,3 +17,9 @@ In u-boot use the following to boot:
|
|||||||
```
|
```
|
||||||
=> booti 0x84000000 - ${fdtcontroladdr}
|
=> booti 0x84000000 - ${fdtcontroladdr}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Notes
|
||||||
|
|
||||||
|
- With only 1 CPU some thigs are soo slow to work. For example, the ttyS0 device
|
||||||
|
doesn't arrive on time and the login fails. Or the SSH daemon doesn't start
|
||||||
|
until the third try. With -smp 32 seems to work ok.
|
||||||
|
Loading…
Reference in New Issue
Block a user