Sign inSign up

alpin3/ulx3s-core

By alpin3

Updated almost 6 years ago

ulx3s FPGA - core utils

Image
0

2.5K

alpin3/ulx3s-core repository overview

Docker Pulls

ulx3s-core

ulx3s FPGA - core utils

Binaries

Following binaries are available:

  • ujprog
  • fujprog
  • openFPGALoader
  • openocd
  • ftx_prog
  • FleaFPGA-JTAG
  • tinyfpgasp
  • mpy-cross

Run

If you don't plan repluggin the FPGA often, just run with device path where your FPGA is connected:

docker run --device=/dev/ttyUSB0 -it alpin3/ulx3s-core

If you don't care too much about security and plan repluggin a lot:

docker run --privileged -v /dev:/dev -it alpin3/ulx3s-core

Check out Docker - a way to give access to a host USB or serial device?

Static binaries

If you just plan to get the static binaries yourself:

docker run -it --name ulx3sbin alpin3/ulx3s-core true
docker cp ulx3sbin:/usr/local/bin static-bin
docker rm ulx3sbin

If you just plan to build the static binaries yourself:

git clone https://github.com/alpin3/ulx3s-core.git
cd ulx3s-core
docker build -t test/ulx3s .
docker run -it --name ulx3sbin test/ulx3s true
docker cp ulx3sbin:/usr/local/bin static-bin
docker rm ulx3sbin

Tag summary

Content type

Image

Digest

Size

119 MB

Last updated

almost 6 years ago

docker pull alpin3/ulx3s-core