Changes between Version 48 and Version 49 of buildroot
- Timestamp:
- 12/01/2021 11:23:46 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
buildroot
v48 v49 677 677 678 678 Here we will provide an example of building an SWUpdate Over-The-Air (OTA) update for buildroot with the following considerations: 679 - Newport 679 680 680 - Symmetric Image Update (Two copies of rootfs which works well when your filesystem is relatively small compared to memory/flash space) 681 681 - We will not bother updating boot firmware (can be added later) … … 685 685 - We will use a modified uboot environment to handle our root partition toggling 686 686 687 === For Newport 687 688 Here are the relevant files to add to your buildroot directory: 688 689 * '''configs/newport_swupdate_defconfig''': Buildroot defconfig (represents the minimal 'changes' made to buildroot default config):