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

How to add more packages/dependencies into riscv-linux #236

Open
EdrisBorne opened this issue Jun 14, 2024 · 1 comment
Open

How to add more packages/dependencies into riscv-linux #236

EdrisBorne opened this issue Jun 14, 2024 · 1 comment

Comments

@EdrisBorne
Copy link

Hello,
I am trying to put multiple rocket-chip cores on the FPGA and run riscv-linux. I need to use some commands like: numactl to control the load balancing across the cores but it is not included with the default configs. Could you please tell me what to change/or where to look to add the packages for extra commands?

@eugene-tarassov
Copy link
Owner

It is same as with any other Linux machine - login in to riscv-linux as root and run:

apt update
apt upgrade
apt install numactl

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

2 participants