eugene-tarassov / vivado-risc-v

Xilinx Vivado block designs for FPGA RISC-V SoC running Debian Linux distro
778 stars 180 forks source link

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

Open EdrisBorne opened 3 weeks ago

EdrisBorne commented 3 weeks ago

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 commented 3 weeks ago

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