Changes between Version 48 and Version 49 of buildroot


Ignore:
Timestamp:
12/01/2021 11:23:46 PM (2 years ago)
Author:
Cale Collins
Comment:

broke out newport to it's own section

Legend:

Unmodified
Added
Removed
Modified
  • buildroot

    v48 v49  
    677677
    678678Here we will provide an example of building an SWUpdate Over-The-Air (OTA) update for buildroot with the following considerations:
    679  - Newport
     679
    680680 - Symmetric Image Update (Two copies of rootfs which works well when your filesystem is relatively small compared to memory/flash space)
    681681 - We will not bother updating boot firmware (can be added later)
     
    685685 - We will use a modified uboot environment to handle our root partition  toggling
    686686
     687=== For Newport
    687688Here are the relevant files to add to your buildroot directory:
    688689 * '''configs/newport_swupdate_defconfig''': Buildroot defconfig (represents the minimal 'changes' made to buildroot default config):