===VOLTAGE SETTINGS===
The Very first post in this thread contains the following
I have tried 275MHz and 300MHz, and were no-go since the chip voltage in the S3 is set at 0.784V.
Since we can now mess with voltage, the question is how do we set it?
well lets take some things into consideration.
#1 Raising your voltage beyond safe limits can quickly damage your equipment, so this is the most finicky and potentially dangerous part of the overclocking process.
Now there is a WONDERFUL piece of info about our chips here
https://www.bitmaintech.com/files/download/BM1382_Datasheet_v3.0.pdfThat gives us some clues as to how to set the voltage.
Since .784 volts is the default and the chart shows no gain in GHS over .80 then .80 would seem to be the logical step up.
that will raise out Watts per GH to 0.702.
Now lets look at frequency.
at 275 the GHS is 17.33 (just like the chart shows for .80 volts) so we can surmise that to overclock to 275 mhz we would need at least 0.80 volts
The paper also shows that the MAX recommended operating voltage is 1.1 (dont go there)
I am not making suggestions as to what you should do. I have not tested this myself. Based on the information available i think that 0.80 volts at 275 mhz SHOULD work (if you can keep it cool)
To add the frequency you will add this to /etc/config/asic-freq
config 'asic-freq' 'default'
option 'freq_value' '0a82' #275M
option 'chip_freq' '275'
option 'timeout' '15'
option 'freq_value' '0982' #250M
option 'chip_freq' '250'
option 'timeout' '16'
#option 'freq_value' '1286' #237.5M
#option 'chip_freq' '237.5'
#option 'timeout' '17'
#option 'freq_value' '0882' #225M
#option 'chip_freq' '225'
#option 'timeout' '18'
#option 'freq_value' '1106' #218.75M
#option 'chip_freq' '218.75'
#option 'timeout' '18'