Skip to content

apertus-open-source-cinema/axiom-firmware

Repository files navigation

AXIOM Beta Software

Build Status download nightly image

Firmware required to boot & operate the apertus° AXIOM Beta Camera.
Detailed instructions on how to use the Firmware & operate the camera can be found in the wiki

Download Nightly Firmware

If you want to experiment with the latest changes and don't mind if the camera isn't working, you can try to use the untested nightly firmware images.

Building & hacking around

A great way to start hacking on the Beta Firmware is by building it. Build instructions can be found in the makefiles/README.md file. There you will also find instructions to run the firmware inside qemu for development purposes.

Structure of this Repository

The Repository is divided in the following parts:

software/

Linux user-space tools and scripts used to operate the AXIOM Beta hardware.

peripherals/soc_main/

Contains the VHDL sources for the various Programmable Logic Devices on the board. (Currently not everything is contained)

boot/

Files needed in the boot process.

makefiles/

Contains all the other stuff that is needed for creating a Beta Firmware image.