Post
Topic
Board Hardware
Re: NanoFury Project - Open Source Design
by
Dexter770221
on 05/05/2014, 10:09:22 UTC
....
you would see also this in the source code:
/* Identify number of chips, and use it in device name if it can fit
* into 3 chars, otherwise use generic NFU name. */
val = sscanf(bitfury->usbdev->prod_string, "NanoFury NF%u ", &info->chips);


In what file? I get 0 results when try to find in cgminer-4.3.3 repository.

https://github.com/ckolivas/cgminer/search?q=generic+NFU+name&ref=cmdform
Looks like those are different versions. I downloded 4.3.3 bz2 package from here: http://ck.kolivas.org/apps/cgminer/ and in bitfury driver.c at line 438 I have this:
Code:
if (opt_debug) {
struct gpio_pin gp;

mcp2210_get_gpio_pindirs(bitfury, &gp);

EDIT: no occurence of "generic NFU name" in any file... Searched by notepad++ in all files...