Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/apertus-open-source-cinema/axiom-firmware
AXIOM firmware (linux image, gateware and software tools)
https://github.com/apertus-open-source-cinema/axiom-firmware
apertus axiom-beta axiom-cameras boot camera firmware gateware hacktoberfest hardware linux openhardware qemu u-boot vhdl
Last synced: 15 days ago
JSON representation
AXIOM firmware (linux image, gateware and software tools)
- Host: GitHub
- URL: https://github.com/apertus-open-source-cinema/axiom-firmware
- Owner: apertus-open-source-cinema
- License: gpl-3.0
- Created: 2015-11-11T14:45:53.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2024-06-13T14:32:05.000Z (5 months ago)
- Last Synced: 2024-07-31T14:10:18.966Z (4 months ago)
- Topics: apertus, axiom-beta, axiom-cameras, boot, camera, firmware, gateware, hacktoberfest, hardware, linux, openhardware, qemu, u-boot, vhdl
- Language: VHDL
- Homepage:
- Size: 5.23 MB
- Stars: 168
- Watchers: 23
- Forks: 53
- Open Issues: 64
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# AXIOM Beta Software
[![Build Status](https://api.cirrus-ci.com/github/apertus-open-source-cinema/axiom-beta-firmware.svg?branch=master)](https://cirrus-ci.com/github/apertus-open-source-cinema/axiom-beta-firmware)
[![download nightly image](https://img.shields.io/badge/download-nightly%20image-blue.svg)](INSTALL.md)Firmware required to boot & operate the [apertus° AXIOM Beta Camera](https://www.apertus.org/axiom-beta).
Detailed instructions on how to use the Firmware & operate the camera can be found in the [wiki](https://wiki.apertus.org/index.php/AXIOM_Beta/Manual)## 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](INSTALL.md).## 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`](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.