Tympan / Tympan_Rev_F_Hardware

Tympan Rev F Hardware Design Files
CERN Open Hardware Licence Version 2 - Permissive
4 stars 0 forks source link

Making OTA DFU easy for users #13

Closed biomurph closed 1 week ago

biomurph commented 1 month ago

When there are useful updates to the nRF53840 firmware, users need a simple way to grab the latest version so they can update their Tympan radios in the field. Asking them to download this entire repo and then dig through the files to find the right one is a bit onerous.

Github releases allow you to target a particular branch or commit for publication. I propose to make a branch that will only contain a single folder that has the latest HEX and DAT files. This seems to be the easiest way to keep everything in the same repo and easily accessible.

@eyuan-creare @chipaudette Does anyone see an issue with this scheme?

chipaudette commented 1 month ago

I'm open to it. For sure.

Personally, though, I was going to wait until we actually had a new version of the firmware that people needed. I don't think that we've hit that threshold yet?

True, there has been one update to our nRF firmware, but that's only needed for people who will use the tablet software from the current contract (our "OpenHearing" project). For you (non-Creare) sales to date, my guess is that none of those people who will ever use that OpenHearing tablet stuff? So, there's no demand for this updating capability yet?

If you want to get ahead of the curve, your plan sounds good to me. Or, if you want to wait until we have a more apparent need, that's cool with me, too.

biomurph commented 1 month ago

OK, I am of the mind to get ahead of the curve, and make sure that the resources are there if anyone has an issue or we need to do functional updates in the future. I’ve got the README almost done, so I hope to create the branch and release today.

biomurph commented 1 month ago

Alright, I think I did it right. @chipaudette @eyuan-creare If someone could just give the Read Me a once over to make sure it makes sense? If it makes sense, then this issue can be closered.

chipaudette commented 1 month ago

@biomurph, Thanks for doing this!

My only two comments are:

biomurph commented 1 month ago

@chipaudette Thanks for the feedback! I will fix the link so that it just downloads the zip. That seems easiest.

I’ll see what I can do about the image size. I agree, they are too big!

biomurph commented 1 month ago

@chipaudette Just updated. Turns out you have to use a little html to lock the image size to a fixed value.

Please check it out, and close this issue if there are no more issue? Thanks!