Post
Topic
Board Mining (Altcoins)
Re: Baikal Giant X10
by
fawasme
on 22/03/2018, 21:54:46 UTC

For anyone having troubles with their Giant X10, could you try logging into it (default user:pass is baikal:baikal) and running this command:

Code:
lsusb | grep 0483

This command will list the USB devices attached to the OrangePi and then filter those results to only show lines with "0483" (STMicroelectronics' USB vendor ID). The expected result is this (where things should be working properly):

Code:
Bus 007 Device 003: ID 0483:5740 STMicroelectronics STM32F407

But if you get this:

Code:
Bus 007 Device 002: ID 0483:df11 STMicroelectronics STM Device in DFU Mode

Then the STM32 microcontroller may need to be reset (it is stuck in firmware download mode). If this is the case, issue these two commands:

Code:
echo 0 > /sys/class/gpio_sw/PA10/data
echo 1 > /sys/class/gpio_sw/PA10/data

The first command sets the PA10 pin to 0 (off) on the OrangePi, which is connected to the STM32's reset pin, which in turn holds it in a reset state (it needs to be at 0v to reset). The second command de-asserts (sets to 1 in this case) the reset pin allowing the STM32 to begin normal operations. These steps fixed the issue with a Giant X10 I looked at. These commands may need to be run again after reboot, so you may want to write a script in your favorite language to do this at boot or to do a periodic check.

If you get "permission denied" (or something like that, I don't remember the exact message ATM) when trying those commands, try this first:

Code:
su
(then type "baikal" again for the password to elevate your terminal to root level)
Or simply log in as root:baikal instead.

Please do a quick Google search of these commands first to know that they're actually doing what I've explained above. You should default to not trusting random internet stranger's instructions if you're not familiar with what you're doing. Hopefully this helps someone solve their miner issues. Please post if you tried these steps and it solved the issue for you so I know if this is a common problem or if I'm the only one who had trouble with it. Happy mining!

[/size]

Thank you so much for this!  It resurrected 2 of my miners.


1)On the Giant X10 Has anyone experienced problems with the Scrypta Page under MINER Settings not loading?. I dont get it to work anymore, tried to restore backups over and over with no result.

2)Has anyone tried through terminal to disable the led blinking lights during nightime? is it possible?.

3) XVG vs. Digibyte-Multialgo on Mininpoolhub? what are you guys making more profit from?

Thanks people!!