Skip to content

RISCV32 QEMU is not working #3193

@ERYAGNIK003

Description

@ERYAGNIK003

Hello there!

I have recently started working with TFLite Micro and RISC-V 32 machines. Just to start with, I set up the GitHub repo and ran the following command:
make -f tensorflow/lite/micro/tools/make/Makefile TARGET=riscv32_generic hello_world_bin
I got the .bin and ELF file related to hello world examples, but when I tried to execute using the below command on QEMU, it got stuck.

qemu-system-riscv32 -M sifive_e -kernel hello_world -nographic -bios none -serial null
OR
qemu-system-riscv32 -machine virt -kernel hello_world -nographic -bios none -serial null

Can you help me with this?

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions