Minimal BSP for run QNX 6.5.0 on QEMU ARM System emulator.
I managed to run sabrelite BSP (ARM) with network and USB-strorage (qemu virtual fat). It is not planned to develop this repository.
My configruation: Windows 10, QEMU version: 6.0.93
Working:
- startup
- procnto-*
- serial driver (pl011)
- shell
Need:
- pci-server
- virtio driver
- network driver
- etc
- Download images/u-boot.bin, images/bsp-qemu-virt.bin to images folder
- Start QEMU emulator:
qemu-system-arm.exe -M virt -m 256 -cpu cortex-a15 -bios ./images/u-boot.bin -hda fat:rw:./images -vga none -serial stdio
- Enter commands in U-Boot:
virtio scan
fatload virtio 0:1 0x40200000 bsp-qemu-virt.bin
go 0x40200000