Skip to content

Reject unsupported Rev A firmware patching#14

Open
ericlewis wants to merge 1 commit into
validate-firmware-patcher-inputsfrom
disable-reva-patching
Open

Reject unsupported Rev A firmware patching#14
ericlewis wants to merge 1 commit into
validate-firmware-patcher-inputsfrom
disable-reva-patching

Conversation

@ericlewis

Copy link
Copy Markdown
Collaborator

Summary

  • Stop advertising Rev A/AB as patch targets.
  • Exit early with a clear message when Rev A is selected.
  • Leave the existing Rev B path in place.

Why

Rev A still needs a real pointer patch before its loader can run. That code is not ready yet. The script used to make a file that looked patched even though Rev A would not actually start the loader.

Verification

  • python3 -m py_compile combine.py
  • printf A into combine.py and verified it exits with the Rev A unsupported error
  • git diff --check

Why: Rev A still needs a real pointer patch before its loader can run. That code is not ready yet. The script used to make a file that looked patched even though Rev A would not actually start the loader. This stops early with a clear message instead.
@ericlewis ericlewis added bug Something isn't working firmware Firmware hooks, patching, and version-specific code labels May 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working firmware Firmware hooks, patching, and version-specific code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant