Hello everyone,
I decided to test the run_5110.py script modified for my 0x5125 device on Ubuntu. The script successfully found the device and read the firmware version, but stopped at reading the PSK due to the safety check.
Here is my data:
- Device ID:
27c6:5125
- Firmware Version:
GF_ST411SEC_APP_12508
Here is the terminal output:
Found Goodix device: "Goodix Fingerprint Device " from "Shenzhen Goodix Technology Co.,Ltd." on bus 3 address 3.
Found interface data: 1
Found endpoint in: 0x81
Found endpoint out: 0x1
empty_buffer()
nop()
enable_chip(True)
nop()
firmware_version()
Firmware: GF_ST411SEC_APP_12508
preset_psk_read(3137470467, None, None)
PSK: 32f5c3ba78b6430028586a3834adff2356462fcb72ae6bf27cbacf68f558e080
Valid PSK: False
Traceback (most recent call last):
File "/home/myortens/goodix-fp-dump/run_5125.py", line 3, in
driver_51x0.main(0x5125)
File "/home/myortens/goodix-fp-dump/driver_51x0.py", line 382, in main
raise ValueError("Invalid firmware")
Hello everyone,
I decided to test the
run_5110.pyscript modified for my0x5125device on Ubuntu. The script successfully found the device and read the firmware version, but stopped at reading the PSK due to the safety check.Here is my data:
27c6:5125GF_ST411SEC_APP_12508Here is the terminal output:
Found Goodix device: "Goodix Fingerprint Device " from "Shenzhen Goodix Technology Co.,Ltd." on bus 3 address 3.
Found interface data: 1
Found endpoint in: 0x81
Found endpoint out: 0x1
empty_buffer()
nop()
enable_chip(True)
nop()
firmware_version()
Firmware: GF_ST411SEC_APP_12508
preset_psk_read(3137470467, None, None)
PSK: 32f5c3ba78b6430028586a3834adff2356462fcb72ae6bf27cbacf68f558e080
Valid PSK: False
Traceback (most recent call last):
File "/home/myortens/goodix-fp-dump/run_5125.py", line 3, in
driver_51x0.main(0x5125)
File "/home/myortens/goodix-fp-dump/driver_51x0.py", line 382, in main
raise ValueError("Invalid firmware")