README.md 586 B

Sophon updater

WARNING: WORK IN PROGRESS. THIS SCRIPT IS CURRENTLY NOT READY FOR PRODUCTION USE

Setup

1. Python requirements

Python 3.8 or newer is required (zstandard library)

pip install -r requirements.txt

2. Generate manifest_pb2.py

  1. Required system package
    • Ubuntu/Debian: protobuf-compiler
  2. Generate
    • $ protoc --python_out=. manifest.proto

Usage

THIS MAY CHANGE AT ANY TIME WITHOUT FURTHER NOTICE

python updater.py [...]

Command-line arguments

-h : Shows the help dialogue

Developer notes

See updaterpy heading