FydeOS / chromium_os-raspberry_pi

Build your Chromium OS for Raspberry Pi 4B, Pi400 and the latest Raspberry Pi 5
https://chromiumos.io
BSD 2-Clause "Simplified" License
1.69k stars 192 forks source link

Steps for upgrading from r92 image to r96 #215

Closed netbug1010 closed 2 years ago

netbug1010 commented 2 years ago

I have been using the r92 image for quite a while, I am pretty satisfied with the experience. Now, with the r96 release, I am wondering if there is a way I can upgrade the OS from r92 to r96 without destroying the existing data on the SDcard.

Any help will be appreciated.

fydeos-alpha commented 2 years ago

You won't be able to update to r96 with our release image, at least we have not found a way to do that without heavily modifying the OTA mechanism within Chromium OS and cros_sdk anyway.

You can, however, setup your own development build environment and produce a newer build yourself; then setup a devserver instance and run it somewhere accessible from your Chromium OS image. Use the devserver to generate an update payload and then serve it to your Chromium OS. To break down, the steps are:

It's not very hard indeed, however, if you do find this tedious, FydeOS for You - Raspberry Pi 400 does that all for you, at a small cost.

netbug1010 commented 2 years ago

Thanks!