Skip to content

optimeas/meta-qemuarma9

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

        QEMU-arma9 Board Support Package

1. About this document
======================

This document contains common and non-hardware specific information.
Please refer to README.hardware for hardware specific information.

Dependencies
------------
This layer depends on the oe-core layer

2. Boot Instructions
====================

Since this BSP is targeted at a QEMU simulated board, run the command
below in the project directory to load the BSP on top of QEMU:

```
$ bitbake qemu-image-base
$ qemu-img resize -f raw ${BUILDDIR}/tmp/deploy/images/qemuarma9/qemu-image-base-qemuarma9.wic 1024M
$ runqemu qemuarma9 qemu-image-base wic nographic
```
Example:
 
 ```
 % tmp/work/x86_64-linux/qemu-helper-native/1.0-r1/recipe-sysroot-native/usr/bin/qemu-system-arm -net nic,netdev=net0,macaddr=52:54:00:12:34:02 -netdev tap,id=net0,ifname=tap0,script=no,downscript=no  -sd tmp/deploy/images/qemuarma9/qemu-image-base-qemuarma9.wic   -machine vexpress-a9  -m 512 -serial mon:stdio -serial null -nographic  -kernel tmp/deploy/images/qemuarma9/u-boot-qemuarma9-2021.01-r0.elf -append 'root=/dev/vda rw  mem=512M ip=192.168.7.2::192.168.7.1:255.255.255.0 console=ttyAMA0 console=ttyAMA1 console=ttyAMA0,115200 console=tty ' -dtb tmp/deploy/images/qemuarma9/vexpress-v2p-ca9--5.10.47+git0+82899c6a71_52bcc5b234-r0-qemuarma9-20210803155111.dtb
```

About

qemuarm9 bsp layer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 91.8%
  • NASL 7.0%
  • BitBake 1.2%