-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
scp: stat local "global_conf.json.sx1257.*": No such file or directory #19
Comments
Is there any more info you can provide? |
Here is a full error lines: pi@raspberrypi:~/sx1302_hal $ make install_conf |
I'm on a raspberry pi 4, fresh install of 64 bit lite OS, follow the guide with commands |
Can you see if there is the file? |
I don't see it in either the And if I am using the sx1250.US915 conf file - do you know if I should be using the SB2 version or not for Helium network?
|
Hi mate, did you manage finally make your hotspot up and running?? I hope yes 😉 |
I did eventually get this working. I'm not sure why the sx1257 file that used to be copied in with the sx1302 project isn't there anymore, but it's not... The 2 solutions I found were to either remove the line that tries to copy in that file, or put a file there for it to find (real or just a bogus empty file).
I had an old packet_forwarder from a few years ago I checked and it did have a single sx1257 file on it, so I used WinSCP to copy that file in to the sx1302_hal/packet_forwarder folder and it worked fine. I think you could also just create a blank file to make it happy with |
Thank you for sharing. Still struggling as I just have no idea on how do I install "global_conf.json.sx1257.EU868.txt" |
Did you try what I mentioned in my previous message?
There's no file you need to install, the software just needs to see that a file with that extension exists for it to copy |
Thank you for your reply. I am newbie to Raspberry Pi. When Ssh into my pi, where do I paste the below code please? If I understand correctly, I need to modify file and add the line, but I am not sure where to go..... Thank you again for your help.
|
When you SSH in to your Pi you paste that text to the command line and hit enter. It doesn't go in a file, it's a command you run which will create an empty file with that name which should be enough for the make command to be happy. This is assuming you aren't in Europe or an area where you would need to use the EU868 frequency, because if you were you wouldn't want to use a dummy file but would need to download the file I linked in my previous post and copy it to the ~sx1302_hal/packet_forwarder folder on the Pi. |
Ok, thank you again. Unfortunately I am in Europe and would need the folder. I downloaded it removing .txt part and it still opens as txt. So what woupld be a procedure to add it to my miner, please? Once again thank you for your help. |
It's not a folder, it is just a basic text file. I had to add the .txt extension for github to allow it to be uploaded so you need to either delete the .txt on the Pi or before you copy it over. |
Hi. Option 2 worked well. Thank you. It seems known error for EU region. |
A few of us have gotten an error lately when trying to use this guide to install the packet forwarder.
When running the command "make install_conf" we get the error
scp: stat local "global_conf.json.sx1257.*": No such file or directory
make[1]: *** [Makefile:66: install_conf] Error 255
make[1]: Leaving directory '/home/pi/sx1302_hal/packet_forwarder'
make: *** [Makefile:42: install_conf] Error 2
Does an sx1257 set of files need to copied in from somewhere else or something? Issue is also posted here.
The text was updated successfully, but these errors were encountered: