As I said the the software is not at all my thing, but I assume there is a file that you can SSH into and edit on the controller board that will have the frequency divider & delay values? Same as there is for the S3?
Rich
Yes. I use WinSCP myself, pretty nice as you can edit everything from your windows computer more normally. Anyhow the json config file is /config/cgminer.conf. Open it and you will see the normal JSON style config.
Relevant line is;
"bitmain-freq" : ""
Example of proper value "bitmain-freq" : "3:393.75:1f06".
Am away from home but took a controller board with me and have just got round to SSH into it. Have found the line you refer to above and as far as i can see the first character "3" is the delay with "3" being around 10mS, this number increases as you drop the frequency and is 10 when you get to 100MHz. Second number "393.75" is the frequency however I think it might just be the text that appears in cgminer? The third Hex number "1f06" is to set up the divider and corresponds to the data in the BM1384 data sheet.
So I think this is where the current selected Frequency and associated setup information for Delay and Divider ratio are stored? So yes editing them will probably allow a different frequency to be set.
However there must also be a file somewhere which has the complete table of frequencies and with access to that an additional Frequency, Delay and Divider Ratio could be inserted which would then allow selection from within cgminer?
Question is does anyone know where this table is?
Rich
I think not, you would have to use the table we already have and do try to manually figure out which delay to set with the hex. It is indeed possible that the middle value is literally "just for show".
Since the cgminer use the typical json.config format, there's no need to have a list of code line that you ssh vi edit-freq etc and just #'out the unused line.
I understand what you mean there should be some dictionary for the firmware to automatically change it but i never found it and it might be compiled in the image in boot at start, as such you could try to open image such as cd/mnt/mm1 initramfs.bin.SD for the S4, but for the S5 seem even more elusive. I don't know where it is.
Perhaps someone could elucidate the mystery or give a hint but checking file by file is tedious and i did not manage to find anything relevant. =/
Also for the step down, is it possible to put 2 in parallel or something to allow something like 200w~ per blade? May sound expensive but meh, i'd like something around 11v and i guess if they were adjustable as well it would be a plus, but i don't know how step downs/buck converters work.