Skip to content

cmsua/zynq-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zynq-app

Tool to control services and power on a ZYNQ SoC via an HTTP server.

Reverse-engineered from hexactrl-script based on endpoint data.

Contains 3 endpoints: /command (PUT), as well as /i2c and /daq (GET). The first allows the loading of firmware and rebooting of services while the second and third queries the status of services.

Install by running the following commands as daq:

# Clone repository
cd ~ && git clone https://github.com/cmsua/zynq-app.git
cd zynq-app

# Install Service
sudo cp zynq-app.service /etc/systemd/system/
sudo systemctl daemon-reload
sudo systemctl enable zynq-app

# Start Service
sudo systemctl start zynq-app

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published