diff options
| author | Heinrich Schuchardt <[email protected]> | 2025-04-03 16:47:53 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-04-11 12:16:14 -0600 |
| commit | ba13350d49370373bda42f9823d923adbee0e764 (patch) | |
| tree | 61004c3f91067fe3ae5857794c2980dd955a6677 /doc/develop | |
| parent | 6d4d4ee519f4dfc799c1851f13e8be0634ec7911 (diff) | |
configs: qemu-arm raise CONFIG_NR_DRAM_BANKS
The number of memory banks in QEMU is not bounded by 1.
In this example we have two banks:
qemu-system-aarch64 \
-machine virt \
-nographic \
-cpu cortex-a72 \
-m 8G \
-smp 8,sockets=2,cores=4,threads=1 \
-object memory-backend-ram,id=mem0,size=4G \
-numa node,cpus=0-3,memdev=mem0 \
-object memory-backend-ram,id=mem1,size=4G \
-numa node,cpus=4-7,memdev=mem1 \
-bios u-boot.bin
Use the default value defined in /Kconfig as 4.
Suggested-by: Ilias Apalodimas <[email protected]>
Signed-off-by: Heinrich Schuchardt <[email protected]>
Suggested-by: Sughosh Ganu <[email protected]>
Reviewed-by: Ilias Apalodimas <[email protected]>
Diffstat (limited to 'doc/develop')
0 files changed, 0 insertions, 0 deletions
