mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-05-31 12:50:02 +00:00
meta-gem5: extract the gem5 recipe and machine into a dedicate meta-gem5 layer
meta-arm-bsp no longer has to depend on meta-oe, and in the future meta-gem5 could be moved out of meta-arm. Change-Id: I49fa8f793b60af8c0cdb7e04b27fb53fc094cdad Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
@@ -1,29 +0,0 @@
|
||||
# Gem5 Arm64 Platform Support in meta-arm-platforms
|
||||
|
||||
## Howto Build and Run
|
||||
|
||||
### Configuration:
|
||||
In the local.conf file, MACHINE should be set as follow:
|
||||
MACHINE ?= "gem5-arm64"
|
||||
|
||||
### Build:
|
||||
```bash$ bitbake core-image-minimal```
|
||||
|
||||
|
||||
### Run:
|
||||
After compilation of an image, you can execute it using the compiled gem5
|
||||
with the followin command:
|
||||
```./tmp/deploy/tools/start-gem5.sh```
|
||||
|
||||
You can modify the script to change the command line options of gem5.
|
||||
|
||||
## Devices supported in the kernel
|
||||
- serial
|
||||
|
||||
### Untested:
|
||||
- pci
|
||||
- sata
|
||||
- ide
|
||||
|
||||
|
||||
## Devices not supported or not functional
|
||||
Reference in New Issue
Block a user