Eclipse-IoT / eclipsecon-2022-hackathon

Firmware, application and documentation for the hackathon
7 stars 7 forks source link

Add downloading of softdevice to flashsd.sh #23

Closed danbev closed 1 year ago

danbev commented 1 year ago

This commit adds a curl command to download the softdevice binary to the flashsd script.

The version of the softdevice has been changed in this commit as well as I was not able to find 7.3.0 in https://github.com/NordicSemiconductor/nRF5-SDK-for-Mesh/tree/master/bin/softdevice.


I'm probably missing something here as I was not able to find the 7.3.0 version and also that the sd binaries are gitignored, but my initial thought was that it would be nice to have the sd used checked in for the hackaton just in case there are any network issues at the venue.

danbev commented 1 year ago

Hmm, or will the devices at the hackaton perhaps be pre-flashed with the sd?
I'm using a device I had at home and needed to flash it with the softdevice which is the reason that I ran into an issue here.

jbtrystram commented 1 year ago

@danbev the sd 7.3.0 can be downloaded from nordic website : https://www.nordicsemi.com/Products/Development-software/s140/download

Anyway, we changed gears and will probably have all the devices already flashed and provisionned before we hand them out

danbev commented 1 year ago

@jbtrystram Ah I knew I was missing something, thank you!

Anyway, we changed gears and will probably have all the devices already flashed and provisionned before we hand them out

Got it, so this is probably not something that is needed :+1: