Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 18-Apr-2025 | - | ||||
linux.fragment | A D | 18-Apr-2025 | 1.6 KiB | 67 | 66 | |
readme.txt | A D | 18-Apr-2025 | 420 | 7 | 4 |
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