(→Notes) |
|||
Line 28: | Line 28: | ||
* every beta currently has the same MAC address - a random one should be generated on the first boot, but this is not implemented yet. | * every beta currently has the same MAC address - a random one should be generated on the first boot, but this is not implemented yet. | ||
− | Further documentation: | + | |
+ | '''Further documentation:''' | ||
+ | |||
* https://github.com/apertus-open-source-cinema/axiom-beta-firmware/blob/master/README.md | * https://github.com/apertus-open-source-cinema/axiom-beta-firmware/blob/master/README.md | ||
* https://github.com/apertus-open-source-cinema/axiom-beta-firmware/blob/master/software/scripts/README.md | * https://github.com/apertus-open-source-cinema/axiom-beta-firmware/blob/master/software/scripts/README.md |
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
Further documentation: