Skip to content

atluft/meta-atluft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

brew install qemu
mkdir images
cd images
# Download the artifact from the github action
unzip images.zip
qemu-system-x86_64 \
  -kernel qemux86-64/bzImage \
  -drive file=qemux86-64/core-image-minimal-qemux86-64.ext4 \
  -append 'root=/dev/sda rw console=ttyS0' \
  -nographic

About

meta layer for yocto experiments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published