Free and open source SoC for Scanning Probe Microscopy
Go to file
Peter McGoron 1a97dfa5aa patch control loop math to newdac widths 2023-06-27 16:01:04 -04:00
boot sucessfully boot MAINLINE Linux! 2023-06-05 16:50:08 -04:00
build refactor csr2mp and docker Makefile 2023-06-26 15:49:20 -04:00
buildroot add ssh key 2023-06-22 15:59:06 -04:00
client patch control loop math to newdac widths 2023-06-27 16:01:04 -04:00
doc patch control loop math to newdac widths 2023-06-27 16:01:04 -04:00
gateware patch control loop math to newdac widths 2023-06-27 16:01:04 -04:00
linux zero scan and documentation 2023-06-23 18:15:53 -04:00
opensbi/litex/vexriscv make lawyers happy 2023-06-15 12:24:35 -04:00
.gitignore .gitignore: import from upsilon_docker 2023-06-14 15:15:51 -04:00
README.md move organization.md to README.md 2023-06-27 13:24:26 -04:00

README.md

upsilon

Upsilon is a 100% free and open source STM/AFM controller for FPGAs running Linux. Read doc/copying/README.md for license information.

Quickstart

Read doc/copying/docker.md to set up the Docker build environment.

Project Organization

  • boot/: This folder is the central place for all built files. This includes the kernel image, rootfs, gateware, etc. This directory also includes everything the TFTP server has to access.
  • build/: Docker build environment.
  • buildroot/: Buildroot configuration files.
  • doc/: Documentation.
  • doc/copying: Licenses.
  • gateware/: FPGA source.
  • linux/: Software that runs on the controller.
  • opensbi/: OpenSBI configuration files and source fragments.