-
Notifications
You must be signed in to change notification settings - Fork 942
Open
Description
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
Labels
No labels