Skip to content
This repository has been archived by the owner on Nov 2, 2020. It is now read-only.

artagnon/boot-wrapper-aarch64

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linux boot wrapper with FDT support

A fork of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/boot-wrapper-aarch64.git

Core contents:

  • model.lds.S
  • boot.S
  • Makefile

Build your kernel (using this cross-compiler toolchain) and symlink the following files:

Once the make target linux-system.axf is built from the kernel image, run the emulator like:

$ ./Foundation_v8 --image linux-system.axf --cores 4 --block-device linaro-rootfs

Notice the kernel parameter root=/dev/vda in the Makefile: the linaro-rootfs supplied on command-line is exposed as a virtio block device.

Releases

No releases published

Packages

No packages published