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

iceblk-driver and icenet-driver may need to be updated #192

Open
xingyuli9961 opened this issue Apr 27, 2021 · 0 comments
Open

iceblk-driver and icenet-driver may need to be updated #192

xingyuli9961 opened this issue Apr 27, 2021 · 0 comments

Comments

@xingyuli9961
Copy link

I'm currently working on the running some customized risc-v linux kernel on FireSim. I realized that there's a structural changes of the folders and some previous code should be updated accordingly.
Currently, in the Makefile's of the iceblk-driver and icenet-driver under firesim/sw/firesim-software/boards/firechip/drivers/, it says:
"LINUXSRC=../../../../riscv-linux"
However, it should be
"LINUXSRC= ../../linux "
in order to make the program compile inside its own folder.

Note: if I use the FireMarshal flow, it provides updated path and everything works well. This is just a trivial reminder to keep codes more consistent.

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

No branches or pull requests

1 participant