Skip to content
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

Firmware updates vis SSD #30

Open
JonasBchrt opened this issue Jun 26, 2024 · 0 comments
Open

Firmware updates vis SSD #30

JonasBchrt opened this issue Jun 26, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@JonasBchrt
Copy link
Collaborator

Just another update how we could realise firmware updates in the field:

Have a folder on the SSD, which is called "firmware" and contains as a minimum an "install.sh" file and a file with the firmware version. Plus any firmware files.

On boot, the Raspberry Pi checks if (1) an SSD is plugged in, (2) there is a "firmware" folder on the SSD, and (3) the version number of this firmware is greater than the installed firmware version number.

If yes, it would then run the install.sh script (which would copy all the necessary files and update the version number on the Raspberry Pi) and reboot.

Just an idea. Then customers could upgrade system firmware by simply copying files to an SSD and plugging it in.

@JonasBchrt JonasBchrt added the enhancement New feature or request label Jun 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant