pulp-platform / pulpino

An open-source microcontroller system based on RISC-V
http://www.pulp-platform.org
Other
878 stars 296 forks source link

i want to run freeRtos on qemu with pulpino architecture #314

Open suhasskrishanmurthy opened 5 years ago

suhasskrishanmurthy commented 5 years ago

I tried running freertos on qemu using this https://github.com/padmaraob/FreeRTOS_QEMU now i want to run freeRtos obtained from pulpino on qemu, i tried doing this but it says ~/riscv_toolchain/riscv-qemu/riscv32-softmmu/qemu-system-riscv32 -machine virt -m 128M -gdb tcp::1234 -S -kernel freertos.elf VNC server running on 127.0.0.1:5900 rom: requested regions overlap (rom mrom.reset. free=0x00000000000027e0, addr=0x0000000000001000) qemu-system-riscv32: rom check and register reset failed

any suggestions on how to resolve the issue?