Boy, I talking about the firmware inside the STMCHIP 3 way board controller, find / -name fw_upgrade.sh
cod3gen, I love your work, so I give you a hint,
the original code show
msg.data[0] = (clk == 0) ? clk : ((clk / 10) % 20) + 2;
so your chip frequency is 2 + result of modulos....
msg.data[0] = (clk == 0) ? clk : ((clk / 10) % 20) + 2.2;
this is not ASIC chip .... so the chip frequency is 2 + modulo of + 2.0 + add 0.2 = 10% more power freq
32 chip X 3 = 96 X 2.2 = 211mhz...
Ive actually had other users also telling me that the software does provide overclock options to Giant B, nice for B owners :-P
Lets keep it in the other thread i created:
https://bitcointalk.org/index.php?topic=3206908.0It does not seem to apply to either Giant X10(and not N either)