Skip to content

Commit

Permalink
Update software.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhouYixun authored Jun 28, 2024
1 parent 3539368 commit f318ce5
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions docs/software.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ Install Cine-Fox in your pi.
## Install Cine-Fox
1. Flash [cinepi-sdk](https://github.com/cinepi/cinepi-sdk) to your micro-sd card
2. run `run-raw.sh` and make sure it works
3. Download cine-fox [Here](https://github.com/Cine-Fox/Cine-Fox/releases) and send it to your pi
4. run `chmod 777 cine-fox`
5. run `./cine-fox`
6. open your browser and type `<your-pi-ip>:5678/web`
7. Done!
3. Since the current cinepi-sdk image is a pre-release version, some functions need to be fixed. Here is the version I have fixed. You need to overwrite it in the /home/pi/cinepi-raw. [Cine-Fox/cinepi-raw](https://github.com/Cine-Fox/cinepi-raw)
4. run `compile-raw.sh` and check
5. Download cine-fox [Here](https://github.com/Cine-Fox/Cine-Fox/releases) and send it to your pi
6. run `chmod 777 cine-fox`
7. run `./cine-fox`
8. open your browser and type `<your-pi-ip>:5678/web`
9. Done!

## Run Cine-Fox when boot
1. Run command
Expand Down

0 comments on commit f318ce5

Please sign in to comment.