You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[libcpu/aarch64] add gicv3 support and bsp/rockchip/rk3568 (#5722)
* [libcpu/aarch64] add smp support
* [libcpu/aarch64] rt_hw_trap_irq get irq instead of iar when using gicv2
* [libcpu/aarch64] disable irq/fiq when switch thread
* [libcpu/aarch64] add gtimer frq set and stack align
* [libcpu/aarch64] add gicv3 support and bsp/rockchip/rk3568
Copy file name to clipboardExpand all lines: bsp/qemu-virt64-aarch64/README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,9 +19,9 @@ Enter directory `rt-thread/bsp/qemu-virt64-aarch64` and input:
19
19
scons
20
20
```
21
21
22
-
## 2. Execution
22
+
## 3. Execution
23
23
24
-
The project execution tool is `qemu-system-aarch64`
24
+
The project execution tool is `qemu-system-aarch64`, the project can be configured to `Cortex-A53/A57/A72`, GIC supports `V2/V3` version, and `V2` of GIC can use 8 processors max.
25
25
26
26
Download Windows platform from website:
27
27
```
@@ -33,7 +33,7 @@ sudo apt update
33
33
sudo apt install qemu-system-arm
34
34
```
35
35
36
-
Run qemu.bat or qemu.sh in terminal:
36
+
Please fixup the exec scripts if modify the default configuration of the project. Run qemu.bat or qemu.sh in terminal:
0 commit comments