]> rtime.felk.cvut.cz Git - novaboot.git/blob - examples/linux-powerpc
debian: Add example commands to produce package snapshot
[novaboot.git] / examples / linux-powerpc
1 #!/usr/bin/env novaboot
2 # -*-sh-*-
3
4 # Before this example can be run, you need to build the images refered
5 # to below. Simply run:
6 #
7 #   git submodule update --init
8 #   make -C build/buildroot-powerpc.
9
10 QEMU=qemu-system-ppc -M virtex-ml507 -m 256 -nographic
11 BUILDDIR=build/buildroot-powerpc/images
12 load vmlinux console=ttyS0
13 load rootfs.cpio
14 # Qemu for PowerPC requires a fixed name for device trees
15 load ppc.dtb < cat virtex440-ml507.dtb