We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 262f778 commit 16458c1Copy full SHA for 16458c1
configs/vms/linux-aarch64-tac_e400-smp1.toml
@@ -29,7 +29,7 @@ kernel_load_addr = 0x20_4008_0000
29
kernel_path = "/path/to/Image"
30
## The file path of the device tree blob (DTB).
31
dtb_load_addr = 0x20_4000_0000
32
-dtb_path = "/path/to/linux-aarch64-e2000_smp1.dtb"
+dtb_path = "/path/to/linux-aarch64-tac_e400-smp1.dtb"
33
# Memory regions with format (`base_paddr`, `size`, `flags`, `map_type`).
34
# For `map_type`, 0 means `MAP_ALLOC`, 1 means `MAP_IDENTICAL`.
35
memory_regions = [
0 commit comments