SIDN / spin

SPIN Core Software
https://spin.sidnlabs.nl
GNU General Public License v2.0
77 stars 9 forks source link

Instructions and package Raspberry Pi incorrect #84

Open ExploWare opened 2 years ago

ExploWare commented 2 years ago

I'm trying to install the Pi 4 image on a Pi 4. First thing what I notice is I download a 23mb image, which identifies as a GZip, not a disk image. The instructions tell me to download the uncompressed image. I don't see that anywhere.

So I continue by adding .gz to the end of the filename, extract it and there is a .bin which is mountable, when I change the extension to .img , so that looks promising. Now, I write this to a SD card, plug that into the raspberry pi, boot it. Nothing. No SSID appears on my phone. No open ports on the ethernet connection. Plugging in my keyboard allows a ifconfig -a and shows wlan0 not being up. ifconfig wlan0 up does enable the device, iw wlan0 scan shows the neighbouring SSIDs, but it does not enable its accesspoint

tjeb commented 2 years ago

The file that we deployed to the downloads page was the wrong one, both that it was a wrongly named gzip file and it did not get the final config change updates that should have gone into it to fix the no-wireless issue.

I have rebuilt and redeployed the published image at https://valibox.sidnlabs.nl/downloads/valibox/raspberrypi,4-model-b/sidn_valibox_raspberrypi,4-model-b_1.11.bin

Could you please check that this one does work for you?