- rootfs_update.sh - This script installs the rootfs (uploaded on the Bytebeam cloud) to the new partition and boots to the new rootfs.
- updater - This is the wrapper script for rootfs_update.sh.
- make_firmware_update.sh - It creates the update tar file, that needs to be uploaded to the Bytebeam cloud.
Integrate Over The Air Updates
Rootfs Update
Learn how to update the root file system (rootfs) of your system easily with this document. It includes detailed steps and an example, utilizing rootfs_update.sh, updater, and make_firmware_update.sh files. Create a tar file of your current rootfs, generate the update tar file.
Rootfs update is one of the most common ways of updating the system. The example page on Github talks about rootfs updates in detail. There are three files in the example.
NOTE: For BeagleBone, use the following script to backup the rootfs. We do not take the backup of the boot partition(named uboot).