From cc0d48be231211247401ef1e52b35b604b26ab97 Mon Sep 17 00:00:00 2001 From: Triss Date: Fri, 23 May 2025 23:11:17 +0000 Subject: [PATCH] Update FT240X EEPROM --- FT240X-EEPROM.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/FT240X-EEPROM.md b/FT240X-EEPROM.md index 0a0ac68..038e8a1 100644 --- a/FT240X-EEPROM.md +++ b/FT240X-EEPROM.md @@ -44,4 +44,8 @@ CBUS3 Function: TRISTATE The proprietary libftd2xx calls it an "X-series" device, while libftdi thinks it is an FT230X. -"User data" starts at 0x24 (0x12 in 16-bit word units), which is where the 3-byte "magic unlock code" resides. \ No newline at end of file +"User data" starts at 0x24 (0x12 in 16-bit word units), which is where the 3-byte "magic unlock code" resides. + +### Upgrading your device + +The FTDI config EEPROM values are used to determine which device in the series is being used (more specifically, the USB device description and serial number). It is possible to change this, see [here](https://git.lain.faith/BLAHAJ/sq50-re/wiki/Hardware-info#upgrading-your-device). \ No newline at end of file