1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-07-16 03:47:19 +00:00
Files
Jon Mason 41832a15a6 gem5: remove reference to meta-arm-platforms
Change-Id: Ib279545916b7da00b3d74b58464fd35f511bdc11
Signed-off-by: Jon Mason <jon.mason@arm.com>
2020-10-02 10:28:54 -04:00

565 B

Gem5 Arm64 Platform Support in meta-gem5

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