Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#31: Added general commands screen #34

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

BAndiT1983
Copy link
Member

@BAndiT1983 BAndiT1983 commented Apr 25, 2022

#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
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
Member

axiom_stop.sh is actually called axiom_halt.sh

@se6astian-pi
Copy link
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
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