litex-hub / linux-on-litex-vexriscv

Linux on LiteX-VexRiscv
BSD 2-Clause "Simplified" License
574 stars 174 forks source link

./sim.py can't run #227

Closed quantrpeter closed 3 years ago

quantrpeter commented 3 years ago

Hi please help

INFO:SoC:Initializing ROM rom with contents (Size: 0x5aa4).
INFO:SoC:Auto-Resizing ROM rom from 0x8000 to 0x5aa4.
Traceback (most recent call last):
  File "./sim.py", line 226, in <module>
    main()
  File "./sim.py", line 199, in main
    soc = SoCLinux( i!=0,
  File "./sim.py", line 100, in __init__
    ram_init = get_mem_data({
  File "/root/workspace/litex/litex/soc/integration/common.py", line 42, in get_mem_data
    raise OSError(f"Unable to find {filename} memory content file.")
OSError: Unable to find images/Image memory content file.
marrrk commented 3 years ago

Hi, can you please share the solve to this problem? I'm experiencing the same issue.

quantrpeter commented 3 years ago

@marrrk you need to download the image file and put it inside folder "image"