Commit cfd732d5 authored by clehr's avatar clehr
Browse files

Update README.md

parent 40a567c8
No related merge requests found
Showing with 10 additions and 1 deletion
+10 -1
# patmos-development-container
This is a OCI container which provides everything to build the patmos microprocessor, programs for it and download it to an intel FPGA.
The container can be pulled via
```
podman pull registry.auto.tuwien.ac.at/rt-ua/patmos-development-container:latest
```
or
```
podman pull registry.auto.tuwien.ac.at/rt-ua/patmos-development-container:latest
```
## Building the Container Image
To ease the building of the container a short script doing the configuration was developed. It is in general not necessary to execute this scirpt, as the container is deployed on the Automation System Groups Registry.
......@@ -28,4 +37,4 @@ Usage: ./scripts/open_shell.sh -p <patmos directory> -a <application directory>
Usage: ./scripts/open_x11_shell.sh -p <patmos directory> -a <application directory> -j <jtag programmer> -s <serial interface> -n <container name> -t <tag name>
```
The devices for the jtag paramter can be found under `/dev/usbblaster/`, best way to distinguish these devices is by plugging in them one by one and checking the ids. The jtag will be mounted as `/dev/jtag`. The serial device will be mounted as `/dev/ttyUSB0`.
\ No newline at end of file
The devices for the jtag paramter can be found under `/dev/usbblaster/`, best way to distinguish these devices is by plugging in them one by one and checking the ids. The jtag will be mounted as `/dev/jtag`. The serial device will be mounted as `/dev/ttyUSB0`.
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment