(→FPGA Bitstreams) |
(→Notes) |
||
Line 27: | Line 27: | ||
* <code>/opt/axiom-firmware</code> contains scripts and binaries | * <code>/opt/axiom-firmware</code> contains scripts and binaries | ||
* Every AXIOM Beta currently has the same MAC address - a random one should be generated on the first boot, but this is not implemented yet. | * Every AXIOM Beta currently has the same MAC address - a random one should be generated on the first boot, but this is not implemented yet. | ||
+ | * Second Micro SD card slot is enabled by default. | ||
===FPGA Bitstreams=== | ===FPGA Bitstreams=== |
This new firmware is still in development so expect issues and bugs.
This is the list of current issues/bugs: https://github.com/apertus-open-source-cinema/axiom-beta-firmware/issues
If you find a new bug or have ideas for improvement please add it as github issue (please first check it has not been reported yet).
axiom-
(for example to run set_gain.sh
use run axiom-set_gain.sh
)kick_manual.sh
was renamed to start.sh
halt_manual.sh
was renamed to stop.sh
/var/build.log
/boot/devicetree.dts
. To recompile it after any changes use dtc -O dtb -o /boot/devicetree.dtb /boot/devicetree.dts
Ctrl-C
over serial quickly after a boot / reboot (try holding it down) axiom-file-check.sh
does an integrity check of /usr, /etc and /opt/usr/axiom/bin
/usr/axiom/script
/opt/axiom-firmware
contains scripts and binaries/usr/lib/firmware
and softlinked to from /opt/bitstreams/
/opt/axiom-firmware/makefiles/in_chroot/to_raw_bitstream.py -f input_file.bit output_file.bin
sudo su
) and not with sudo
or use echo axiom-fpga-main.bin | sudo tee /sys/class/fpga_manager/fpga0/firmware
Further documentation: