FichteFoll 464190f8e4 Sophon: File and path improvements 2 months ago
..
.gitignore d401d97261 Update script: Add sophon prototype 6 months ago
README.md 4f0600c8bc Update script: continue sophon impl 3 months ago
manifest.proto d401d97261 Update script: Add sophon prototype 6 months ago
requirements.txt d401d97261 Update script: Add sophon prototype 6 months ago
updater.py 464190f8e4 Sophon: File and path improvements 2 months ago

README.md

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