You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
5 months ago | |
---|---|---|
board | 2 years ago | |
buildroot@40bd4a32aa | 5 months ago | |
configs | 5 months ago | |
package/ItsblueDevelopment | 2 years ago | |
patches | 5 months ago | |
scripts | 5 months ago | |
.gitignore | 2 years ago | |
.gitmodules | 2 years ago | |
Config.in | 2 years ago | |
Makefile | 2 years ago | |
README.md | 2 years ago | |
build-config.example | 2 years ago | |
external.desc | 2 years ago | |
external.mk | 2 years ago |
README.md
ScStw OS
A tiny Linux operating system for Raspberry Pis which contains the ScStwBasestation or ScStwMointor.
Building
Monitor:
make scstw-monitor-v1_defconfig
make scstw-monitor-v1_all
Basestation:
make scstw-basestation-v1_defconfig
make scstw-basestation-v1_all
Upgrading on a raspberry
fwup -a -d /dev/mmcblk0 -i raspberrypi.fw -t upgrade --no-unmount -n
Development
Changing the psplash logo
To create a patch for psplash containing a custom image, invoke this script in project root:
./scripts/create-psplash-logo-patch.sh ../internals/graphics/splashscreen.png
This will create a global patch.
Please note: This will only be effective together with the 0001-remove-default-image.patch
which will completely remove the default image.
Remount / rw
mount -o remount,rw /