Skip to content

Instantly share code, notes, and snippets.

@davedarko
Created February 18, 2025 21:06
Show Gist options
  • Save davedarko/6cf723f69f3a4f2959adbb5b03956349 to your computer and use it in GitHub Desktop.
Save davedarko/6cf723f69f3a4f2959adbb5b03956349 to your computer and use it in GitHub Desktop.
flashing price tags, the way it worked for me
# 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