From 860350456aca9cbb5e8728fd71cbb7a4023578db Mon Sep 17 00:00:00 2001 From: FreeArtMan Date: Thu, 21 Dec 2023 12:54:48 +0000 Subject: Added initrd script. Add bootable example with prebuilt images --- create_installroot/boot_qemu_arm64.sh | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'create_installroot/boot_qemu_arm64.sh') diff --git a/create_installroot/boot_qemu_arm64.sh b/create_installroot/boot_qemu_arm64.sh index 94c9975..fc4ec51 100755 --- a/create_installroot/boot_qemu_arm64.sh +++ b/create_installroot/boot_qemu_arm64.sh @@ -2,12 +2,10 @@ qemu-system-aarch64 \ - -machine virt -m 1024M -cpu cortex-a53 \ - -kernel xos_image_arm64.gz \ - -initrd initramfs.cpio.zst \ - -append "root=/dev/initrd init=init" \ - -netdev user,id=mynet \ - -device virtio-net-pci,netdev=mynet \ + -machine virt -m 1024M -cpu cortex-a53 \ + -kernel bootfs-arm64/Image.gz \ + -initrd initrd-out.gz \ + -append "root=/dev/ram0 console=ttyAMA0 debug " \ -nographic -- cgit v1.2.3