Giter Club home page Giter Club logo

blink's Introduction

Blink ULX3S LED

Connecting ULX3S

You need to connect to USB1 (US1) connector to the host computer in order to program the board.

Download programmer

Download fujprog for your OS latest version of fujprog.

Extract fujprog to "any-folder" on your drive

MacOS: export PATH=[path-to-fujprog]:$PATH
Linux: export PATH=[path-to-fujprog]:$PATH
Windows Powershell: $ENV:PATH = "[path-to-fujprog];" + $ENV:PATH
Windows cmd.exe: PATH=[path-to-fujprog];%PATH%

You may want to rename fujprog name, for example on linux just rename fujprog-v46-linux-x64 to fujprog

cd path-to-fujprog
mv fujprog-v46-linux-x64 fujprog

Uploading

Upload blink led for your board version

git clone https://github.com/ulx3s/blink.git
cd blink
fujprog blink_85f.bit

On linux you may need to add udev rule

https://github.com/emard/ulx3s/blob/master/doc/MANUAL.md#programming-over-usb-port-us1

Build your own blink LED

This blinky is based on the ULX3S-Blinky project from @Doctorwkt. This example blinks an LED using FPGA code.

It is assumed the yosys, nextpnr toolchain has been already installed. If not, see instructions here

Default size in Makefile is 85F - you can change it here:

https://github.com/ulx3s/blink/blob/main/Makefile#L69

make clean
make ulx3s.bit
make prog

Next steps

Now, you're ready for the next steps, we suggest following:

Or explore different projects available at: https://ulx3s.github.io/

Chat and support

Discord chanel

Gitter chanel

blink's People

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.