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: 2 months 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 (over 9 years ago)
- Default Branch: main
- Last Pushed: 2024-09-03T10:52:59.000Z (10 months ago)
- Last Synced: 2025-03-31T11:01:34.863Z (3 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.24 MB
- Stars: 181
- Watchers: 22
- Forks: 56
- Open Issues: 65
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-fpga - apertus-open-source-cinema/axiom-firmware - open-source-cinema/axiom-firmware?style=social"/> : AXIOM Beta Software. Firmware required to boot & operate the [apertus° AXIOM Beta Camera](https://www.apertus.org/axiom-beta). "微信公众号「OpenFPGA」《[世界上最伟大的开源作品-基于FPGA的开源摄影机--Axiom Camera](https://mp.weixin.qq.com/s/MVLeBwgpCvKlrqwaNzv4dA)》"。 (Applications)
- awesome-fpga - apertus-open-source-cinema/axiom-firmware - open-source-cinema/axiom-firmware?style=social"/> : AXIOM Beta Software. Firmware required to boot & operate the [apertus° AXIOM Beta Camera](https://www.apertus.org/axiom-beta). "微信公众号「OpenFPGA」《[世界上最伟大的开源作品-基于FPGA的开源摄影机--Axiom Camera](https://mp.weixin.qq.com/s/MVLeBwgpCvKlrqwaNzv4dA)》"。 (Applications)
README
# AXIOM Beta Software
[](https://cirrus-ci.com/github/apertus-open-source-cinema/axiom-beta-firmware)
[](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.