litex-hub / linux-on-litex-vexriscv

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

running on hardware #386

Open azaad-deepgrid opened 1 month ago

azaad-deepgrid commented 1 month ago

image i connected the board and I got this issue after running ./make.py --board=arty --variant=a7_100 --cpu_count=1 --build . In --init__.py there is nothing written but i could not exactly find the issue and resolve it.

trabucayre commented 1 month ago

Are you sure to have a linux-on-linux-vexriscv up to date ? For the same line I see this import.

azaad-deepgrid commented 1 month ago

image it was not updated I updated it now i ran again with both --board=arty and --board=Arty i got this issue now.

trabucayre commented 1 month ago

Weird! according to this line its:

Board.__init__(self, digilent_arty.BaseSoC, soc_capabilities={

and not

Board.__init__(self, arty.BaseSoC, soc_capabilities={

Look like you have an issue with your local version

azaad-deepgrid commented 1 month ago

Can you provide me the way where i can update everything in my local. image An error again image

trabucayre commented 4 weeks ago

with git pull ?