https://github.com/raspberrypi/scriptexecutor
Simple buildroot based system for executing a remote script for manufacture programming
https://github.com/raspberrypi/scriptexecutor
Last synced: 5 months ago
JSON representation
Simple buildroot based system for executing a remote script for manufacture programming
- Host: GitHub
- URL: https://github.com/raspberrypi/scriptexecutor
- Owner: raspberrypi
- License: apache-2.0
- Created: 2017-06-21T10:46:32.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-02-26T16:46:05.000Z (over 1 year ago)
- Last Synced: 2025-01-29T22:08:00.802Z (5 months ago)
- Language: Shell
- Size: 11.4 MB
- Stars: 40
- Watchers: 10
- Forks: 18
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Script executor
Lightweight operating system image that downloads an arbritary shell script from a HTTP or NFS server, and executes it.
## Quick start (if using a binary build)
To tell the image to download the script from the HTTP server with IP-address 1.2.3.4 put in `cmdline.txt`:
`script=http://1.2.3.4/name-of-script.sh`
To tell the image to download the script from the NFS server with IP-addresses 1.2.3.4 use:
`script=1.2.3.4:/name-of-nfs-share/name-of-script.sh`
If using NFS the script has access to other files inside the same NFS share as well.
The current working directory is set to where the share is mounted before the script is executed.## Documentation
[Building and customizing scriptexecutor](https://github.com/raspberrypi/scriptexecutor/wiki/Building-and-customizing)