Hi all,
I am following miner installation guide here:
https://github.com/maco2035/DiyHeliumHotspots/blob/master/RAK2287/Raspberry%20Pi%204B/Guide.md
I messed up something on a line where it says:
If you do not want to have to put in your password a million times in the next step, you can create a ssh key in the sub steps below otherwise skip to the next step.
Create the ssh key pair.
ssh-keygen -t rsa
Press enter three times to accept the defaults.
Set up your user to use the key pair.
ssh-copy-id -i ~/.ssh/id_rsa.pub pi@localhost
so I followed steps and came to the point:
Make the executables:
make install
when making install it asks for password and then gives all errors below as I messed up something in previous steps so cant make an install
I think I made a mistake where it says pi@localhost where I had to input my username???
please help sorting this out 😭
myusername@raspberrypi:~/sx1302_hal $ make install
make install -e -C libloragw
make[1]: Entering directory '/home/myusername/sx1302_hal/libloragw'
---- Copying libloragw files to localhost:/home/pi/sx1302_hal/bin
pi@localhost's password:
Permission denied, please try again.
pi@localhost's password:
Permission denied, please try again.
pi@localhost's password:
pi@localhost: Permission denied (publickey,password).
make[1]:
[Makefile:38: install] Error 255
make[1]: Leaving directory '/home/myusername/sx1302_hal/libloragw'
make: [Makefile:36: install] Error 2