ULX3S Quick Start
Newer versions of the ULX3S, such as those shipped to Crowd Supply backers, require the latest version of fujprog.
Older versions of fujprog
as well as ujprog MAY NOT WORK PROPERLY.
You need to connect to USB1 (US1) connector to the host computer in order to program the board. Connecting to USB2 (US2) will not work.
You can get Mac OS X toolchain by running following commands:
brew tap kost/homebrew-ulx3s
brew install --HEAD project-trellis yosys nextpnr-trellis fujprog
If you want to build complete toolchain from source, there are different ways to build it.
If you want to build complete toolchain yourself, you can rebuild complete toolchain using docker:
git clone https://github.com/alpin3/ulx3s/
cd ulx3s
make build
make bins
(coming soon)
This installs only the bare essentials (yosys/nextpnr/fujprog) to get started with FPGA programming.
For ESP32, RISC-V and other features - see the full toolchain.
Another way is to use scripts to build complete toolchain https://github.com/ulx3s/ulx3s-toolchain
sudo apt-get install git --assume-yes
mkdir -p ~/workspace
cd ~/workspace
git clone https://github.com/ulx3s/ulx3s-toolchain.git
cd ulx3s-toolchain
chmod +x ./install_all.sh
./install_all.sh
This buld assumes WSL is already installed. WSL2 has not yet been tested.
The only difference from regular Linux install is this one puts files on the C:\Workspace
directory
for safe and easy access from Windows.
Be aware of the dangers
of editing WSL file system from Windows.
sudo apt-get install git --assume-yes
mkdir -p /mnt/c/workspace/
cd /mnt/c/workspace/
git clone https://github.com/ulx3s/ulx3s-toolchain.git
cd ulx3s-toolchain
chmod +x ./install_all.sh
./install_all.sh
Now, you're ready for the next steps, we suggest following:
Or explore different projects available at: https://ulx3s.github.io/
Discord chanel
Gitter chanel