Go to file
Maschell c8d2fd8fcf Update the README 2021-12-26 15:20:43 +01:00
.github/workflows Build .wuhb instead of .rpx, Update Dockerfile 2021-09-17 18:45:06 +02:00
meta Build .wuhb instead of .rpx, Update Dockerfile 2021-09-17 18:45:06 +02:00
payload@2602aa4b56 Update submodule 2021-12-26 15:01:46 +01:00
source Fix coldboot installation on non-aroma systems 2021-12-26 15:03:56 +01:00
.gitignore Build .wuhb instead of .rpx, Update Dockerfile 2021-09-17 18:45:06 +02:00
.gitmodules Use the latest PayloadFromRPX payload that blocks updates even if you don't run a payload. 2021-03-05 23:07:57 +01:00
Dockerfile Fix input when no gamepad is connected. 2021-10-17 15:26:25 +02:00
Makefile Fix credits 2021-12-26 15:03:30 +01:00
README.md Update the README 2021-12-26 15:20:43 +01:00

README.md

PayloadLoader Installer

A (hopefully) userfriendly and safe installer to inject a "payload.elf-loader" into the Health and Safety application via FailST.

To be able to do a coldboot setup you need launch this installer via the Health & Safety injection itself.

Building using the Dockerfile

It's possible to use a docker image for building. This way you don't need anything installed on your host system.

# Build docker image (only needed once)
docker build . -t payloadloaderinstaller-builder

# make 
docker run -it --rm -v ${PWD}:/project payloadloaderinstaller-builder make

# make clean
docker run -it --rm -v ${PWD}:/project payloadloaderinstaller-builder make clean