Hi, dumb newbie question. I have just installed O...
# general
m
Hi, dumb newbie question. I have just installed OpenLane one two different systems and am having trouble running the test (make test). On one of my machines, I can
make mount
to launch the Docker image and then
make test
to built the example. However, I can only do this as sysadmin. The other machine doesn't have a sysadmin account so I cannot get past first base. The error is:
Copy code
invalid argument "md64" for "-a, --attach" flag: valid streams are STDIN, STDOUT and STDERR
See 'docker run --help'.
m
@Mike Thompson I recommend cloning the Efabless
caravel_user_project
. Take a look at the
Makefile
for a sample of how to access the docker container.
l
@Mike Thompson And if you are not planning to do a ChipIgnite run yet, I would recommend to use OpenLane 2 with Nix instead of Docker: https://github.com/efabless/openlane2 In the near future,
caravel_user_project
will also switch to a newer OpenLane version. Here's the installation overview: https://openlane2.readthedocs.io/en/latest/getting_started/installation_overview.html Unfortunately, you still need root access to install Nix.