Jump to content

AlexK

Members
  • Posts

    2
  • Joined

  • Last visited

Community Answers

  1. AlexK's post in Running self-build image on QEMU arm64 was marked as the answer   
    The problem was with -m flag, i forget to allocate enough memory for VM to start, so working CMD:
    qemu-system-aarch64 \ -machine virt -cpu cortex-a57 -m 512 \ -netdev user,id=net0 -device e1000,netdev=net0 \ -serial stdio \ -bios Armbian-unofficial_24.5.0-trunk_Qemu-uboot-arm64_bookworm_current_6.6.29_minimal.u-boot.bin \ -drive if=none,file=Armbian-unofficial_24.5.0-trunk_Qemu-uboot-arm64_bookworm_current_6.6.29_minimal.img.qcow2,id=mydisk \ -device ich9-ahci,id=ahci \ -device ide-hd,drive=mydisk,bus=ahci.0  
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines