Skip to content

#31: Added general commands screen#34

Open
BAndiT1983 wants to merge 5 commits into
apertus-open-source-cinema:mainfrom
BAndiT1983:main
Open

#31: Added general commands screen#34
BAndiT1983 wants to merge 5 commits into
apertus-open-source-cinema:mainfrom
BAndiT1983:main

Conversation

@BAndiT1983

@BAndiT1983 BAndiT1983 commented Apr 25, 2022

Copy link
Copy Markdown
Member

#31

@BAndiT1983 BAndiT1983 changed the title #31: Added general commands screen Added general commands screen (#31) Apr 25, 2022
@BAndiT1983 BAndiT1983 changed the title Added general commands screen (#31) #31: Added general commands screen Apr 25, 2022
@se6astian-pi

Copy link
Copy Markdown
Member

To check status of HDMI you can run:
axiom_fil_reg 15

if return value is 0 HDMI is not running.
if retun value is 0x01000100 HDMI is running

@se6astian-pi

Copy link
Copy Markdown
Member

axiom_stop.sh is actually called axiom_halt.sh

@se6astian-pi

Copy link
Copy Markdown
Member

sh: line 1: axiom_sequencer_start.sh: command not found
issue with permissions or PATH

os.execute("echo $PATH") gives
/usr/local/sbin:/usr/local/bin:/usr/bin

os.execute("bash -c 'echo $PATH'") gives
/usr/local/sbin:/usr/local/bin:/usr/bin

@se6astian-pi

Copy link
Copy Markdown
Member

Jaro and me tinkered with this issue today but have no full solution yet.
By manually setting PATH before the command we resolve the errors of binary tools not being found but the bash functions like axiom_mem_reg still make trouble...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants