olofk / serv

SERV - The SErial RISC-V CPU
ISC License
1.36k stars 178 forks source link

%Warning: /sw/zephyr_hello.hex:0: $readmem file not found #97

Closed DerakhshanAli closed 1 year ago

DerakhshanAli commented 1 year ago

hello. first of all, thanks for sharing the SERV project. facing problem : Command : fusesoc run --target=verilator_tb servant --uart_baudrate=57600 --firmware=$SERV/sw/zephyr_hello.hex Result : Loading RAM from /sw/zephyr_phil.hex %Warning: /sw/zephyr_phil.hex:0: $readmem file not found

How can i solve this Warning?

i think, it's because this warning ,I dont get [ Booting Zephyr OS zephyr-v1.14.1-4-gc7c2d62513fe Hello World! service]

thanks.

YiminGao0113 commented 8 months ago

Seems like this thread is already closed but I didn't find the answer to this question.. Could someone tell me how I can resolve this Warning, my program got stuck here.. image Thanks.

olofk commented 8 months ago

It looks like you haven't set the $SERV environment variable. The --firmware option specify a path to a hex file.