mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
Merge with Omega-dev
This commit is contained in:
@@ -5,7 +5,6 @@ MAGIK_CODE = [0x32, 0x30, 0x30, 0x36]
|
||||
MAGIK_POS = 0x44F
|
||||
|
||||
if len(sys.argv) > 1:
|
||||
print("Patching external bin...")
|
||||
ext_path = os.path.join(os.getcwd(), sys.argv[1])
|
||||
if not os.path.isfile(ext_path):
|
||||
print("Error: File not found!")
|
||||
@@ -23,4 +22,4 @@ if len(sys.argv) > 1:
|
||||
|
||||
file.seek(MAGIK_POS)
|
||||
file.write(packet)
|
||||
print("External bin Patched!")
|
||||
print("External bin patched!")
|
||||
@@ -35,6 +35,7 @@ HANDY_TARGETS += epsilon.A epsilon.B
|
||||
|
||||
.PHONY: epsilon
|
||||
epsilon: $(BUILD_DIR)/epsilon.onboarding.bin
|
||||
$(PYTHON) build/device/secure_ext.py $(BUILD_DIR)/epsilon.onboarding.bin
|
||||
.DEFAULT_GOAL := epsilon
|
||||
|
||||
.PHONY: %_flash
|
||||
|
||||
Reference in New Issue
Block a user