CFKod
Senior Member
hey guys, i want to know if my fire 7 2019 is compatible with this, ive heard alot of talk about it not being supported on units bought >2020
I bought mine on Sept 8 2019. but ive been trying to get it into bootrom mode for a while with the hardware method, with a piece of alluminium foil. but nothing is working, what should i do?
edit:
i got into it but the script returns this
[[email protected] amonet-mustang]$ sudo ./bootrom-step.sh
[2022-12-11 18:38:53.643964] Waiting for bootrom
[2022-12-11 18:38:59.200003] Found port = /dev/ttyACM0
[2022-12-11 18:38:59.253676] Handshake
* * * If you have a short attached, remove it now * * *
* * * Press Enter to continue * * *
Traceback (most recent call last):
File "/home/marcus/Downloads/amonet-mustang/modules/main.py", line 161, in <module>
main()
File "/home/marcus/Downloads/amonet-mustang/modules/main.py", line 82, in main
load_payload(dev, "../brom-payload/build/payload.bin")
File "/home/marcus/Downloads/amonet-mustang/modules/load_payload.py", line 99, in load_payload
dev.write32(0x10007008, 0x1971) # low-level watchdog kick
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/marcus/Downloads/amonet-mustang/modules/common.py", line 147, in write32
self.check(self.dev.read(2), b'\x00\x01') # arg check
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/marcus/Downloads/amonet-mustang/modules/common.py", line 84, in check
raise RuntimeError("ERROR: Serial protocol mismatch")
RuntimeError: ERROR: Serial protocol mismatch
This happened to me.. It was when I had incorrectly install pyserial when you actually need pytbon3-serial
I then changed USB port and voila.