Skip to content

hibernick/boot-wrapper-aarch64

 
 

Repository files navigation

Linux boot wrapper with FDT support

A fork of git:https://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.

About

boot wrapper for AArch64 linux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Assembly 56.3%
  • Makefile 43.7%