hi, am a total novice with hardware so please bear with me; I'm trying to read some data off of a 25x memory chip, I soldered some pin headers and jumpers to the chip, connected them to a c3 board (I just used the defaults), but I keep getting the following error: ``` [18:35:20] nstandart@penrose /home/nstandart > glasgow -v run memory-25x -V A=3.3 identify D: g.hardware.device: found revC3 device with serial C3-20230915T234709Z D: g.applet.memory.25x: setting port A voltage to 3.30 V D: g.applet.memory.25x: assigning pin cs to A5 D: g.applet.memory.25x: assigning pin sck to A1 D: g.applet.memory.25x: assigning pin io[0] to A2 D: g.applet.memory.25x: assigning pin io[1] to A4 D: g.applet.memory.25x: assigning pin io[2] to A3 D: g.applet.memory.25x: assigning pin io[3] to A0 D: g.applet.memory.25x: pulling pin A2 high D: g.applet.memory.25x: pulling pin A4 high D: g.applet.memory.25x: pulling pin A3 high D: g.applet.memory.25x: pulling pin A0 high D: g.hardware.toolchain: using toolchain 'builtin' (yosys 0.53.0.0.post912, nextpnr-ice40 0.8.0.0.post621, icepack 0.8.0.0.post621) I: g.hardware.device: device already has bitstream ID 9a45feef109fe6dc862e8145e83c9ba9 I: g.hardware.assembly: port A voltage set to 3.3 V E: g.cli: cannot set I/O port(s) A pull resistors to low={} high={0, 2, 3, 4} ``` I searched the past IRC logs and they suggested checking the voltage and voltage limits, both of which are correct (3.3V, 3.6V respectively) - what else could I have missed?