• Home
  • Annotate
  • current directory
Name Date Size #Lines LOC

..18-Apr-2025-

linux.fragment A D18-Apr-20251.6 KiB6766

readme.txt A D18-Apr-2025420 74

readme.txt

1Run the emulation with:
2
3  qemu-system-arm -M versatilepb -kernel output/images/zImage -dtb output/images/versatile-pb.dtb -drive file=output/images/rootfs.ext2,if=scsi,format=raw -append "rootwait root=/dev/sda console=ttyAMA0,115200" -serial stdio -net nic,model=rtl8139 -net user # qemu_arm_versatile_defconfig
4
5The login prompt will appear in the terminal that started Qemu. The
6graphical window is the framebuffer.
7