Created
February 18, 2025 21:06
-
-
Save davedarko/6cf723f69f3a4f2959adbb5b03956349 to your computer and use it in GitHub Desktop.
flashing price tags, the way it worked for me
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# info bin braucht man nur einmal auslesen | |
python3 OEPL-Flasher.py -z -i -p /dev/cu.usbmodem01 read info.bin | |
# die ID muss aber pro tag ueberschrieben werden | |
python3 patch_mac.py --zbs243 -mac 021EBB6D3B1F info.bin | |
# die info.bin wird dann neu geschrieben | |
python3 OEPL-Flasher.py -z -i -p /dev/cu.usbmodem01 write info.bin | |
#dann kommt die eigentliche firmware rauf | |
python3 OEPL-Flasher.py -e -z -p /dev/cu.usbmodem01 write ./SOL_M2_29_SSD_0028.bin --flash --pt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment