You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on running the ASIC miner code located in cmd/miner, but I’m using a Raspberry Pi 5 and running a private network to keep the computation requirements low. I’m encountering an error related to the UART path: uart_open failed to open device /dev/ttys2. Could you provide guidance on how to properly set up and run the ASIC miner code on a Raspberry Pi? Any tips on configuring UART for this setup would also be appreciated!
Thanks!
The text was updated successfully, but these errors were encountered:
Hey @dindinw,
I'm working on running the ASIC miner code located in cmd/miner, but I’m using a Raspberry Pi 5 and running a private network to keep the computation requirements low. I’m encountering an error related to the
UART path: uart_open failed to open device /dev/ttys2
. Could you provide guidance on how to properly set up and run the ASIC miner code on a Raspberry Pi? Any tips on configuring UART for this setup would also be appreciated!Thanks!
The text was updated successfully, but these errors were encountered: