Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

running on hardware #386

Open
azaad-deepgrid opened this issue May 29, 2024 · 5 comments
Open

running on hardware #386

azaad-deepgrid opened this issue May 29, 2024 · 5 comments
Labels

Comments

@azaad-deepgrid
Copy link

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
Copy link
Contributor

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

@azaad-deepgrid
Copy link
Author

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
Copy link
Contributor

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
Copy link
Author

azaad-deepgrid commented May 30, 2024

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

@trabucayre
Copy link
Contributor

with git pull ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants