openhwgroup / riscv_vm

Instructions to import Ubuntu guest Virtual Machine for RISC-V development for the VEGA board
Apache License 2.0
14 stars 2 forks source link

Installing the riscv_vm tools directly on Ubuntu 18.04LT host (UNTESTED) #7

Closed jonahgraham closed 5 years ago

jonahgraham commented 5 years ago

I think the script mentioned is what is used to build the VM. I don't think it is suitable for users to run on their own machine. I know it says UNTESTED, but here you go with some of the issues.

My recommendation is to remove the section, or to change it to something like (note the original was missing an S in 18.04LTS):

Installing the riscv_vm tools directly on Linux

The VM is running Ubuntu 18.04 LTS, as such you can extract installation instructions for installing the tools directly in Linux by consulting the ubuntu_post-install.sh script.

alfredoh1234 commented 5 years ago

I will test on a Linux machine and modify to something better suited for use

alfredoh1234 commented 5 years ago

Modified scripts with suggestions and added new installer script to repo